18 #ifndef itkCompletelyConnectedWeightSet_h
19 #define itkCompletelyConnectedWeightSet_h
33 template<
typename TMeasurementVector,
typename TTargetVector>
47 void SetCompleteConnectivity();
48 void SetRandomConnectivity(
int[][
MAX_SIZE]);
56 virtual void PrintSelf( std::ostream& os,
Indent indent )
const ITK_OVERRIDE;
63 #ifndef ITK_MANUAL_INSTANTIATION
64 #include "itkCompletelyConnectedWeightSet.hxx"
This is the itkWeightSetBase class.
Light weight base class for most itk classes.
WeightSetBase< TMeasurementVector, TTargetVector > Superclass
CompletelyConnectedWeightSet Self
This is the itkCompletelyConnectedWeightSet class.
Control indentation during Print() invocation.
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
virtual ~CompletelyConnectedWeightSet() override