13#ifndef vtkAxisGridActorInternal_h
14#define vtkAxisGridActorInternal_h
20VTK_ABI_NAMESPACE_BEGIN
a actor that draws 2D data
renders a 2D grid given pairs of point positions
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetVerticalLinesBottomPoints(vtkPoints *points)
Set the point positions used to draw horizontal and vertical lines.
int RenderOpaqueGeometry(vtkViewport *) override
Build grid and render.
~vtkAxisGridActorInternal() override
void SetVerticalLinesTopPoints(vtkPoints *points)
Set the point positions used to draw horizontal and vertical lines.
static vtkAxisGridActorInternal * New()
vtkAxisGridActorInternal()
void SetHorizontalLinesLeftPoints(vtkPoints *points)
Set the point positions used to draw horizontal and vertical lines.
void SetHorizontalLinesRightPoints(vtkPoints *points)
Set the point positions used to draw horizontal and vertical lines.
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