17 #ifndef vtkPVCompositeRepresentation_h 18 #define vtkPVCompositeRepresentation_h 61 virtual void SetSelectionVisibility(
bool visible);
66 virtual void SetPolarAxesVisibility(
bool visible);
87 virtual void SetPointFieldDataArrayName(
const char*);
88 virtual void SetCellFieldDataArrayName(
const char*);
95 unsigned int Initialize(
unsigned int minIdAvailable,
unsigned int maxIdAvailable)
override;
combine multiple representations into one with only 1 representation active at a time.
a data-representation used by ParaView.
bool AddToView(vtkView *view) override
Adds the representation to the view.
#define VTKREMOTINGVIEWS_EXPORT
void MarkModified() override
Propagate the modification to all internal representations.
void SetForceUseCache(bool val) override
Passed on to internal representations as well.
void PrintSelf(ostream &os, vtkIndent indent) override
vtkPolarAxesRepresentation * PolarAxesRepresentation
vtkPVGridAxes3DRepresentation * GridAxesRepresentation
void RemoveInputConnection(int port, vtkAlgorithmOutput *input) override
Overridden to simply pass the input to the internal representations.
void SetForcedCacheKey(double val) override
Passed on to internal representations as well.
void SetVisibility(bool val) override
Methods overridden to propagate to the active representation.
virtual unsigned int Initialize(unsigned int minIdAvailable, unsigned int maxIdAvailable)
Initialize the representation with an identifier range so each internal representation can own a uniq...
void SetUpdateTime(double time) override
Passed on to internal representations as well.
void AddInputConnection(int port, vtkAlgorithmOutput *input) override
Overridden to simply pass the input to the internal representations.
vtkSelectionRepresentation * SelectionRepresentation
bool RemoveFromView(vtkView *view) override
Removes the representation to the view.
static vtkCompositeRepresentation * New()
representation for a polar-axes.
vtkSelectionRepresentation is a representation to show the extracted cells.
Representation for vtkPVGridAxis3DActor.
void SetInputConnection(int port, vtkAlgorithmOutput *input) override
Overridden to simply pass the input to the internal representations.