CGAL 6.0.1 - Kinetic Space Partition
|
The concept KineticLCCVolumeAttribute
refines CellAttribute
to store the barycenter and an id.
Access Members | |
typedef unspecified_type | Point_3 |
3D point type compatible with Kinetic_space_partition_3::Intersection_kernel | |
Point_3 | barycenter |
Contains the barycenter of the volume. | |
std::size_t | volume_id |
0-based volume id. | |