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