35 #ifndef vtkAbstractMapper3D_h
36 #define vtkAbstractMapper3D_h
38 #include "vtkRenderingCoreModule.h"
56 virtual double *GetBounds() = 0;
61 virtual void GetBounds(
double bounds[6]);
70 double *rc = this->GetCenter();
71 center[0] = rc[0]; center[1] = rc[1]; center[2] = rc[2];
98 void GetClippingPlaneInDataCoords(
99 vtkMatrix4x4 *propMatrix,
int i,
double planeEquation[4]);
104 int GetNumberOfClippingPlanes();
void GetCenter(double center[3])
Return the Center of this mapper's data.
represent and manipulate 4x4 transformation matrices
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
abstract class to specify dataset behavior
window superclass for vtkRenderWindow
a simple class to control print indentation
abstract class specifies interface to map 3D data
abstract class specifies interface to map data
virtual int IsARenderIntoImageMapper()
Is this a "render into image" mapper? A subclass would return 1 if the mapper produces an image by re...
virtual int IsARayCastMapper()
Is this a ray cast mapper? A subclass would return 1 if the ray caster is needed to generate an image...