CGAL 6.1 - 3D Mesh Generation
|
Here are the main concepts of this package:
MeshTriangulationTraits_3
MeshDomain_3
MeshDomainWithFeatures_3
MeshCriteria_3
MeshCriteriaWithFeatures_3
MeshCellCriteria_3
MeshFacetCriteria_3
MeshEdgeCriteria_3
The following concepts are secondary concepts, related to the template parameters of some models of the main concepts:
BisectionGeometricTraits_3
IntersectionGeometricTraits_3
MeshCellBase_3
MeshVertexBase_3
MeshDomainField_3
MeshPolyline_3
CGAL::Mesh_triangulation_3<MD,GT,ConcurrencyTag,Vb,Cb>
CGAL::Mesh_vertex_base_3<GT,MD,Vb>
CGAL::Compact_mesh_cell_base_3<GT,MD,Tds>
CGAL::Mesh_cell_base_3<GT,MD,Cb>
CGAL::Mesh_criteria_3<Tr>
CGAL::Mesh_cell_criteria_3<Tr>
CGAL::Mesh_facet_criteria_3<Tr>
CGAL::Mesh_edge_criteria_3<Tr>
CGAL::Mesh_constant_domain_field_3<GT,Index>
The following classes are models of domain concepts and their associated classes:
CGAL::Labeled_mesh_domain_3<LabelingFunction,BGT>
CGAL::Polyhedral_mesh_domain_3<Polyhedron,IGT>
CGAL::Polyhedral_mesh_domain_with_features_3<IGT>
CGAL::Polyhedral_complex_mesh_domain_3<IGT>
CGAL::Mesh_domain_with_polyline_features_3<MD>
CGAL::Mesh_polyhedron_3<IGT>
CGAL::Implicit_multi_domain_to_labeling_function_wrapper<ImplicitFunction>
The following functors are available for feature detection:
CGAL::make_mesh_3()
CGAL::refine_mesh_3()
CGAL::exude_mesh_3()
CGAL::perturb_mesh_3()
CGAL::lloyd_optimize_mesh_3()
CGAL::odt_optimize_mesh_3()
CGAL::Mesh_3::generate_label_weights()
CGAL::parameters::features()
CGAL::parameters::no_features()
CGAL::parameters::exude()
CGAL::parameters::no_exude()
CGAL::parameters::perturb()
CGAL::parameters::no_perturb()
CGAL::parameters::lloyd()
CGAL::parameters::no_lloyd()
CGAL::parameters::odt()
CGAL::parameters::no_odt()
CGAL::parameters::manifold()
CGAL::parameters::manifold_with_boundary()
CGAL::parameters::non_manifold()
Modules | |
Main Concepts | |
The main concepts of this package. | |
Secondary Concepts | |
The concepts in this group are secondary concepts, related to the template parameters of some models of the main concept. | |
Mesh Classes | |
The classes in this group are the main classes involved in the mesh generation process. | |
Domain Classes | |
The classes in this group are models of domain concepts and their associated classes. | |
Feature Detection | |
The functors in this group perform polyline features detection in input domains. | |
Mesh Domain Fields | |
The classes in this group are models of MeshDomainField_3 | |
Mesh Generation Functions | |
The two main functions to generate a mesh are make_mesh_3() and refine_mesh_3() . | |
Parameter Functions | |
Enumerations | |
Input/Output Functions | |
See Input/Output Functions from 3D Simplicial Mesh Data Structure. | |