18 #ifndef __itkRBFLayer_h
19 #define __itkRBFLayer_h
38 template<
class TMeasurementVector,
class TTargetVector>
71 itkGetConstReferenceMacro(RBF_Dim,
unsigned int);
98 void SetCenter(TMeasurementVector c,
unsigned int i);
108 itkGetConstReferenceMacro( Bias,
ValueType );
114 itkSetMacro(NumClasses,
unsigned int);
115 itkGetConstReferenceMacro(NumClasses,
unsigned int);
118 itkGetModifiableObjectMacro(RBF,
RBFType);
148 #ifndef ITK_MANUAL_INSTANTIATION
149 #include "itkRBFLayer.hxx"