16 #ifndef vtkCellGridRepresentation_h 17 #define vtkCellGridRepresentation_h 52 void SetSidesToShow(
int flags);
57 void SetPreserveRenderableInputs(
bool shouldPreserve);
62 void SetOmitSidesForRenderableInputs(
bool shouldOmit);
int ProcessViewRequest(vtkInformationRequestKey *request_type, vtkInformation *inInfo, vtkInformation *outInfo) override
vtkAlgorithm::ProcessRequest() equivalent for rendering passes.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill input port information.
virtual void SetupDefaults()
This method is called in the constructor.
#define VTKREMOTINGVIEWS_EXPORT
representation for rendering surfaces of cell-grid datasets.
void SetSuppressLOD(bool vtkNotUsed(suppress)) override
Enable/Disable LOD;.
representation for showing any datasets as external shell of polygons.
static vtkGeometryRepresentation * New()
void SetVisibility(bool val) override
Get/Set the visibility for this representation.
virtual void UpdateColoringParameters()
Passes on parameters to vtkProperty and vtkMapper.
virtual void SetPointArrayToProcess(int p, const char *val)
Used by SetNormalArray, SetTCoordArray and SetTangentArray.
bool AddToView(vtkView *view) override
Adds the representation to the view.
bool RemoveFromView(vtkView *view) override
Removes the representation to the view.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses should override this to connect inputs to the internal pipeline as necessary.
void PrintSelf(ostream &os, vtkIndent indent) override
virtual bool NeedsOrderedCompositing()
Returns true if this representation has translucent geometry.