![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
Go to the source code of this file.
Data Structures | |
class | itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage > |
Implements a metric base class that takes multiple inputs. More... | |
Namespaces | |
namespace | itk |
Defines | |
#define | itkSetNumberOfMacro(name) |
#define itkSetNumberOfMacro | ( | name | ) |
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 21 of file itkMultiInputImageToImageMetricBase.h.
Generated on 11-05-2012 for elastix by ![]() |
![]() |