DGtal
1.5.beta
|
Data Fields | |
DGtal::MelkmanConvexHull< InputPoint, Functor > | melkmanCH |
InputPoint | lastFront |
InputPoint | lastBack |
InputPoint | edgePh |
InputPoint | edgeQh |
InputPoint | vertexSh |
double | actualThickness |
Definition at line 166 of file AlphaThickSegmentComputer.h.
double DGtal::AlphaThickSegmentComputer< TInputPoint, TConstIterator >::State::actualThickness |
the actual thickness of the current segment
Definition at line 179 of file AlphaThickSegmentComputer.h.
InputPoint DGtal::AlphaThickSegmentComputer< TInputPoint, TConstIterator >::State::edgePh |
one the convexhull edge point of the (edge, vertex) pair used to compute the convexhull height
Definition at line 173 of file AlphaThickSegmentComputer.h.
InputPoint DGtal::AlphaThickSegmentComputer< TInputPoint, TConstIterator >::State::edgeQh |
one the convexhull edge point of the (edge, vertex) pair used to compute the convexhull height
Definition at line 175 of file AlphaThickSegmentComputer.h.
InputPoint DGtal::AlphaThickSegmentComputer< TInputPoint, TConstIterator >::State::lastBack |
the last point added at the back of the alpha thick segment
Definition at line 171 of file AlphaThickSegmentComputer.h.
InputPoint DGtal::AlphaThickSegmentComputer< TInputPoint, TConstIterator >::State::lastFront |
the last point added at the front of the alpha thick segment
Definition at line 169 of file AlphaThickSegmentComputer.h.
DGtal::MelkmanConvexHull<InputPoint, Functor> DGtal::AlphaThickSegmentComputer< TInputPoint, TConstIterator >::State::melkmanCH |
Definition at line 167 of file AlphaThickSegmentComputer.h.
InputPoint DGtal::AlphaThickSegmentComputer< TInputPoint, TConstIterator >::State::vertexSh |
one the convexhull vertex of the (edge, vertex) pair used to compute the convexhull height
Definition at line 177 of file AlphaThickSegmentComputer.h.