18 #ifndef __itkLayerBase_h
19 #define __itkLayerBase_h
37 template<
class TMeasurementVector,
class TTargetVector>
52 typedef typename TMeasurementVector::ValueType
ValueType;
112 #ifdef __USE_OLD_INTERFACE
116 void SetLayerType(
const unsigned int value)
138 itkSetMacro(LayerId,
unsigned int);
139 itkGetConstReferenceMacro(LayerId,
unsigned int);
149 virtual void PrintSelf( std::ostream& os, Indent indent )
const;
166 #ifndef ITK_MANUAL_INSTANTIATION
167 #include "itkLayerBase.hxx"