Computer Assited Medical Intervention Tool Kit
version 4.1
|
#include "Action.h"
#include "Component.h"
#include <vtkTransform.h>
#include <vtkTransformFilter.h>
#include <vtkSmartPointer.h>
#include "ui_RigidTransformDialog.h"
Go to the source code of this file.
Classes | |
class | RigidTransform |
This action allows you to apply a linear transformation (translation,rotation around axes,scaling) the currently selected MeshComponents. More... | |
Typedefs | |
using | vtkSmartPointerTransformFilter = vtkSmartPointer< vtkTransformFilter > |
using vtkSmartPointerTransformFilter = vtkSmartPointer<vtkTransformFilter> |