VTK
|
implements the device specific code of vtkOpenGLHardwareSelector. More...
#include <vtkOpenGLHardwareSelector.h>
Public Types | |
typedef vtkHardwareSelector | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkOpenGLHardwareSelector * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | EndRenderProp () |
virtual void | BeginRenderProp () |
Static Public Member Functions | |
static vtkOpenGLHardwareSelector * | New () |
static int | IsTypeOf (const char *type) |
static vtkOpenGLHardwareSelector * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkOpenGLHardwareSelector () | |
virtual | ~vtkOpenGLHardwareSelector () |
virtual void | BeginRenderProp (vtkRenderWindow *) |
virtual void | EndRenderProp (vtkRenderWindow *) |
Protected Attributes | |
vtkInternals * | Internals |
implements the device specific code of vtkOpenGLHardwareSelector.
Implements the device specific code of vtkOpenGLHardwareSelector.
Definition at line 32 of file vtkOpenGLHardwareSelector.h.
Reimplemented from vtkHardwareSelector.
Reimplemented in vtkPHardwareSelector.
Definition at line 36 of file vtkOpenGLHardwareSelector.h.
vtkOpenGLHardwareSelector::vtkOpenGLHardwareSelector | ( | ) | [protected] |
virtual vtkOpenGLHardwareSelector::~vtkOpenGLHardwareSelector | ( | ) | [protected, virtual] |
static vtkOpenGLHardwareSelector* vtkOpenGLHardwareSelector::New | ( | ) | [static] |
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.
static vtkOpenGLHardwareSelector* vtkOpenGLHardwareSelector::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
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.
vtkInternals* vtkOpenGLHardwareSelector::Internals [protected] |
Reimplemented from vtkHardwareSelector.
Definition at line 59 of file vtkOpenGLHardwareSelector.h.