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