DGtal
0.6.devel
|
Data Fields | |
InternalInteger | max |
InternalInteger | min |
Point | ptMax |
Point | ptMin |
ConvexPolygonZ2 | cip |
InternalPoint3 | centroid |
InternalPoint3 | N |
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.
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().
ConvexPolygonZ2 DGtal::COBANaivePlane< TSpace, TInternalInteger >::State::cip |
current constraint integer polygon.
Definition at line 173 of file COBANaivePlane.h.
Referenced by DGtal::COBANaivePlane< TSpace, TInternalInteger >::computeCentroidAndNormal(), and DGtal::COBANaivePlane< TSpace, TInternalInteger >::doubleCut().
InternalInteger DGtal::COBANaivePlane< TSpace, TInternalInteger >::State::max |
current max dot product.
Definition at line 169 of file COBANaivePlane.h.
Referenced by DGtal::COBANaivePlane< TSpace, TInternalInteger >::checkPlaneWidth(), DGtal::COBANaivePlane< TSpace, TInternalInteger >::computeMinMax(), and DGtal::COBANaivePlane< TSpace, TInternalInteger >::updateMinMax().
InternalInteger DGtal::COBANaivePlane< TSpace, TInternalInteger >::State::min |
current min dot product.
Definition at line 170 of file COBANaivePlane.h.
Referenced by DGtal::COBANaivePlane< TSpace, TInternalInteger >::checkPlaneWidth(), DGtal::COBANaivePlane< TSpace, TInternalInteger >::computeMinMax(), and DGtal::COBANaivePlane< TSpace, TInternalInteger >::updateMinMax().
InternalPoint3 DGtal::COBANaivePlane< TSpace, TInternalInteger >::State::N |
current normal vector.
Definition at line 175 of file COBANaivePlane.h.
Referenced by DGtal::COBANaivePlane< TSpace, TInternalInteger >::checkPlaneWidth(), DGtal::COBANaivePlane< TSpace, TInternalInteger >::computeCentroidAndNormal(), DGtal::COBANaivePlane< TSpace, TInternalInteger >::computeMinMax(), and DGtal::COBANaivePlane< TSpace, TInternalInteger >::updateMinMax().
Point DGtal::COBANaivePlane< TSpace, TInternalInteger >::State::ptMax |
3D point giving the max dot product.
Definition at line 171 of file COBANaivePlane.h.
Referenced by DGtal::COBANaivePlane< TSpace, TInternalInteger >::computeGradient(), DGtal::COBANaivePlane< TSpace, TInternalInteger >::computeMinMax(), DGtal::COBANaivePlane< TSpace, TInternalInteger >::doubleCut(), and DGtal::COBANaivePlane< TSpace, TInternalInteger >::updateMinMax().
Point DGtal::COBANaivePlane< TSpace, TInternalInteger >::State::ptMin |
3D point giving the min dot product.
Definition at line 172 of file COBANaivePlane.h.
Referenced by DGtal::COBANaivePlane< TSpace, TInternalInteger >::computeGradient(), DGtal::COBANaivePlane< TSpace, TInternalInteger >::computeMinMax(), DGtal::COBANaivePlane< TSpace, TInternalInteger >::doubleCut(), and DGtal::COBANaivePlane< TSpace, TInternalInteger >::updateMinMax().