Loading [MathJax]/extensions/TeX/AMSmath.js
 
CGAL 6.1 - Kinetic Space Partition
All Classes Namespaces Functions Typedefs Pages
Loading...
Searching...
No Matches
KineticLCCVolumeAttribute Struct Reference

#include <Concepts/KineticLCCVolumeAttribute.h>

Definition

The concept KineticLCCVolumeAttribute refines CellAttribute to store the barycenter and an id.

Has models
Cell_attribute<LCC, CGAL::Kinetic_space_partition_3::Linear_cell_complex_min_items::Volume_attribute>
See also
CGAL::Kinetic_space_partition_3
LinearCellComplexItems

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.