![]() |
ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkNodePair.h>
Inheritance diagram for itk::NodePair< TNode, TOutputPixel >:
Collaboration diagram for itk::NodePair< TNode, TOutputPixel >: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 | |
| 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) |
| 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 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.
1.8.5