|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
int | GetSynchronizationMagicNumber () |
| Returned a hash number that can be used to verify that both client and server side are in synch representation wise for delivery. More...
|
|
vtkDataObject * | GetPiece (vtkPVDataRepresentation *repr, bool low_res, int port=0) |
| Returns the local data object set by calling SetPiece (or from the cache). More...
|
|
vtkDataObject * | GetDeliveredPiece (vtkPVDataRepresentation *repr, bool low_res, int port=0) |
| Returns the data object post-delivery. More...
|
|
void | ClearCache (vtkPVDataRepresentation *repr) |
| Clear all cached data objects for the given representation. More...
|
|
unsigned long | GetVisibleDataSize (bool low_res) |
| Returns the size for all visible geometry. More...
|
|
bool | NeedsDelivery (vtkMTimeType timestamp, std::vector< unsigned int > &keys_to_deliver, bool use_lod) |
| Internal method used to determine the list of representations that need their geometry delivered. More...
|
|
void | Deliver (int use_low_res, unsigned int size, unsigned int *keys) |
| Triggers delivery for the geometries of indicated representations. More...
|
|
virtual int | GetDeliveredDataKey (bool low_res) const |
| Views that support changing of which ranks do the rendering at runtime based on things like data sizes, etc. More...
|
|
void | SetView (vtkPVView *) |
| Get/Set the render-view. More...
|
|
vtkPVView * | GetView () const |
| Get/Set the render-view. More...
|
|
void | RegisterRepresentation (vtkPVDataRepresentation *repr) |
| View uses these methods to register a representation with the storage. More...
|
|
void | UnRegisterRepresentation (vtkPVDataRepresentation *) |
| View uses these methods to register a representation with the storage. More...
|
|
vtkPVDataRepresentation * | GetRepresentation (unsigned int) |
| View uses these methods to register a representation with the storage. More...
|
|
void | SetPiece (vtkPVDataRepresentation *repr, vtkDataObject *data, bool low_res, unsigned long trueSize=0, int port=0) |
| Representations (indirectly via vtkPVRenderView::SetPiece()) call this method to register the geometry type they are rendering. More...
|
|
bool | HasPiece (vtkPVDataRepresentation *repr, bool low_res=false, int port=0) |
|
vtkAlgorithmOutput * | GetProducer (vtkPVDataRepresentation *, bool low_res, int port=0) |
| Provides access to the producer port for the geometry of a registered representation. More...
|
|
vtkInformation * | GetPieceInformation (vtkPVDataRepresentation *repr, bool low_res, int port=0) |
| Set/Get meta-data container for the specific piece. More...
|
|
int | GetNumberOfPorts (vtkPVDataRepresentation *repr) |
| Returns number of known port for the representation. More...
|
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
|
virtual void | DebugOff () |
|
bool | GetDebug () |
|
void | SetDebug (bool debugFlag) |
|
virtual void | Modified () |
|
virtual vtkMTimeType | GetMTime () |
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
int | HasObserver (unsigned long event) |
|
int | HasObserver (const char *event) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (unsigned long tag) |
|
void | RemoveObserver (vtkCommand *) |
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
|
void | RemoveObservers (const char *event, vtkCommand *) |
|
int | HasObserver (unsigned long event, vtkCommand *) |
|
int | HasObserver (const char *event, vtkCommand *) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
int | InvokeEvent (unsigned long event, void *callData) |
|
int | InvokeEvent (const char *event, void *callData) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (unsigned long tag) |
|
void | RemoveObserver (vtkCommand *) |
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
|
void | RemoveObservers (const char *event, vtkCommand *) |
|
int | HasObserver (unsigned long event, vtkCommand *) |
|
int | HasObserver (const char *event, vtkCommand *) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
int | InvokeEvent (unsigned long event, void *callData) |
|
int | InvokeEvent (const char *event, void *callData) |
|
const char * | GetClassName () const |
|
virtual void | Delete () |
|
virtual void | FastDelete () |
|
void | Print (ostream &os) |
|
virtual void | Register (vtkObjectBase *o) |
|
virtual void | UnRegister (vtkObjectBase *o) |
|
void | SetReferenceCount (int) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
void | PrintRevisions (ostream &) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
void | PrintRevisions (ostream &) |
|