template<unsigned int VDimension, typename TInputPixel, class TInputMeshTraits, typename TOutputPixel, class TOutputMeshTraits>
class itk::FastMarchingTraits< QuadEdgeMesh< TInputPixel, VDimension, TInputMeshTraits >, QuadEdgeMesh< TOutputPixel, VDimension, TOutputMeshTraits > >
Definition at line 140 of file itkFastMarchingTraits.h.
|
typedef InputDomainType::Pointer | InputDomainPointer |
|
typedef QuadEdgeMesh
< TInputPixel, VDimension,
TInputMeshTraits > | InputDomainType |
|
typedef InputDomainType::PixelType | InputPixelType |
|
enum | LabelType |
|
typedef
NodePairContainerType::ConstIterator | NodePairContainerConstIterator |
|
typedef
NodePairContainerType::Iterator | NodePairContainerIterator |
|
typedef
NodePairContainerType::Pointer | NodePairContainerPointer |
|
typedef VectorContainer
< IdentifierType, NodePairType > | NodePairContainerType |
|
typedef NodePair< NodeType,
OutputPixelType > | NodePairType |
|
typedef
TInputMeshTraits::PointIdentifier | NodeType |
|
typedef OutputDomainType::Pointer | OutputDomainPointer |
|
typedef QuadEdgeMesh
< TOutputPixel, VDimension,
TOutputMeshTraits > | OutputDomainType |
|
typedef OutputDomainType::PixelType | OutputPixelType |
|
typedef
QuadEdgeMeshToQuadEdgeMeshFilter
< QuadEdgeMesh< TInputPixel,
VDimension, TInputMeshTraits >
, QuadEdgeMesh< TOutputPixel,
VDimension, TOutputMeshTraits > > | SuperclassType |
|
| typedef (Concept::Convertible< double, OutputPixelType >) DoubleConvertibleOutputCheck |
|
| typedef (Concept::OStreamWritable< OutputPixelType >) OutputOStreamWritableCheck |
|