Go to the documentation of this file.
17 #ifndef vtkPVCompositeRepresentation_h
18 #define vtkPVCompositeRepresentation_h
21 #include "vtkRemotingViewsModule.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;
void MarkModified() override
Propagate the modification to all internal representations.
void AddInputConnection(int port, vtkAlgorithmOutput *input) override
Overridden to simply pass the input to the internal representations.
void RemoveInputConnection(int port, vtkAlgorithmOutput *input) override
Overridden to simply pass the input to the internal representations.
vtkSelectionRepresentation * SelectionRepresentation
void SetForcedCacheKey(double val) override
Passed on to internal representations as well.
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 PrintSelf(ostream &os, vtkIndent indent) override
bool AddToView(vtkView *view) override
Adds the representation to the view.
combine multiple representations into one with only 1 representation active at a time.
void SetVisibility(bool val) override
Methods overridden to propagate to the active representation.
Representation for vtkPVGridAxis3DActor.
bool RemoveFromView(vtkView *view) override
Removes the representation to the view.
void SetInputConnection(int port, vtkAlgorithmOutput *input) override
Overridden to simply pass the input to the internal representations.
vtkPolarAxesRepresentation * PolarAxesRepresentation
void SetUpdateTime(double time) override
Passed on to internal representations as well.
void SetForceUseCache(bool val) override
Passed on to internal representations as well.
a data-representation used by ParaView.
static vtkCompositeRepresentation * New()
vtkPVGridAxes3DRepresentation * GridAxesRepresentation