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