VTK
|
vtkOpenGLGlyph3D on the GPU. More...
#include <vtkOpenGLGlyph3DMapper.h>
vtkOpenGLGlyph3D on the GPU.
Do the same job than vtkGlyph3D but on the GPU. For this reason, it is a mapper not a vtkPolyDataAlgorithm. Also, some methods of vtkOpenGLGlyph3D don't make sense in vtkOpenGLGlyph3DMapper: GeneratePointIds, old-style SetSource, PointIdsName, IsPointVisible.
Definition at line 39 of file vtkOpenGLGlyph3DMapper.h.
Reimplemented from vtkGlyph3DMapper.
Definition at line 43 of file vtkOpenGLGlyph3DMapper.h.
vtkOpenGLGlyph3DMapper::vtkOpenGLGlyph3DMapper | ( | ) | [protected] |
vtkOpenGLGlyph3DMapper::~vtkOpenGLGlyph3DMapper | ( | ) | [protected] |
static vtkOpenGLGlyph3DMapper* vtkOpenGLGlyph3DMapper::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkGlyph3DMapper.
static int vtkOpenGLGlyph3DMapper::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 vtkGlyph3DMapper.
virtual int vtkOpenGLGlyph3DMapper::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 vtkGlyph3DMapper.
static vtkOpenGLGlyph3DMapper* vtkOpenGLGlyph3DMapper::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkGlyph3DMapper.
virtual vtkObjectBase* vtkOpenGLGlyph3DMapper::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkGlyph3DMapper.
Reimplemented from vtkGlyph3DMapper.
void vtkOpenGLGlyph3DMapper::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 vtkGlyph3DMapper.
virtual void vtkOpenGLGlyph3DMapper::Render | ( | vtkRenderer * | ren, |
vtkActor * | a | ||
) | [virtual] |
Method initiates the mapping process. Generally sent by the actor as each frame is rendered. Its behavior depends on the value of SelectMode.
Reimplemented from vtkGlyph3DMapper.
virtual void vtkOpenGLGlyph3DMapper::ReleaseGraphicsResources | ( | vtkWindow * | window | ) | [virtual] |
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.
virtual void vtkOpenGLGlyph3DMapper::ReportReferences | ( | vtkGarbageCollector * | ) | [protected, virtual] |
Take part in garbage collection.
Reimplemented from vtkAlgorithm.
void vtkOpenGLGlyph3DMapper::CopyInformationToSubMapper | ( | vtkPainterPolyDataMapper * | ) | [protected] |
Send mapper ivars to sub-mapper.
void vtkOpenGLGlyph3DMapper::ReleaseList | ( | ) | [protected] |
Release display list used for matrices and color.
virtual void vtkOpenGLGlyph3DMapper::UpdatePainterInformation | ( | ) | [protected, virtual] |
Called when the PainterInformation becomes obsolete. It is called before the Render is initiated on the Painter.
vtkOpenGLGlyph3DMapperArray* vtkOpenGLGlyph3DMapper::SourceMappers [protected] |
Definition at line 74 of file vtkOpenGLGlyph3DMapper.h.
vtkWeakPointer<vtkWindow> vtkOpenGLGlyph3DMapper::LastWindow [protected] |
Reimplemented from vtkAbstractMapper.
Definition at line 76 of file vtkOpenGLGlyph3DMapper.h.
unsigned int vtkOpenGLGlyph3DMapper::DisplayListId [protected] |
Definition at line 78 of file vtkOpenGLGlyph3DMapper.h.
Definition at line 80 of file vtkOpenGLGlyph3DMapper.h.
vtkInformation* vtkOpenGLGlyph3DMapper::PainterInformation [protected] |
Definition at line 81 of file vtkOpenGLGlyph3DMapper.h.
Definition at line 82 of file vtkOpenGLGlyph3DMapper.h.