56#ifndef vtkScivisRepresentation_h
57#define vtkScivisRepresentation_h
60#include "vtkViewsScivisModule.h"
62VTK_ABI_NAMESPACE_BEGIN
a simple class to control print indentation
virtual bool AddToView(vtkScivisView *view)
Called when this representation is added to or removed from a view.
virtual bool GetVisibility()=0
Whether this representation draws at all.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkScivisRepresentation() override
friend class vtkScivisView
virtual bool RemoveFromView(vtkScivisView *view)
Called when this representation is added to or removed from a view.
vtkScivisRepresentation()
virtual void SetVisibility(bool val)=0
Whether this representation draws at all.
A ready-made rendering assembly for scientific visualization.