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