Shapeworks Studio
2.1
Shape analysis software suite
|
Struct containing a Point and an index value associated with a point. This object is used mainly by PSMNeighborhood classes and the PowerOfTwoPointTree. More...
#include <itkPSMPointIndexPair.h>
Public Types | |
typedef itk::Point< double, VDimension > | PointType |
Public Member Functions | |
PSMPointIndexPair (const PointType &p, unsigned int i=0) | |
PSMPointIndexPair (const PSMPointIndexPair &o) | |
const PSMPointIndexPair & | operator= (const PSMPointIndexPair &o) |
Public Attributes | |
PointType | Point |
unsigned int | Index |
Struct containing a Point and an index value associated with a point. This object is used mainly by PSMNeighborhood classes and the PowerOfTwoPointTree.
Definition at line 34 of file itkPSMPointIndexPair.h.