Go to the documentation of this file.
32 #ifndef vtkAbstractMapper3D_h
33 #define vtkAbstractMapper3D_h
35 #include "vtkRenderingCoreModule.h"
58 virtual
void GetBounds(
double bounds[6]);
67 double *rc = this->GetCenter();
95 void GetClippingPlaneInDataCoords(
96 vtkMatrix4x4 *propMatrix,
int i,
double planeEquation[4]);
virtual int IsARayCastMapper()
Is this a ray cast mapper? A subclass would return 1 if the ray caster is needed to generate an image...
~vtkAbstractMapper3D() override
window superclass for vtkRenderWindow
#define VTK_SIZEHINT(...)
a simple class to control print indentation
represent and manipulate 4x4 transformation matrices
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract class to specify dataset behavior
virtual int IsARenderIntoImageMapper()
Is this a "render into image" mapper? A subclass would return 1 if the mapper produces an image by re...
abstract class specifies interface to map 3D data
abstract class specifies interface to map data