CGAL 6.0 - 3D Isosurfacing
|
Concepts | |
concept | IsosurfacingDomain_3 |
The concept IsosurfacingDomain_3 describes the set of requirements to be fulfilled by any class used as input data for isosurfacing algorithms. More... | |
concept | IsosurfacingDomainWithGradient_3 |
The concept IsosurfacingDomainWithGradient_3 describes the set of requirements to be fulfilled by any class used as input data for some isosurfacing algorithms. More... | |
concept | IsosurfacingEdgeIntersectionOracle_3 |
concept | IsosurfacingGradientField_3 |
The concept IsosurfacingGradientField_3 describes the set of requirements to be fulfilled by the gradient field template parameter of the domain class CGAL::Isosurfacing::Dual_contouring_domain_3 . More... | |
concept | IsosurfacingInterpolationScheme_3 |
concept | IsosurfacingPartition_3 |
The concept IsosurfacingPartition_3 describes the set of requirements to be fulfilled by the partition template parameter of the domain classes CGAL::Isosurfacing::Marching_cubes_domain_3 and CGAL::Isosurfacing::Dual_contouring_domain_3 . More... | |
concept | IsosurfacingTraits_3 |
concept | IsosurfacingValueField_3 |
The concept IsosurfacingValueField_3 describes the set of requirements to be fulfilled by the value field template parameter of the domain classes CGAL::Isosurfacing::Marching_cubes_domain_3 and CGAL::Isosurfacing::Dual_contouring_domain_3 . More... | |
concept | CGAL::Isosurfacing::partition_traits< IsosurfacingPartition_3 > |
The class partition_traits is the API compatibility layer between a model of IsosurfacingPartition_3 and the isosurfacing domain classes CGAL::Isosurfacing::Marching_cubes_domain_3 and CGAL::Isosurfacing::Dual_contouring_domain_3 . More... | |