ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkNodePair.h>
Represents a Node and its associated value (front value)
Definition at line 33 of file itkNodePair.h.
Public Types | |
typedef TNode | NodeType |
typedef TOutputPixel | OutputPixelType |
typedef NodePair | Self |
typedef std::pair< TNode, TOutputPixel > | Superclass |
Public Member Functions | |
const TNode & | GetNode () const |
TNode & | GetNode () |
const TOutputPixel & | GetValue () const |
TOutputPixel & | GetValue () |
NodePair () | |
NodePair (const TNode &iNode, const TOutputPixel &iValue) | |
NodePair (const Self &iPair) | |
bool | operator< (const Self &iRight) const |
bool | operator<= (const Self &iRight) const |
void | operator= (const Self &iPair) |
bool | operator> (const Self &iRight) const |
bool | operator>= (const Self &iRight) const |
void | SetNode (const TNode &iNode) |
void | SetValue (const TOutputPixel &iValue) |
typedef TNode itk::NodePair< TNode, TOutputPixel >::NodeType |
Definition at line 39 of file itkNodePair.h.
typedef TOutputPixel itk::NodePair< TNode, TOutputPixel >::OutputPixelType |
Definition at line 40 of file itkNodePair.h.
typedef NodePair itk::NodePair< TNode, TOutputPixel >::Self |
Definition at line 36 of file itkNodePair.h.
typedef std::pair< TNode, TOutputPixel > itk::NodePair< TNode, TOutputPixel >::Superclass |
Definition at line 37 of file itkNodePair.h.
|
inline |
Definition at line 42 of file itkNodePair.h.
|
inline |
Definition at line 43 of file itkNodePair.h.
|
inline |
Definition at line 45 of file itkNodePair.h.
|
inline |
Definition at line 69 of file itkNodePair.h.
|
inline |
Definition at line 73 of file itkNodePair.h.
|
inline |
Definition at line 57 of file itkNodePair.h.
|
inline |
Definition at line 61 of file itkNodePair.h.
|
inline |
Definition at line 78 of file itkNodePair.h.
|
inline |
Definition at line 88 of file itkNodePair.h.
|
inline |
Definition at line 47 of file itkNodePair.h.
|
inline |
Definition at line 83 of file itkNodePair.h.
|
inline |
Definition at line 93 of file itkNodePair.h.
|
inline |
Definition at line 65 of file itkNodePair.h.
|
inline |
Definition at line 53 of file itkNodePair.h.