DGtal 2.0.0
Loading...
Searching...
No Matches
DGtal::BoundedRationalPolytope< TSpace >::UnitSegment Struct Reference

#include <DGtal/geometry/volumes/BoundedRationalPolytope.h>

Public Member Functions

 UnitSegment (Dimension d)

Data Fields

Dimension k

Detailed Description

template<typename TSpace>
struct DGtal::BoundedRationalPolytope< TSpace >::UnitSegment

Represents the unit segment from (0,...,0) (included) to (0,...,1,...,0) (included) with the 1 at position k.

Definition at line 96 of file BoundedRationalPolytope.h.

Constructor & Destructor Documentation

◆ UnitSegment()

template<typename TSpace>
DGtal::BoundedRationalPolytope< TSpace >::UnitSegment::UnitSegment ( Dimension d)
inline

Definition at line 98 of file BoundedRationalPolytope.h.

98: k( d ) {}
Aim: Represents an nD rational polytope, i.e. a convex polyhedron bounded by vertices with rational c...

References k.

Field Documentation

◆ k

template<typename TSpace>
Dimension DGtal::BoundedRationalPolytope< TSpace >::UnitSegment::k

Definition at line 97 of file BoundedRationalPolytope.h.

Referenced by UnitSegment().


The documentation for this struct was generated from the following file: