15#ifndef vtkArcGridActorPrivate_h
16#define vtkArcGridActorPrivate_h
22VTK_ABI_NAMESPACE_BEGIN
49 vtkSetMacro(Angle,
double);
50 vtkGetMacro(Angle,
double);
58 vtkSetVector2Macro(Center,
double);
59 vtkGetVector2Macro(Center,
double);
68 vtkSetMacro(Resolution,
int);
69 vtkGetMacro(Resolution,
int);
101 double Center[2] = { 0.5, 0.5 };
a actor that draws 2D data
renders a concentric list of arcs on overlay.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RenderOverlay(vtkViewport *) override
Build the arcs and render them as overlay.
~vtkArcGridActorPrivate() override
static vtkArcGridActorPrivate * New()
object to represent cell connectivity
dynamic, self-adjusting array of double
a simple class to control print indentation
Allocate and hold a VTK object.
represent and manipulate 3D points
draw vtkPolyData onto the image plane
map vtkPolyData to graphics primitives
concrete dataset represents vertices, lines, polygons, and triangle strips
abstract specification for Viewports