MEPP2 Project
Classes | Namespaces | Typedefs
DataStructures_cgal_point_set.h File Reference
#include <CGAL/version_macros.h>
#include <CGAL/Cartesian.h>
#include <CGAL/Point_set_3.h>
#include <CGAL/IO/Color.h>
Include dependency graph for DataStructures_cgal_point_set.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FEVV::CGALPointSetColor
 

Namespaces

 FEVV
 Interfaces for plugins These interfaces will be used for different plugins.
 

Typedefs

using FEVV::CGALPointSetKernel = CGAL::Cartesian< float >
 
using FEVV::CGALPointSetPoint = CGALPointSetKernel::Point_3
 
using FEVV::CGALPointSetVector = CGALPointSetKernel::Vector_3
 
using FEVV::CGALPointSet = CGAL::Point_set_3< CGALPointSetPoint >