CellModules
PluginSpheroidManager.hpp File Reference

Defines the PluginSpheroidManager class for managing spheroid bodies. More...

#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/point_generators_3.h>
#include <CGAL/algorithm.h>
#include <CGAL/Polyhedron_3.h>
#include <CGAL/convex_hull_3.h>
#include <CGAL/intersections.h>
#include <vector>
#include <mecacell/mecacell.h>
#include <math.h>

Go to the source code of this file.

Classes

struct  PlaneFromFacet
 Functor computing the plane containing a triangular facet. More...
 
class  SpheroidManager::PluginSpheroidManager< cell_t >
 Class for managing spheroid bodies. More...
 

Namespaces

namespace  SpheroidManager
 Namespace for spheroid manager-related classes and functions.
 

Typedefs

typedef CGAL::Exact_predicates_inexact_constructions_kernel K
 
typedef CGAL::Polyhedron_3< KPolyhedron_3
 
typedef K::Point_3 Point_3
 
typedef K::Line_3 Line_3
 

Detailed Description

Defines the PluginSpheroidManager class for managing spheroid bodies.

Contains the spheroid manager plugin class.

Definition in file PluginSpheroidManager.hpp.

Typedef Documentation

◆ K

typedef CGAL::Exact_predicates_inexact_constructions_kernel K

Definition at line 21 of file PluginSpheroidManager.hpp.

◆ Line_3

typedef K::Line_3 Line_3

Definition at line 25 of file PluginSpheroidManager.hpp.

◆ Point_3

typedef K::Point_3 Point_3

Definition at line 24 of file PluginSpheroidManager.hpp.

◆ Polyhedron_3

typedef CGAL::Polyhedron_3<K> Polyhedron_3

Definition at line 22 of file PluginSpheroidManager.hpp.