31 #ifndef __vtkAbstractMapper3D_h
32 #define __vtkAbstractMapper3D_h
48 virtual double *GetBounds()=0;
51 virtual void GetBounds(
double bounds[6]);
58 double *rc = this->GetCenter();
59 center[0] = rc[0]; center[1] = rc[1]; center[2] = rc[2];
void GetCenter(double center[3])
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
virtual int IsARenderIntoImageMapper()
virtual int IsARayCastMapper()