SMILX  1.01
Functions
Deformable Model Collection Operations

Members for operating of a collection of deformable models (i.e. model batching) More...

Functions

template<typename TImage >
void milx::DeformableModel::ApplyOrientationCollection (vtkSmartPointer< vtkPolyDataCollection > collection, itk::SmartPointer< TImage > refImage, const bool applyOrigin=true, const bool flipY=false)
 Apply orientation/direction of a reference image to a collection of models.
 
template<typename TImage >
void milx::DeformableModel::VoxeliseCollection (vtkSmartPointer< vtkPolyDataCollection > collection, const coordinateType spacing, std::vector< typename itk::SmartPointer< TImage > > &images)
 Voxelise a collection of models with isotropic spacing given. A vector of image pointers in set to 'images'. More...
 

Detailed Description

Members for operating of a collection of deformable models (i.e. model batching)

Function Documentation

◆ VoxeliseCollection()

template<typename TImage >
void milx::DeformableModel::VoxeliseCollection ( vtkSmartPointer< vtkPolyDataCollection >  collection,
const coordinateType  spacing,
std::vector< typename itk::SmartPointer< TImage > > &  images 
)

Voxelise a collection of models with isotropic spacing given. A vector of image pointers in set to 'images'.

< scale the model inplace

Definition at line 409 of file milxDeformableModel.h.