VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkOpenGLLabeledContourMapper Class Reference

#include <vtkOpenGLLabeledContourMapper.h>

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

List of all members.

Public Types

typedef vtkLabeledContourMapper Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkOpenGLLabeledContourMapperNewInstance () const

Static Public Member Functions

static
vtkOpenGLLabeledContourMapper
New ()
static int IsTypeOf (const char *type)
static
vtkOpenGLLabeledContourMapper
SafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkOpenGLLabeledContourMapper ()
 ~vtkOpenGLLabeledContourMapper ()
bool ApplyStencil (vtkRenderer *ren, vtkActor *act)
bool RemoveStencil ()

Detailed Description

vtkOpenGLLabeledContourMapper is an override for vtkLabeledContourMapper that implements stenciling using the OpenGL API.

Definition at line 27 of file vtkOpenGLLabeledContourMapper.h.


Member Typedef Documentation

Reimplemented from vtkLabeledContourMapper.

Definition at line 32 of file vtkOpenGLLabeledContourMapper.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 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.

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.


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