#include <vtkOpenGLPolyDataMapper.h>
Inheritance diagram for vtkOpenGLPolyDataMapper:


Public Methods | |
| virtual const char * | GetClassName () | 
| virtual int | IsA (const char *type) | 
| void | Render (vtkRenderer *ren, vtkActor *a) | 
| void | ReleaseGraphicsResources (vtkWindow *) | 
| virtual void | Draw (vtkRenderer *ren, vtkActor *a) | 
| GLenum | GetLmcolorMode (vtkProperty *prop) | 
Static Public Methods | |
| vtkOpenGLPolyDataMapper * | New () | 
| int | IsTypeOf (const char *type) | 
| vtkOpenGLPolyDataMapper * | SafeDownCast (vtkObject *o) | 
Protected Methods | |
| vtkOpenGLPolyDataMapper () | |
| ~vtkOpenGLPolyDataMapper () | |
| vtkOpenGLPolyDataMapper (const vtkOpenGLPolyDataMapper &) | |
| void | operator= (const vtkOpenGLPolyDataMapper &) | 
Protected Attributes | |
| int | ListId | 
| vtkTimerLog * | Timer | 
vtkOpenGLPolyDataMapper is a subclass of vtkPolyDataMapper. vtkOpenGLPolyDataMapper is a geometric PolyDataMapper for the OpenGL rendering library.
Definition at line 65 of file vtkOpenGLPolyDataMapper.h.
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
 Definition at line 94 of file vtkOpenGLPolyDataMapper.h.  | 
  
      
  | 
  
| 
 Instantiate object with no start, end, or progress methods. Reimplemented from vtkPolyDataMapper.  | 
  
      
  | 
  
| 
 Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataMapper.  | 
  
      
  | 
  
| 
 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 vtkPolyDataMapper.  | 
  
      
  | 
  
| 
 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 vtkPolyDataMapper.  | 
  
      
  | 
  
| 
 Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataMapper.  | 
  
      
  | 
  ||||||||||||
| 
 Implement superclass render method. Reimplemented from vtkPolyDataMapper.  | 
  
      
  | 
  
| 
 Release any graphics resources that are being consumed by this mapper. The parameter window could be used to determine which graphic resources to release. Reimplemented from vtkMapper.  | 
  
      
  | 
  ||||||||||||
| 
 Draw method for OpenGL.  | 
  
      
  | 
  
| 
 Get the lmcolor property, this is a pretty important little function. It determines how vertex colors will be handled in gl. When a PolyDataMapper has vertex colors it will use this method to determine what lmcolor mode to set.  | 
  
      
  | 
  
| 
 
 Definition at line 95 of file vtkOpenGLPolyDataMapper.h.  | 
  
      
  | 
  
| 
 
 Definition at line 97 of file vtkOpenGLPolyDataMapper.h.  | 
  
      
  | 
  
| 
 
 Definition at line 98 of file vtkOpenGLPolyDataMapper.h.  | 
  
1.2.11.1 written by Dimitri van Heesch,
 © 1997-2001