VTK
|
OpenGL class drawing 3D primitives. More...
#include <vtkOpenGLContextDevice3D.h>
Public Types | |
typedef vtkContextDevice3D | Superclass |
![]() | |
typedef vtkObject | Superclass |
![]() | |
typedef vtkObjectBase | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkOpenGLContextDevice3D * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | DrawPoly (const float *verts, int n, const unsigned char *colors, int nc) |
void | ApplyPen (vtkPen *pen) |
void | ApplyBrush (vtkBrush *brush) |
void | SetMatrix (vtkMatrix4x4 *m) |
void | GetMatrix (vtkMatrix4x4 *m) |
void | MultiplyMatrix (vtkMatrix4x4 *m) |
void | PushMatrix () |
void | PopMatrix () |
void | SetClipping (const vtkRecti &rect) |
void | EnableClipping (bool enable) |
void | DrawPoints (const float *verts, int n, const unsigned char *colors, int nc) |
void | DrawTriangleMesh (const float *mesh, int n, const unsigned char *colors, int nc) |
void | EnableClippingPlane (int i, double *planeEquation) |
void | DisableClippingPlane (int i) |
![]() | |
vtkContextDevice3D * | NewInstance () const |
virtual void | DisableClipping () |
![]() | |
vtkObject * | NewInstance () const |
virtual void | DebugOn () |
virtual void | DebugOff () |
unsigned char | GetDebug () |
void | SetDebug (unsigned char debugFlag) |
virtual void | Modified () |
virtual unsigned long | GetMTime () |
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
vtkCommand * | GetCommand (unsigned long tag) |
void | RemoveObserver (vtkCommand *) |
void | RemoveObservers (unsigned long event, vtkCommand *) |
void | RemoveObservers (const char *event, vtkCommand *) |
int | HasObserver (unsigned long event, vtkCommand *) |
int | HasObserver (const char *event, vtkCommand *) |
void | RemoveObserver (unsigned long tag) |
void | RemoveObservers (unsigned long event) |
void | RemoveObservers (const char *event) |
void | RemoveAllObservers () |
int | HasObserver (unsigned long event) |
int | HasObserver (const char *event) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
int | InvokeEvent (unsigned long event, void *callData) |
int | InvokeEvent (const char *event, void *callData) |
int | InvokeEvent (unsigned long event) |
int | InvokeEvent (const char *event) |
![]() | |
const char * | GetClassName () const |
virtual void | Delete () |
virtual void | FastDelete () |
void | Print (ostream &os) |
virtual void | Register (vtkObjectBase *o) |
virtual void | UnRegister (vtkObjectBase *o) |
void | SetReferenceCount (int) |
void | PrintRevisions (ostream &) |
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
int | GetReferenceCount () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkOpenGLContextDevice3D * | SafeDownCast (vtkObjectBase *o) |
static vtkOpenGLContextDevice3D * | New () |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkContextDevice3D * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkObject * | SafeDownCast (vtkObjectBase *o) |
static vtkObject * | New () |
static void | BreakOnError () |
static void | SetGlobalWarningDisplay (int val) |
static void | GlobalWarningDisplayOn () |
static void | GlobalWarningDisplayOff () |
static int | GetGlobalWarningDisplay () |
![]() | |
static int | IsTypeOf (const char *name) |
static vtkObjectBase * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkOpenGLContextDevice3D () | |
~vtkOpenGLContextDevice3D () | |
virtual void | EnableDepthBuffer () |
virtual void | DisableDepthBuffer () |
![]() | |
vtkContextDevice3D () | |
~vtkContextDevice3D () | |
![]() | |
vtkObject () | |
virtual | ~vtkObject () |
virtual void | RegisterInternal (vtkObjectBase *, int check) |
virtual void | UnRegisterInternal (vtkObjectBase *, int check) |
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
void | InternalReleaseFocus () |
![]() | |
vtkObjectBase () | |
virtual | ~vtkObjectBase () |
virtual void | CollectRevisions (ostream &) |
virtual void | ReportReferences (vtkGarbageCollector *) |
vtkObjectBase (const vtkObjectBase &) | |
void | operator= (const vtkObjectBase &) |
Additional Inherited Members | |
![]() | |
unsigned char | Debug |
vtkTimeStamp | MTime |
vtkSubjectHelper * | SubjectHelper |
![]() | |
vtkAtomicInt< vtkTypeInt32 > | ReferenceCount |
vtkWeakPointerBase ** | WeakPointers |
OpenGL class drawing 3D primitives.
This defines the implementation of a 3D context device for drawing simple primitives.
Definition at line 34 of file vtkOpenGLContextDevice3D.h.
Definition at line 37 of file vtkOpenGLContextDevice3D.h.
|
protected |
|
protected |
|
static |
|
virtual |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkContextDevice3D.
|
static |
|
protectedvirtual |
Reimplemented from vtkContextDevice3D.
vtkOpenGLContextDevice3D* vtkOpenGLContextDevice3D::NewInstance | ( | ) | const |
|
virtual |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkContextDevice3D.
|
static |
|
virtual |
Draw a polyline between the specified points.
Implements vtkContextDevice3D.
|
virtual |
Draw points at the vertex positions specified.
Implements vtkContextDevice3D.
|
virtual |
Draw triangles to generate the specified mesh.
Implements vtkContextDevice3D.
|
virtual |
Apply the supplied pen which controls the outlines of shapes, as well as lines, points and related primitives. This makes a deep copy of the vtkPen object in the vtkContext2D, it does not hold a pointer to the supplied object.
Implements vtkContextDevice3D.
|
virtual |
Apply the supplied brush which controls the outlines of shapes, as well as lines, points and related primitives. This makes a deep copy of the vtkBrush object in the vtkContext2D, it does not hold a pointer to the supplied object.
Implements vtkContextDevice3D.
|
virtual |
Set the model view matrix for the display
Implements vtkContextDevice3D.
|
virtual |
Set the model view matrix for the display
Implements vtkContextDevice3D.
|
virtual |
Multiply the current model view matrix by the supplied one
Implements vtkContextDevice3D.
|
virtual |
Push the current matrix onto the stack.
Implements vtkContextDevice3D.
|
virtual |
Pop the current matrix off of the stack.
Implements vtkContextDevice3D.
|
virtual |
Supply a float array of length 4 with x1, y1, width, height specifying clipping region for the device in pixels.
Implements vtkContextDevice3D.
|
virtual |
Enable or disable the clipping of the scene.
Implements vtkContextDevice3D.
Enable/Disable the specified clipping plane. i is the index of the clipping plane being enabled or disabled (0 - 5). planeEquation points to the four coefficients of the equation for the clipping plane: Ax + By + Cz + D = 0. This is the equation format expected by glClipPlane.
Implements vtkContextDevice3D.
|
virtual |
Enable/Disable the specified clipping plane. i is the index of the clipping plane being enabled or disabled (0 - 5). planeEquation points to the four coefficients of the equation for the clipping plane: Ax + By + Cz + D = 0. This is the equation format expected by glClipPlane.
Implements vtkContextDevice3D.
|
protectedvirtual |
Begin drawing, turn on the depth buffer.
|
protectedvirtual |
End drawing, turn off the depth buffer.