3 #include <itkVectorImage.h> 9 template <
typename TPixel,
unsigned int VImageDimension = 3>
10 class MCMImage :
public itk::VectorImage <TPixel, VImageDimension>
13 typedef itk::VectorImage <TPixel, VImageDimension>
Superclass;
15 typedef itk::SmartPointer< Self >
Pointer;
27 virtual
void Graft(const itk::DataObject *data) ITK_OVERRIDE;
31 virtual ~MCMImage() {}
35 void operator=(
const Self &);
MCMPointer & GetDescriptionModel()
itk::SmartPointer< const Self > ConstPointer
MCMType::Pointer MCMPointer
virtual void Graft(const itk::DataObject *data) ITK_OVERRIDE
anima::MCMImage< TPixel, VImageDimension > Self
MultiCompartmentModel: holds several diffusion compartments, ordered by type It also handles weights ...
void SetDescriptionModel(MCMPointer &mcm)
itk::SmartPointer< Self > Pointer
itk::VectorImage< TPixel, VImageDimension > Superclass