19#ifndef vtkPolygonalHandleRepresentation3D_h 
   20#define vtkPolygonalHandleRepresentation3D_h 
   23#include "vtkInteractionWidgetsModule.h"  
   25VTK_ABI_NAMESPACE_BEGIN
 
   53  vtkSetVector3Macro(Offset, 
double);
 
   54  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()