24 #ifndef vtkContextActor_h
25 #define vtkContextActor_h
27 #include "vtkRenderingContext2DModule.h"
81 void ReleaseGraphicsResources(
vtkWindow *window) VTK_OVERRIDE;
85 ~vtkContextActor() VTK_OVERRIDE;
99 vtkContextActor(const vtkContextActor&) VTK_DELETE_FUNCTION;
100 void operator=(const vtkContextActor&) VTK_DELETE_FUNCTION;
abstract superclass for all actors, volumes and annotations
abstract specification for Viewports
virtual int RenderOverlay(vtkViewport *)
Hold a reference to a vtkObjectBase instance.
window superclass for vtkRenderWindow
Class for drawing 2D primitives to a graphical context.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Provides a 2D scene for vtkContextItem objects.
a simple class to control print indentation
Abstract class for drawing 2D primitives.
provides a vtkProp derived object.
Allocate and hold a VTK object.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
Class for drawing 3D primitives to a graphical context.