19#ifndef vtkCellGridMapper_h
20#define vtkCellGridMapper_h
23#include "vtkRenderingCoreModule.h"
26VTK_ABI_NAMESPACE_BEGIN
39 vtkSetMacro(VisualizePCoords,
int);
40 vtkGetMacro(VisualizePCoords,
int);
42 vtkSetMacro(VisualizeBasisFunction,
int);
43 vtkGetMacro(VisualizeBasisFunction,
int);
87 int VisualizePCoords = -1;
88 int VisualizeBasisFunction = -1;
virtual double * GetBounds()=0
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax,...
represents an object (geometry & properties) in a rendered scene
A function defined over the physical domain of a vtkCellGrid.
map a vtkCellGrid to graphics primitives.
~vtkCellGridMapper() override=default
virtual vtkCellAttribute * GetColorAttribute(vtkCellGrid *input) const
Return the attribute to color the input with.
vtkTypeBool Update(int port, vtkInformationVector *requests) override
Bring this algorithm's outputs up-to-date.
void Update(int port) override
Bring this algorithm's outputs up-to-date.
void Update() override
Bring this algorithm's outputs up-to-date.
static vtkCellGridMapper * New()
double * GetBounds() override
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax,...
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
void CreateColormapTexture()
Fill this->ColorTextureMap with an image using this->LookupTable.
vtkTypeBool Update(vtkInformation *requests) override
Bring this algorithm's outputs up-to-date.
void SetInputData(vtkCellGrid *in)
Specify the input data to map.
vtkCellGrid * GetInput()
Specify the input data to map.
void Render(vtkRenderer *, vtkActor *) override
Implemented by sub classes.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Visualization data composed of cells of arbitrary type.
general representation of visualization data
a simple class to control print indentation
abstract class specifies interface to map data to graphics primitives
abstract specification for renderers
#define VTK_SIZEHINT(...)