#include "itkAdvancedImageToImageMetric.h"
#include <vector>
#include "itkMultiInputImageToImageMetricBase.hxx"
Go to the source code of this file.
◆ itkSetNumberOfMacro
#define itkSetNumberOfMacro |
( |
|
name | ) |
|
Value: virtual void SetNumberOf##name##s(const unsigned int _arg) \
{ \
if (this->m_NumberOf##name##s != _arg) \
{ \
this->m_##name##Vector.resize(_arg); \
this->m_NumberOf##name##s = _arg; \
this->Modified(); \
} \
}
Macro for setting the number of objects.
Definition at line 25 of file itkMultiInputImageToImageMetricBase.h.