![]() |
SMILX
1.01
|
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... | |
Members for operating of a collection of deformable models (i.e. model batching)
| 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.
1.8.13