CellModules
|
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< K > | Polyhedron_3 |
typedef K::Point_3 | Point_3 |
typedef K::Line_3 | Line_3 |
Defines the PluginSpheroidManager class for managing spheroid bodies.
Contains the spheroid manager plugin class.
Definition in file PluginSpheroidManager.hpp.
typedef CGAL::Exact_predicates_inexact_constructions_kernel K |
Definition at line 21 of file PluginSpheroidManager.hpp.
typedef K::Line_3 Line_3 |
Definition at line 25 of file PluginSpheroidManager.hpp.
typedef K::Point_3 Point_3 |
Definition at line 24 of file PluginSpheroidManager.hpp.
typedef CGAL::Polyhedron_3<K> Polyhedron_3 |
Definition at line 22 of file PluginSpheroidManager.hpp.