CGAL 6.1 - Kinetic Space Partition
|
The concept KineticLCCItems
refines the concept of LinearCellComplexItems
by adding 2-attributes and 3-attributes to store information from the kinetic partition.
The first type in Attributes tuple must be a model of the CellAttributeWithPoint
concept. The third type in Attributes tuple must be a model of the KineticLCCFaceAttribute
concept. The fourth type in Attributes tuple must be a model of the KineticLCCVolumeAttribute
concept.
Types | |
typedef CGAL::Tag_true | Use_index |
Using the index-based version of the LinearCellComplex concept. | |
typedef std::uint32_t | Index_type |