Computer Assited Medical Intervention Tool Kit  version 5.0
RigidTransform.h File Reference
#include <Action.h>
#include <Component.h>
#include <vtkTransform.h>
#include <vtkTransformFilter.h>
#include <vtkSmartPointer.h>
#include "ui_RigidTransformDialog.h"
+ Include dependency graph for RigidTransform.h:
+ This graph shows which files directly or indirectly include this file:

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. This action uses a widget to select its different input parameters. More...
 

Typedefs

using vtkSmartPointerTransformFilter = vtkSmartPointer< vtkTransformFilter >
 

Typedef Documentation

◆ vtkSmartPointerTransformFilter

using vtkSmartPointerTransformFilter = vtkSmartPointer<vtkTransformFilter>