File: T3_type.h

package info (click to toggle)
cgal 6.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144,952 kB
  • sloc: cpp: 811,597; ansic: 208,576; sh: 493; python: 411; makefile: 286; javascript: 174
file content (7 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#ifndef CGAL_DEMO_T3_TYPE_H
#define CGAL_DEMO_T3_TYPE_H
#include "C3t3_type.h"
#include <CGAL/Triangulation_3.h>

typedef CGAL::Triangulation_3<C3t3::Triangulation::Geom_traits, C3t3::Triangulation::Triangulation_data_structure> T3;
#endif // CGAL_DEMO_T3_TYPE_H