42 #ifndef vtkProjectedTetrahedraMapper_h
43 #define vtkProjectedTetrahedraMapper_h
45 #include "vtkRenderingVolumeModule.h"
69 static void TransformPoints(
vtkPoints *inPoints,
70 const float projection_mat[16],
71 const float modelview_mat[16],
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Abstract class that can sort cell data along a viewpoint.
virtual bool IsSupported(vtkRenderWindow *)
Return true if the rendering context provides the nececessary functionality to use this class...
dynamic, self-adjusting array of float
Detect and break reference loops.
a simple class to control print indentation
Unstructured grid volume renderer.
Abstract class for a unstructured grid volume mapper.
abstract superclass for arrays of numeric data
represents the common properties for rendering a volume.
dynamic, self-adjusting array of unsigned char
create a window for renderers to draw into
static vtkAlgorithm * New()
represent and manipulate 3D points