|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
void | SetSelectionRepresentation (vtkSelectionRepresentation *) |
| These must only be set during initialization before adding the representation to any views or calling Update(). More...
|
|
virtual void | MarkModified () |
| Propagate the modification to all internal representations. More...
|
|
virtual void | SetVisibility (bool visible) |
| Set visibility of the representation. More...
|
|
virtual void | SetSelectionVisibility (bool visible) |
| Set the selection visibility. More...
|
|
virtual unsigned int | Initialize (unsigned int minIdAvailable, unsigned int maxIdAvailable) |
| Override because of internal composite representations that need to be initilized as well. More...
|
|
|
virtual void | SetUpdateTime (double time) |
| Passed on to internal representations as well. More...
|
|
virtual void | SetForceUseCache (bool val) |
| Passed on to internal representations as well. More...
|
|
virtual void | SetForcedCacheKey (double val) |
| Passed on to internal representations as well. More...
|
|
|
virtual void | SetPointFieldDataArrayName (const char *) |
| Forwarded to vtkSelectionRepresentation. More...
|
|
virtual void | SetCellFieldDataArrayName (const char *) |
| Forwarded to vtkSelectionRepresentation. More...
|
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
vtkPVDataRepresentation * | GetActiveRepresentation () |
| Returns the active representation if valid. More...
|
|
virtual vtkDataObject * | GetRenderedDataObject (int port) |
| Returns the data object that is rendered from the given input port. More...
|
|
vtkStringArray * | GetRepresentationTypes () |
| Returns the list of available representation types as a string array. More...
|
|
virtual void | AddRepresentation (const char *key, vtkPVDataRepresentation *repr) |
| Add/Remove representations. More...
|
|
virtual void | RemoveRepresentation (vtkPVDataRepresentation *repr) |
| Add/Remove representations. More...
|
|
virtual void | RemoveRepresentation (const char *key) |
| Add/Remove representations. More...
|
|
void | SetActiveRepresentation (const char *key) |
| Set the active key. More...
|
|
const char * | GetActiveRepresentationKey () |
| Set the active key. More...
|
|
virtual void | SetInputConnection (int port, vtkAlgorithmOutput *input) |
| Overridden to simply pass the input to the internal representations. More...
|
|
virtual void | SetInputConnection (vtkAlgorithmOutput *input) |
| Overridden to simply pass the input to the internal representations. More...
|
|
virtual void | AddInputConnection (int port, vtkAlgorithmOutput *input) |
| Overridden to simply pass the input to the internal representations. More...
|
|
virtual void | AddInputConnection (vtkAlgorithmOutput *input) |
| Overridden to simply pass the input to the internal representations. More...
|
|
virtual void | RemoveInputConnection (int port, vtkAlgorithmOutput *input) |
| Overridden to simply pass the input to the internal representations. More...
|
|
virtual void | RemoveInputConnection (int port, int idx) |
| Overridden to simply pass the input to the internal representations. More...
|
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual int | ProcessViewRequest (vtkInformationRequestKey *request_type, vtkInformation *inInfo, vtkInformation *outInfo) |
| vtkAlgorithm::ProcessRequest() equivalent for rendering passes. More...
|
|
unsigned int | GetUniqueIdentifier () |
| Return 0 if the Initialize() method was not called otherwise a unique ID that will be shared across the processes for that same object. More...
|
|
virtual bool | GetVisibility () |
|
virtual vtkDataObject * | GetRenderedDataObject (int vtkNotUsed(port)) |
| Returns the data object that is rendered from the given input port. More...
|
|
bool | GetUsingCacheForUpdate () |
| Called by vtkPVDataRepresentationPipeline to see if using cache is valid and will be used for the update. More...
|
|
virtual bool | GetNeedUpdate () |
|
virtual vtkAlgorithmOutput * | GetInternalOutputPort () |
| Retrieves an output port for the input data object at the specified port and connection index. More...
|
|
virtual vtkAlgorithmOutput * | GetInternalOutputPort (int port) |
|
virtual vtkAlgorithmOutput * | GetInternalOutputPort (int port, int conn) |
|
vtkView * | GetView () const |
| Provides access to the view. More...
|
|
virtual double | GetUpdateTime () |
| Set the update time. More...
|
|
virtual bool | GetUpdateTimeValid () |
| Set whether the UpdateTime is valid. More...
|
|
virtual void | SetUseCache (bool) |
|
virtual void | SetCacheKey (double val) |
|
virtual double | GetCacheKey () |
| Returns whether caching is used and what key to use when caching is enabled. More...
|
|
virtual bool | GetUseCache () |
| Returns whether caching is used and what key to use when caching is enabled. More...
|
|
a data-representation used by ParaView.
vtkPVCompositeRepresentation is a data-representation used by ParaView for showing a type of data-set in the render view. It is a composite-representation with some fixed representations for showing things like selection and cube-axes. This representation has 1 input port and it ensures that that input is passed on to the internal representations (except SelectionRepresentation) properly. For SelectionRepresentation, the client is expected to setup the input (look at vtkSMPVRepresentationProxy).
Definition at line 36 of file vtkPVCompositeRepresentation.h.