31 #ifndef vtkAbstractMapper3D_h
32 #define vtkAbstractMapper3D_h
50 virtual double *GetBounds() = 0;
53 virtual void GetBounds(
double bounds[6]);
60 double *rc = this->GetCenter();
61 center[0] = rc[0]; center[1] = rc[1]; center[2] = rc[2];
86 void GetClippingPlaneInDataCoords(
87 vtkMatrix4x4 *propMatrix,
int i,
double planeEquation[4]);
91 int GetNumberOfClippingPlanes();
void GetCenter(double center[3])
represent and manipulate 4x4 transformation matrices
void PrintSelf(ostream &os, vtkIndent indent)
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
#define VTKRENDERINGCORE_EXPORT
virtual int IsARenderIntoImageMapper()
virtual int IsARayCastMapper()