CGAL 6.0.1 - 3D Periodic Mesh Generation
|
▼NCGAL | |
CImplicit_to_labeled_subdomains_function_wrapper | The class Implicit_to_labeled_subdomains_function_wrapper is a helper class designed to wrap an implicit function which describes a domain by [p is inside if f(p)<0 ] to a function that takes its values into {1, 2} and thus describes a multidomain: the subspace described by f(p)<0 is attributed the subdomain index 1 and the subspace described by f(p)>0 is attributed the subdomain index 2 |
CPeriodic_3_function_wrapper | The class Periodic_3_function_wrapper is a helper class designed to wrap an (a priori non-periodic) implicit function describing a domain through the relationship [p is inside if f(p)<0 ] and defined over the canonical cuboid to a function defined over the whole Euclidean space and periodic, with the same period as the canonical cuboid |
CPeriodic_3_mesh_triangulation_3 | The class Periodic_3_mesh_triangulation_3 is a class template which provides the triangulation type to be used for the 3D periodic triangulation embedding the mesh |
CPeriodic_3MeshDomain_3 | |
CPeriodic_3MeshDomainWithFeatures_3 |