VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkOpenGLHardwareSelector Class Reference

implements the device specific code of vtkOpenGLHardwareSelector. More...

#include <vtkOpenGLHardwareSelector.h>

Inheritance diagram for vtkOpenGLHardwareSelector:
Inheritance graph
[legend]
Collaboration diagram for vtkOpenGLHardwareSelector:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkHardwareSelector Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkOpenGLHardwareSelectorNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual void EndRenderProp ()
virtual void BeginRenderProp ()

Static Public Member Functions

static vtkOpenGLHardwareSelectorNew ()
static int IsTypeOf (const char *type)
static vtkOpenGLHardwareSelectorSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkOpenGLHardwareSelector ()
virtual ~vtkOpenGLHardwareSelector ()
virtual void BeginRenderProp (vtkRenderWindow *)
virtual void EndRenderProp (vtkRenderWindow *)

Protected Attributes

vtkInternals * Internals

Detailed Description

implements the device specific code of vtkOpenGLHardwareSelector.

Implements the device specific code of vtkOpenGLHardwareSelector.

See also:
vtkHardwareSelector

Definition at line 32 of file vtkOpenGLHardwareSelector.h.


Member Typedef Documentation

Reimplemented from vtkHardwareSelector.

Reimplemented in vtkPHardwareSelector.

Definition at line 36 of file vtkOpenGLHardwareSelector.h.


Constructor & Destructor Documentation


Member Function Documentation

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkHardwareSelector.

Reimplemented in vtkPHardwareSelector.

static int vtkOpenGLHardwareSelector::IsTypeOf ( const char *  name) [static]

Return 1 if this class type 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 vtkHardwareSelector.

Reimplemented in vtkPHardwareSelector.

virtual int vtkOpenGLHardwareSelector::IsA ( const char *  name) [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 vtkHardwareSelector.

Reimplemented in vtkPHardwareSelector.

Reimplemented from vtkHardwareSelector.

Reimplemented in vtkPHardwareSelector.

virtual vtkObjectBase* vtkOpenGLHardwareSelector::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkHardwareSelector.

Reimplemented in vtkPHardwareSelector.

Reimplemented from vtkHardwareSelector.

Reimplemented in vtkPHardwareSelector.

void vtkOpenGLHardwareSelector::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [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 vtkHardwareSelector.

Reimplemented in vtkPHardwareSelector.

virtual void vtkOpenGLHardwareSelector::BeginRenderProp ( ) [inline, virtual]

Called by the mapper (vtkHardwareSelectionPolyDataPainter) before and after rendering each prop.

Reimplemented from vtkHardwareSelector.

Definition at line 42 of file vtkOpenGLHardwareSelector.h.

virtual void vtkOpenGLHardwareSelector::EndRenderProp ( ) [inline, virtual]

Called by the mapper (vtkHardwareSelectionPolyDataPainter) before and after rendering each prop.

Reimplemented from vtkHardwareSelector.

Definition at line 46 of file vtkOpenGLHardwareSelector.h.

virtual void vtkOpenGLHardwareSelector::BeginRenderProp ( vtkRenderWindow ) [protected, virtual]

Implements vtkHardwareSelector.

virtual void vtkOpenGLHardwareSelector::EndRenderProp ( vtkRenderWindow ) [protected, virtual]

Implements vtkHardwareSelector.


Member Data Documentation

vtkInternals* vtkOpenGLHardwareSelector::Internals [protected]

Reimplemented from vtkHardwareSelector.

Definition at line 59 of file vtkOpenGLHardwareSelector.h.


The documentation for this class was generated from the following file: