|
DGtal 1.4.2
|
#include <DGtal/geometry/volumes/BoundedLatticePolytope.h>
Public Member Functions | |
| RightStrictUnitCell (std::initializer_list< Dimension > l) | |
Data Fields | |
| std::vector< Dimension > | dims |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const RightStrictUnitCell &object) |
Represents the unit cell obtained by successive Minkowski sum of RightStrictUnitSegment whose dimensions are stored in dims. When dims is empty, it is only the point (0,...,0).
Definition at line 162 of file BoundedLatticePolytope.h.
|
inline |
Definition at line 164 of file BoundedLatticePolytope.h.
|
friend |
Overloads 'operator<<' for displaying objects of class 'BoundedLatticePolytope::UnitCell'.
| out | the output stream where the object is written. |
| object | the object of class 'BoundedLatticePolytope::UnitCell' to write. |
Definition at line 173 of file BoundedLatticePolytope.h.
| std::vector<Dimension> DGtal::BoundedLatticePolytope< TSpace >::RightStrictUnitCell::dims |
Definition at line 163 of file BoundedLatticePolytope.h.