#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. This action uses a widget to select its different input parameters. More... | |
Typedefs | |
using | vtkSmartPointerTransformFilter = vtkSmartPointer< vtkTransformFilter > |
using vtkSmartPointerTransformFilter = vtkSmartPointer<vtkTransformFilter> |