|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
void | Update () override |
| Overrides the base class method to request an addition pass that moves data from the server to the client. More...
|
|
virtual vtkRenderer * | GetRenderer () |
| Gets the renderer for this view. More...
|
|
virtual void | SetRenderer (vtkRenderer *ren) |
|
int | GetNumberOfVisibleDataObjects () |
| Gets the number of visible data objects in the view. More...
|
|
vtkPythonRepresentation * | GetVisibleRepresentation (int visibleObjectIndex) |
| Get the representation for the visible data object at the given index. More...
|
|
vtkDataObject * | GetVisibleDataObjectForSetup (int visibleObjectIndex) |
| Get a local copy of the visible data object at an index. More...
|
|
vtkDataObject * | GetVisibleDataObjectForRendering (int visibleObjectIndex) |
| Get the client's copy of the visible data object at an index. More...
|
|
int | GetNumberOfAttributeArrays (int visibleObjectIndex, int attributeType) |
| Get number of arrays in an attribute (e.g., vtkDataObject::POINT, vtkDataObject::CELL, vtkDataObject::ROW, vtkDataObject::FIELD_DATA) for the visible object at the given index. More...
|
|
const char * | GetAttributeArrayName (int visibleObjectIndex, int attributeType, int arrayIndex) |
| From the visible object at the given index, get the name of attribute array at index for the given attribute type. More...
|
|
void | SetAttributeArrayStatus (int visibleObjectIndex, int attributeType, const char *name, int status) |
| Set the array status for the visible object at the given index. More...
|
|
int | GetAttributeArrayStatus (int visibleObjectIndex, int attributeType, const char *name) |
| Get the status indicating whether the array with the given name and attribute type in the visible object will be copied to the client. More...
|
|
void | EnableAllAttributeArrays () |
| Enable all attribute arrays. More...
|
|
void | DisableAllAttributeArrays () |
| Disable all attribute arrays. More...
|
|
void | StillRender () override |
| Triggers a high-resolution render. More...
|
|
void | InteractiveRender () override |
| Triggers a interactive render. More...
|
|
|
virtual void | SetScript (const char *) |
| Get/Set the Python script. More...
|
|
virtual char * | GetScript () |
| Get/Set the Python script. More...
|
|
|
virtual void | SetMagnification (int, int) |
| Magnification is needed to inform Python of the requested size of the plot. More...
|
|
void | SetMagnification (int [2]) |
| Magnification is needed to inform Python of the requested size of the plot. More...
|
|
virtual int * | GetMagnification () |
| Magnification is needed to inform Python of the requested size of the plot. More...
|
|
virtual void | GetMagnification (int &, int &) |
| Magnification is needed to inform Python of the requested size of the plot. More...
|
|
virtual void | GetMagnification (int [2]) |
| Magnification is needed to inform Python of the requested size of the plot. More...
|
|
|
virtual void | SetImageData (vtkImageData *) |
| Set the vtkImageData that will be displayed. More...
|
|
virtual void | SetPPI (int) |
| Description: Set the screen PPI. More...
|
|
virtual int | GetPPI () |
|
virtual bool | GetViewTimeValid () |
| Get ViewTimeValid. More...
|
|
bool | InTileDisplayMode () |
| Returns true if the application is currently in tile display mode. More...
|
|
bool | InCaveDisplayMode () |
| Returns true if the application is currently in cave/immersive display mode. More...
|
|
bool | GetLocalProcessSupportsInteraction () |
| Returns true if the local process can support interaction. More...
|
|
vtkRenderWindow * | GetRenderWindow () |
| If this view needs a render window (not all views may use one), this method can be used to get the render window associated with this view on the current process. More...
|
|
virtual void | ScaleRendererViewports (const double viewport[4]) |
| vtkViewLayout calls this method to update the total viewport available for this view. More...
|
|
vtkMTimeType | GetUpdateTimeStamp () |
| Provides access to the time when Update() was last called. More...
|
|
virtual void | Deliver (int use_lod, unsigned int size, unsigned int *representation_ids) |
| Called on all processes to request data-delivery for the list of representations. More...
|
|
virtual bool | IsCached (vtkPVDataRepresentation *) |
| Called in vtkPVDataRepresentation::ProcessViewRequest to check if the representation already has cached data. More...
|
|
virtual void | ClearCache (vtkPVDataRepresentation *) |
| Called by vtkPVDataRepresentation whenever vtkPVDataRepresentation::MarkModified is called. More...
|
|
virtual void | SetPosition (int, int) |
| Set the position on this view in the multiview configuration. More...
|
|
virtual int * | GetPosition () |
| Set the position on this view in the multiview configuration. More...
|
|
virtual void | GetPosition (int &, int &) |
| Set the position on this view in the multiview configuration. More...
|
|
virtual void | GetPosition (int [2]) |
| Set the position on this view in the multiview configuration. More...
|
|
virtual void | SetSize (int, int) |
| Set the size of this view in the multiview configuration. More...
|
|
virtual int * | GetSize () |
| Set the size of this view in the multiview configuration. More...
|
|
virtual void | GetSize (int &, int &) |
| Set the size of this view in the multiview configuration. More...
|
|
virtual void | GetSize (int [2]) |
| Set the size of this view in the multiview configuration. More...
|
|
virtual void | SetViewTime (double value) |
| Get/Set the time this view is showing. More...
|
|
virtual double | GetViewTime () |
| Get/Set the time this view is showing. More...
|
|
virtual void | SetCacheKey (double) |
| Get/Set the cache key. More...
|
|
virtual double | GetCacheKey () |
| Get/Set the cache key. More...
|
|
virtual void | SetUseCache (bool) |
| Get/Set whether caching is enabled. More...
|
|
virtual bool | GetUseCache () |
| Get/Set whether caching is enabled. More...
|
|
virtual void | PrepareForScreenshot () |
| These methods are used to setup the view for capturing screen shots. More...
|
|
virtual void | CleanupAfterScreenshot () |
| These methods are used to setup the view for capturing screen shots. More...
|
|
void | SetTileScale (int x, int y) |
| When saving screenshots with tiling, these methods get called. More...
|
|
void | SetTileViewport (double x0, double y0, double x1, double y1) |
| When saving screenshots with tiling, these methods get called. More...
|
|
virtual void | SetLogName (const std::string &name) |
| This is solely intended to simplify debugging and use for any other purpose is vehemently discouraged. More...
|
|
const std::string & | GetLogName () const |
| This is solely intended to simplify debugging and use for any other purpose is vehemently discouraged. More...
|
|
void | SetDeliveryManager (vtkPVDataDeliveryManager *) |
| Provides access to data delivery & cache manager for this view. More...
|
|
virtual vtkPVDataDeliveryManager * | GetDeliveryManager () |
| Provides access to data delivery & cache manager for this view. More...
|
|
vtkView * | NewInstance () const |
|
void | AddRepresentation (vtkDataRepresentation *rep) |
|
void | SetRepresentation (vtkDataRepresentation *rep) |
|
vtkDataRepresentation * | AddRepresentationFromInputConnection (vtkAlgorithmOutput *conn) |
|
vtkDataRepresentation * | SetRepresentationFromInputConnection (vtkAlgorithmOutput *conn) |
|
vtkDataRepresentation * | AddRepresentationFromInput (vtkDataObject *input) |
|
vtkDataRepresentation * | SetRepresentationFromInput (vtkDataObject *input) |
|
void | RemoveRepresentation (vtkDataRepresentation *rep) |
|
void | RemoveRepresentation (vtkAlgorithmOutput *rep) |
|
void | RemoveAllRepresentations () |
|
int | GetNumberOfRepresentations () |
|
vtkDataRepresentation * | GetRepresentation (int index=0) |
|
bool | IsRepresentationPresent (vtkDataRepresentation *rep) |
|
virtual void | ApplyViewTheme (vtkViewTheme *vtkNotUsed(theme)) |
|
vtkCommand * | GetObserver () |
|
void | RegisterProgress (vtkObject *algorithm, const char *message=NULL) |
|
void | UnRegisterProgress (vtkObject *algorithm) |
|
| 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 &) |
|
|
| vtkPythonView () |
|
| ~vtkPythonView () override |
|
bool | IsLocalDataAvailable () |
| Is local data available? More...
|
|
| vtkPVView (bool create_render_window=true) |
|
| ~vtkPVView () override |
|
vtkRenderWindow * | NewRenderWindow () |
| Subclasses should use this method to create new render windows instead of directly creating a new one. More...
|
|
void | SetRenderWindow (vtkRenderWindow *) |
| Subclasses can use this method to set the render window created for this view. More...
|
|
void | AllReduce (const vtkBoundingBox &source, vtkBoundingBox &dest) |
| Reduce bounding box between all participating processes. More...
|
|
void | AllReduce (vtkTypeUInt64 source, vtkTypeUInt64 &dest, int operation, bool skip_data_server=false) |
| Reduce between all participating processes using the operation (vtkCommunicator::StandardOperations) specified. More...
|
|
vtkPVSession * | GetSession () |
|
virtual bool | GetInCaptureScreenshot () |
| Flag set to true between calls to PrepareForScreenshot and CleanupAfterScreenshot . More...
|
|
void | SynchronizeRepresentationTemporalPipelineStates () |
| Called in Update() to sync HasTemporalPipeline flags between representations on all processes. More...
|
|
void | AddRepresentationInternal (vtkDataRepresentation *rep) override |
| Overridden to assign IDs to each representation. More...
|
|
void | RemoveRepresentationInternal (vtkDataRepresentation *rep) override |
| Overridden to assign IDs to each representation. More...
|
|
int | CallProcessViewRequest (vtkInformationRequestKey *passType, vtkInformation *request, vtkInformationVector *reply) |
| Subclasses can use this method to trigger a pass on all representations. More...
|
|
virtual vtkObjectBase * | NewInstanceInternal () const |
|
| vtkView () |
|
| ~vtkView () |
|
virtual vtkDataRepresentation * | CreateDefaultRepresentation (vtkAlgorithmOutput *conn) |
|
virtual void | ProcessEvents (vtkObject *caller, unsigned long eventId, void *callData) |
|
virtual void | AddRepresentationInternal (vtkDataRepresentation *vtkNotUsed(rep)) |
|
virtual void | RemoveRepresentationInternal (vtkDataRepresentation *vtkNotUsed(rep)) |
|
virtual void | ProcessEvents (vtkObject *caller, unsigned long eventId, void *callData) |
|
virtual void | AddRepresentationInternal (vtkDataRepresentation *vtkNotUsed(rep)) |
|
virtual void | RemoveRepresentationInternal (vtkDataRepresentation *vtkNotUsed(rep)) |
|
virtual void | SetReuseSingleRepresentation (bool) |
|
virtual bool | GetReuseSingleRepresentation () |
|
virtual void | ReuseSingleRepresentationOn () |
|
virtual void | ReuseSingleRepresentationOff () |
|
| vtkObject () |
|
virtual | ~vtkObject () |
|
void | RegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE |
|
void | UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE |
|
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
|
void | InternalReleaseFocus () |
|
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
|
void | InternalReleaseFocus () |
|
| vtkObjectBase () |
|
virtual | ~vtkObjectBase () |
|
virtual void | CollectRevisions (ostream &) |
|
virtual void | ReportReferences (vtkGarbageCollector *) |
|
| vtkObjectBase (const vtkObjectBase &) |
|
void | operator= (const vtkObjectBase &) |
|