| 105 | } |
| 106 | |
| 107 | void |
| 108 | AddTargetCellToIterationInfo(const char * const name) |
| 109 | { |
| 110 | return this->m_Elastix->AddTargetCellToIterationInfo(name); |
| 111 | } |
| 112 | |
| 113 | /** itkGetModifiableObjectMacro(Configuration, Configuration); |
| 114 | * The configuration object provides functionality to |
nothing calls this directly
no test coverage detected