28#ifndef vtkPolygonalHandleRepresentation3D_h
29#define vtkPolygonalHandleRepresentation3D_h
32#include "vtkInteractionWidgetsModule.h"
61 vtkSetVector3Macro(Offset,
double);
62 vtkGetVector3Macro(Offset,
double);
represent a user defined handle geometry in 3D while maintaining a fixed orientation w....
a simple class to control print indentation
represent a user defined handle geometry in 3D space
static vtkPolygonalHandleRepresentation3D * New()
Instantiate this class.
~vtkPolygonalHandleRepresentation3D() override=default
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instances of this class.
void SetWorldPosition(double p[3]) override
Set the position of the point in world and display coordinates.
vtkPolygonalHandleRepresentation3D()