DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Data Fields
DGtal::COBANaivePlane< TSpace, TInternalInteger >::State Struct Reference
Collaboration diagram for DGtal::COBANaivePlane< TSpace, TInternalInteger >::State:
Collaboration graph
[legend]

Data Fields

InternalInteger max
InternalInteger min
Point ptMax
Point ptMin
ConvexPolygonZ2 cip
InternalPoint3 centroid
InternalPoint3 N

Detailed Description

template<typename TSpace, typename TInternalInteger>
struct DGtal::COBANaivePlane< TSpace, TInternalInteger >::State

Defines the state of the algorithm, the part of the data that may change after initialization of the COBANaivePlane object. Only the set of points is not stored here.

Definition at line 168 of file COBANaivePlane.h.


Field Documentation

template<typename TSpace, typename TInternalInteger>
InternalPoint3 DGtal::COBANaivePlane< TSpace, TInternalInteger >::State::centroid

current centroid of cip.

Definition at line 174 of file COBANaivePlane.h.

Referenced by DGtal::COBANaivePlane< TSpace, TInternalInteger >::computeCentroidAndNormal().

template<typename TSpace, typename TInternalInteger>
ConvexPolygonZ2 DGtal::COBANaivePlane< TSpace, TInternalInteger >::State::cip
template<typename TSpace, typename TInternalInteger>
InternalInteger DGtal::COBANaivePlane< TSpace, TInternalInteger >::State::max
template<typename TSpace, typename TInternalInteger>
InternalInteger DGtal::COBANaivePlane< TSpace, TInternalInteger >::State::min
template<typename TSpace, typename TInternalInteger>
InternalPoint3 DGtal::COBANaivePlane< TSpace, TInternalInteger >::State::N
template<typename TSpace, typename TInternalInteger>
Point DGtal::COBANaivePlane< TSpace, TInternalInteger >::State::ptMax
template<typename TSpace, typename TInternalInteger>
Point DGtal::COBANaivePlane< TSpace, TInternalInteger >::State::ptMin

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