19 #ifndef itkVTKVisualize2DSparseLevelSetLayers_h
20 #define itkVTKVisualize2DSparseLevelSetLayers_h
37 template<
typename TInputImage,
typename TLevelSet >
47 template<
typename TInputImage,
typename TOutput,
unsigned int VDimension >
53 itk::WhitakerSparseLevelSetImage< TOutput, VDimension > >
81 std::string GetLevelSetRepresentationName()
const;
85 void operator = (
const Self& );
94 template<
typename TInputImage,
unsigned int VDimension >
100 itk::ShiSparseLevelSetImage< VDimension > >
128 std::string GetLevelSetRepresentationName()
const;
132 void operator = (
const Self& );
142 template<
typename TInputImage,
unsigned int VDimension >
148 itk::MalcolmSparseLevelSetImage< VDimension > >
176 std::string GetLevelSetRepresentationName()
const;
180 void operator = (
const Self& );
184 #ifndef ITK_MANUAL_INSTANTIATION
185 #include "itkVTKVisualize2DSparseLevelSetLayers.hxx"
LevelSetType::Pointer LevelSetPointer
Light weight base class for most itk classes.
Derived class for the shi representation of level-set function.
Derived class for the Malcolm representation of level-set function.
Derived class for the sparse-field representation of level-set function.
TInputImage InputImageType
InputImageType::PixelType InputPixelType