Go to the documentation of this file.
45 #ifndef vtkProjectedTetrahedraMapper_h
46 #define vtkProjectedTetrahedraMapper_h
48 #include "vtkRenderingVolumeModule.h"
73 const float projection_mat[16],
74 const float modelview_mat[16],
represent and manipulate 3D points
void ReportReferences(vtkGarbageCollector *collector) override
The visibility sort will probably make a reference loop by holding a reference to the input.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkProjectedTetrahedraMapper()
dynamic, self-adjusting array of float
static void TransformPoints(vtkPoints *inPoints, const float projection_mat[16], const float modelview_mat[16], vtkFloatArray *outPoints)
virtual void SetVisibilitySort(vtkVisibilitySort *sort)
dynamic, self-adjusting array of unsigned char
abstract superclass for arrays of numeric data
virtual bool IsSupported(vtkRenderWindow *)
Return true if the rendering context provides the nececessary functionality to use this class.
~vtkProjectedTetrahedraMapper() override
vtkVisibilitySort * VisibilitySort
a simple class to control print indentation
Detect and break reference loops.
Abstract class that can sort cell data along a viewpoint.
Abstract class for an unstructured grid volume mapper.
Unstructured grid volume renderer.
static vtkProjectedTetrahedraMapper * New()
static void MapScalarsToColors(vtkDataArray *colors, vtkVolumeProperty *property, vtkDataArray *scalars)
create a window for renderers to draw into
represents the common properties for rendering a volume.