25 #ifndef vtkPolyDataMapper_h 26 #define vtkPolyDataMapper_h 28 #include "vtkRenderingCoreModule.h" 75 vtkSetMacro(Piece,
int);
76 vtkGetMacro(Piece,
int);
77 vtkSetMacro(NumberOfPieces,
int);
78 vtkGetMacro(NumberOfPieces,
int);
79 vtkSetMacro(NumberOfSubPieces,
int);
80 vtkGetMacro(NumberOfSubPieces,
int);
87 vtkSetMacro(GhostLevel,
int);
88 vtkGetMacro(GhostLevel,
int);
96 void GetBounds(
double bounds[6])
override 116 virtual void MapDataArrayToVertexAttribute(
117 const char* vertexAttributeName,
118 const char* dataArrayName,
int fieldAssociation,
int componentno = -1);
123 virtual void MapDataArrayToMultiTextureAttribute(
124 const char *textureName,
125 const char* dataArrayName,
int fieldAssociation,
int componentno = -1);
128 VTK_LEGACY(
virtual void MapDataArrayToMultiTextureAttribute(
130 const char* dataArrayName,
int fieldAssociation,
int componentno = -1));
135 virtual void RemoveVertexAttributeMapping(
const char* vertexAttributeName);
140 virtual void RemoveAllVertexAttributeMappings();
158 virtual void ComputeBounds();
represents an object (geometry & properties) in a rendered scene
void ShallowCopy(vtkAbstractMapper *m)
Make a shallow copy of this mapper.
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
abstract specification for renderers
concrete dataset represents vertices, lines, polygons, and triangle strips
a simple class to control print indentation
virtual double * GetBounds()=0
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax).
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void Update()
Bring this algorithm's outputs up-to-date.
#define VTK_SIZEHINT(...)
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
abstract class specifies interface to map data to graphics primitives
~vtkPolyDataMapper() override
abstract class specifies interface to map data
map vtkPolyData to graphics primitives
create a window for renderers to draw into
static vtkAlgorithm * New()
double * GetBounds() override
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax).
vtkDataSet * GetInput()
Get the input as a vtkDataSet.
virtual void Render(vtkRenderer *ren, vtkActor *a)=0
Method initiates the mapping process.