 |
VTK
9.0.1
|
Go to the documentation of this file.
25 #ifndef vtkOpenGLPointGaussianMapper_h
26 #define vtkOpenGLPointGaussianMapper_h
29 #include "vtkRenderingOpenGL2Module.h"
32 class vtkOpenGLPointGaussianMapperHelper;
71 std::vector<vtkOpenGLPointGaussianMapperHelper*>
Helpers;
72 vtkOpenGLPointGaussianMapperHelper* CreateHelper();
73 void CopyMapperValuesToHelper(vtkOpenGLPointGaussianMapperHelper* helper);
85 void BuildOpacityTable();
88 void BuildScaleTable();
virtual vtkExecutive * CreateDefaultExecutive()
Create a default executive.
vtkTimeStamp ScaleTableUpdateTime
draw PointGaussians using imposters
record modification and/or execution time
std::vector< std::vector< unsigned int > > PickPixels
window superclass for vtkRenderWindow
Superclass for all pipeline executives in VTK.
virtual bool HasTranslucentPolygonalGeometry()
virtual void ProcessSelectorPixelBuffers(vtkHardwareSelector *, std::vector< unsigned int > &, vtkProp *)
allows a mapper to update a selections color buffers Called from a prop which in turn is called from ...
represents an object (geometry & properties) in a rendered scene
a simple class to control print indentation
void Render(vtkRenderer *ren, vtkActor *act) override
This calls RenderPiece (in a for loop if streaming is necessary).
draw PointGaussians using imposters
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
vtkTimeStamp HelperUpdateTime
vtkTimeStamp OpacityTableUpdateTime
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ReleaseGraphicsResources(vtkWindow *) override
Release any graphics resources that are being consumed by this mapper.
Detect and break reference loops.
abstract superclass for all actors, volumes and annotations
static vtkPointGaussianMapper * New()
void ReportReferences(vtkGarbageCollector *) override
abstract specification for renderers
virtual void ComputeBounds()
Called in GetBounds().
std::vector< vtkOpenGLPointGaussianMapperHelper * > Helpers
void RenderPiece(vtkRenderer *, vtkActor *) override
Implemented by sub classes.