|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkOptimizerParametersHelper_h
19 #define itkOptimizerParametersHelper_h
33 template <
typename TValue>
74 itkGenericExceptionMacro(
"OptimizerParametersHelper::SetParametersObject: "
75 "Not implemented for base class.");
virtual void MoveDataPointer(CommonContainerType *container, TValue *pointer)
Basic helper class to manage parameter data as an Array type, the default type.
Light weight base class for most itk classes.
SizeValueType GetSize() const
void SetData(TValue *datain, SizeValueType sz, bool LetArrayManageMemory=false)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
virtual void SetParametersObject(CommonContainerType *, LightObject *)
Array class with size defined at construction time.