ITK  5.4.0
Insight Toolkit
Static Public Attributes | List of all members
itk::FastMarchingTraits< Image< TInputPixel, VDimension >, Image< TOutputPixel, VDimension > > Class Template Reference

#include <itkFastMarchingTraits.h>

Detailed Description

template<unsigned int VDimension, typename TInputPixel, typename TOutputPixel>
class itk::FastMarchingTraits< Image< TInputPixel, VDimension >, Image< TOutputPixel, VDimension > >

Definition at line 116 of file itkFastMarchingTraits.h.

+ Inheritance diagram for itk::FastMarchingTraits< Image< TInputPixel, VDimension >, Image< TOutputPixel, VDimension > >:
+ Collaboration diagram for itk::FastMarchingTraits< Image< TInputPixel, VDimension >, Image< TOutputPixel, VDimension > >:

Static Public Attributes

static constexpr unsigned int ImageDimension = VDimension
 

Additional Inherited Members

- Public Types inherited from itk::FastMarchingTraitsBase< Image< TInputPixel, VDimension >, Index< VDimension >, Image< TOutputPixel, VDimension >, ImageToImageFilter< Image< TInputPixel, VDimension >, Image< TOutputPixel, VDimension > > >
using InputDomainPointer = typename InputDomainType::Pointer
 
using InputDomainType = Image< TInputPixel, VDimension >
 
using InputPixelType = typename InputDomainType::PixelType
 
enum  LabelType
 
using NodePairContainerConstIterator = typename NodePairContainerType::ConstIterator
 
using NodePairContainerIterator = typename NodePairContainerType::Iterator
 
using NodePairContainerPointer = typename NodePairContainerType::Pointer
 
using NodePairContainerType = VectorContainer< IdentifierType, NodePairType >
 
using NodePairType = NodePair< NodeType, OutputPixelType >
 
using NodeType = Index< VDimension >
 
using OutputDomainPointer = typename OutputDomainType::Pointer
 
using OutputDomainType = Image< TOutputPixel, VDimension >
 
using OutputPixelType = typename OutputDomainType::PixelType
 
using SuperclassType = ImageToImageFilter< Image< TInputPixel, VDimension >, Image< TOutputPixel, VDimension > >
 

Member Data Documentation

◆ ImageDimension

template<unsigned int VDimension, typename TInputPixel , typename TOutputPixel >
constexpr unsigned int itk::FastMarchingTraits< Image< TInputPixel, VDimension >, Image< TOutputPixel, VDimension > >::ImageDimension = VDimension
staticconstexpr

Definition at line 123 of file itkFastMarchingTraits.h.


The documentation for this class was generated from the following file: