18 #ifndef __itkRegionBasedLevelSetFunctionData_h
19 #define __itkRegionBasedLevelSetFunctionData_h
67 template<
class TInputImage,
class TFeatureImage >
77 itkStaticConstMacro(
ImageDimension,
unsigned int, TFeatureImage::ImageDimension);
113 template<
class TIndex >
118 if ( ( featureIndex[j] < static_cast< InputIndexValueType >( this->
m_Start[j] ) )
119 || ( featureIndex[j] > static_cast< InputIndexValueType >( this->
m_End[j] ) ) )
148 #ifndef ITK_MANUAL_INSTANTIATION
149 #include "itkRegionBasedLevelSetFunctionData.hxx"