![]() |
ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkFastMarchingTraits.h>
Inheritance diagram for itk::FastMarchingTraitsBase< TInputDomain, TNode, TOutputDomain, TSuperclass >:Definition at line 49 of file itkFastMarchingTraits.h.
Public Types | |
| typedef InputDomainType::Pointer | InputDomainPointer |
| typedef TInputDomain | InputDomainType |
| typedef InputDomainType::PixelType | InputPixelType |
| enum | LabelType { Far = 0, Alive, Trial, InitialTrial, Forbidden, Topology } |
| typedef NodePairContainerType::ConstIterator | NodePairContainerConstIterator |
| typedef NodePairContainerType::Iterator | NodePairContainerIterator |
| typedef NodePairContainerType::Pointer | NodePairContainerPointer |
| typedef VectorContainer < IdentifierType, NodePairType > | NodePairContainerType |
| typedef NodePair< NodeType, OutputPixelType > | NodePairType |
| typedef TNode | NodeType |
| typedef OutputDomainType::Pointer | OutputDomainPointer |
| typedef TOutputDomain | OutputDomainType |
| typedef OutputDomainType::PixelType | OutputPixelType |
| typedef TSuperclass | SuperclassType |
Public Member Functions | |
| typedef (Concept::Convertible< double, OutputPixelType >) DoubleConvertibleOutputCheck | |
| typedef (Concept::OStreamWritable< OutputPixelType >) OutputOStreamWritableCheck | |
| typedef InputDomainType::Pointer itk::FastMarchingTraitsBase< TInputDomain, TNode, TOutputDomain, TSuperclass >::InputDomainPointer |
Definition at line 54 of file itkFastMarchingTraits.h.
| typedef TInputDomain itk::FastMarchingTraitsBase< TInputDomain, TNode, TOutputDomain, TSuperclass >::InputDomainType |
Input Domain Type
Definition at line 53 of file itkFastMarchingTraits.h.
| typedef InputDomainType::PixelType itk::FastMarchingTraitsBase< TInputDomain, TNode, TOutputDomain, TSuperclass >::InputPixelType |
Definition at line 55 of file itkFastMarchingTraits.h.
| typedef NodePairContainerType::ConstIterator itk::FastMarchingTraitsBase< TInputDomain, TNode, TOutputDomain, TSuperclass >::NodePairContainerConstIterator |
Definition at line 69 of file itkFastMarchingTraits.h.
| typedef NodePairContainerType::Iterator itk::FastMarchingTraitsBase< TInputDomain, TNode, TOutputDomain, TSuperclass >::NodePairContainerIterator |
Definition at line 68 of file itkFastMarchingTraits.h.
| typedef NodePairContainerType::Pointer itk::FastMarchingTraitsBase< TInputDomain, TNode, TOutputDomain, TSuperclass >::NodePairContainerPointer |
Definition at line 67 of file itkFastMarchingTraits.h.
| typedef VectorContainer< IdentifierType, NodePairType > itk::FastMarchingTraitsBase< TInputDomain, TNode, TOutputDomain, TSuperclass >::NodePairContainerType |
Definition at line 66 of file itkFastMarchingTraits.h.
| typedef NodePair< NodeType, OutputPixelType > itk::FastMarchingTraitsBase< TInputDomain, TNode, TOutputDomain, TSuperclass >::NodePairType |
Definition at line 65 of file itkFastMarchingTraits.h.
| typedef TNode itk::FastMarchingTraitsBase< TInputDomain, TNode, TOutputDomain, TSuperclass >::NodeType |
Node type
Definition at line 58 of file itkFastMarchingTraits.h.
| typedef OutputDomainType::Pointer itk::FastMarchingTraitsBase< TInputDomain, TNode, TOutputDomain, TSuperclass >::OutputDomainPointer |
Definition at line 62 of file itkFastMarchingTraits.h.
| typedef TOutputDomain itk::FastMarchingTraitsBase< TInputDomain, TNode, TOutputDomain, TSuperclass >::OutputDomainType |
Output Domain Type
Definition at line 61 of file itkFastMarchingTraits.h.
| typedef OutputDomainType::PixelType itk::FastMarchingTraitsBase< TInputDomain, TNode, TOutputDomain, TSuperclass >::OutputPixelType |
Definition at line 63 of file itkFastMarchingTraits.h.
| typedef TSuperclass itk::FastMarchingTraitsBase< TInputDomain, TNode, TOutputDomain, TSuperclass >::SuperclassType |
Definition at line 78 of file itkFastMarchingTraits.h.
| enum itk::FastMarchingTraitsBase::LabelType |
Fast Marching algorithm nodes types.
Definition at line 81 of file itkFastMarchingTraits.h.
| itk::FastMarchingTraitsBase< TInputDomain, TNode, TOutputDomain, TSuperclass >::typedef | ( | Concept::Convertible< double, OutputPixelType > | ) |
This class requires DoubleConvertibleOutputCheck in the form of ( Concept::Convertible< double, OutputPixelType > )
| itk::FastMarchingTraitsBase< TInputDomain, TNode, TOutputDomain, TSuperclass >::typedef | ( | Concept::OStreamWritable< OutputPixelType > | ) |
This class requires OutputOStreamWritableCheck in the form of ( Concept::OStreamWritable< OutputPixelType > )
1.8.3.1