28 #ifndef vtkContextScene_h
29 #define vtkContextScene_h
74 bool RemoveItem(
unsigned int index);
81 unsigned int GetNumberOfItems();
96 vtkSetVector2Macro(Geometry,
int);
101 vtkGetVector2Macro(Geometry,
int);
106 vtkSetMacro(UseBufferId,
bool);
111 vtkGetMacro(UseBufferId,
bool);
115 virtual int GetViewWidth();
118 virtual int GetViewHeight();
124 int GetSceneHeight();
130 vtkSetMacro(ScaleTiles,
bool);
131 vtkGetMacro(ScaleTiles,
bool);
132 vtkBooleanMacro(ScaleTiles,
bool);
149 void SetDirty(
bool isDirty);
150 bool GetDirty()
const;
155 void ReleaseGraphicsResources();
192 virtual bool ProcessSelectionEvent(
unsigned int rect[5]);
218 virtual void PaintIds();
221 void TestBufferIdSupport();
233 void UpdateBufferId();
279 MouseEvents eventPtr);
284 #endif //vtkContextScene_h
data structure to represent key events.
abstract base class for most VTK objects
Private implementation for scene/items.
abstract specification for renderers
vtkWeakPointer< vtkRenderer > Renderer
vtkWeakPointer< vtkContext2D > LastPainter
Class for drawing 2D primitives to a graphical context.
An interactor for chart views It observes the user events (mouse events) and propagates them to the s...
virtual void PrintSelf(ostream &os, vtkIndent indent)
#define VTKRENDERINGCONTEXT2D_EXPORT
Provides a 2D scene for vtkContextItem objects.
data structure to represent mouse events.
a simple class to control print indentation
bool BufferIdSupportTested
2D array of ids, used for picking.
vtkContextScenePrivate * Children
vtkAbstractContextBufferId * BufferId
base class for items that are part of a vtkContextScene.
vtkTransform2D * Transform
vtkAnnotationLink * AnnotationLink
An algorithm for linking annotations among objects.