ITK
6.0.0
Insight Toolkit
|
#include <itkNodePair.h>
Represents a Node and its associated value (front value)
Definition at line 33 of file itkNodePair.h.
Public Types | |
using | NodeType = TNode |
using | OutputPixelType = TOutputPixel |
using | Self = NodePair |
using | Superclass = std::pair< TNode, TOutputPixel > |
Public Member Functions | |
TNode & | GetNode () |
const TNode & | GetNode () const |
TOutputPixel & | GetValue () |
const TOutputPixel & | GetValue () const |
NodePair () | |
NodePair (const Self &iPair) | |
NodePair (const TNode &iNode, const TOutputPixel &iValue) | |
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) |
using itk::NodePair< TNode, TOutputPixel >::NodeType = TNode |
Definition at line 39 of file itkNodePair.h.
using itk::NodePair< TNode, TOutputPixel >::OutputPixelType = TOutputPixel |
Definition at line 40 of file itkNodePair.h.
using itk::NodePair< TNode, TOutputPixel >::Self = NodePair |
Definition at line 36 of file itkNodePair.h.
using itk::NodePair< TNode, TOutputPixel >::Superclass = std::pair<TNode, TOutputPixel> |
Definition at line 37 of file itkNodePair.h.
|
inline |
Definition at line 42 of file itkNodePair.h.
|
inline |
Definition at line 45 of file itkNodePair.h.
|
inline |
Definition at line 48 of file itkNodePair.h.
|
inline |
Definition at line 85 of file itkNodePair.h.
|
inline |
Definition at line 80 of file itkNodePair.h.
|
inline |
Definition at line 70 of file itkNodePair.h.
|
inline |
Definition at line 65 of file itkNodePair.h.
|
inline |
Definition at line 90 of file itkNodePair.h.
|
inline |
Definition at line 102 of file itkNodePair.h.
|
inline |
Definition at line 53 of file itkNodePair.h.
|
inline |
Definition at line 97 of file itkNodePair.h.
|
inline |
Definition at line 109 of file itkNodePair.h.
|
inline |
Definition at line 75 of file itkNodePair.h.
|
inline |
Definition at line 60 of file itkNodePair.h.