Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types | Public Member Functions | Public Attributes
itk::PSMPointIndexPair< VDimension > Class Template Reference

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 PSMPointIndexPairoperator= (const PSMPointIndexPair &o)
 

Public Attributes

PointType Point
 
unsigned int Index
 

Detailed Description

template<unsigned int VDimension>
class itk::PSMPointIndexPair< VDimension >

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.


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