VTK
|
#include <vtkOpenGLLabeledContourMapper.h>
Public Types | |
typedef vtkLabeledContourMapper | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkOpenGLLabeledContourMapper * | NewInstance () const |
Static Public Member Functions | |
static vtkOpenGLLabeledContourMapper * | New () |
static int | IsTypeOf (const char *type) |
static vtkOpenGLLabeledContourMapper * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkOpenGLLabeledContourMapper () | |
~vtkOpenGLLabeledContourMapper () | |
bool | ApplyStencil (vtkRenderer *ren, vtkActor *act) |
bool | RemoveStencil () |
vtkOpenGLLabeledContourMapper is an override for vtkLabeledContourMapper that implements stenciling using the OpenGL API.
Definition at line 27 of file vtkOpenGLLabeledContourMapper.h.
Reimplemented from vtkLabeledContourMapper.
Definition at line 32 of file vtkOpenGLLabeledContourMapper.h.
vtkOpenGLLabeledContourMapper::vtkOpenGLLabeledContourMapper | ( | ) | [protected] |
vtkOpenGLLabeledContourMapper::~vtkOpenGLLabeledContourMapper | ( | ) | [protected] |
static vtkOpenGLLabeledContourMapper* vtkOpenGLLabeledContourMapper::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkLabeledContourMapper.
static int vtkOpenGLLabeledContourMapper::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 vtkLabeledContourMapper.
virtual int vtkOpenGLLabeledContourMapper::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 vtkLabeledContourMapper.
static vtkOpenGLLabeledContourMapper* vtkOpenGLLabeledContourMapper::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkLabeledContourMapper.
virtual vtkObjectBase* vtkOpenGLLabeledContourMapper::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkLabeledContourMapper.
Reimplemented from vtkLabeledContourMapper.
bool vtkOpenGLLabeledContourMapper::ApplyStencil | ( | vtkRenderer * | ren, |
vtkActor * | act | ||
) | [protected, virtual] |
The polydata mapper used to render the contours.
Reimplemented from vtkLabeledContourMapper.
bool vtkOpenGLLabeledContourMapper::RemoveStencil | ( | ) | [protected, virtual] |
The polydata mapper used to render the contours.
Reimplemented from vtkLabeledContourMapper.