|
| virtual int | IsA (const char *type) |
| | Return 1 if this class is the same type of (or a subclass of) the named class. More...
|
| |
| vtkCompositeRenderManager * | NewInstance () const |
| |
| virtual void | PrintSelf (ostream &os, vtkIndent indent) |
| | Methods invoked by print to print information about the object including superclasses. More...
|
| |
|
| void | SetCompositer (vtkCompositer *c) |
| | Set/Get the composite algorithm. More...
|
| |
| virtual vtkCompositer * | GetCompositer () |
| | Set/Get the composite algorithm. More...
|
| |
|
| virtual double | GetImageProcessingTime () |
| | Get rendering metrics. More...
|
| |
| vtkParallelRenderManager * | NewInstance () const |
| |
| virtual vtkRenderWindow * | MakeRenderWindow () |
| | Builds a vtkRenderWindow compatible with this render manager. More...
|
| |
| virtual vtkRenderer * | MakeRenderer () |
| | Builds a vtkRenderer compatible with this render manager. More...
|
| |
| virtual void | InitializePieces () |
| | This method sets the piece and number of pieces for each actor with a polydata mapper. More...
|
| |
| virtual void | InitializeOffScreen () |
| | Make all rendering windows not viewable set as off screen rendering. More...
|
| |
| virtual void | StartInteractor () |
| | Initializes the RMIs and then, if on root node, starts the interactor on the attached render window. More...
|
| |
| virtual void | StartServices () |
| | If on node other than root, starts serving RMI requests for parallel renders. More...
|
| |
| virtual void | StopServices () |
| | If on root node, stops the RMI processing on all service nodes. More...
|
| |
| virtual void | InitializeRMIs () |
| |
| virtual void | ResetAllCameras () |
| | Resets the camera of each renderer contained in the RenderWindow. More...
|
| |
| virtual void | ComputeVisiblePropBounds (vtkRenderer *ren, double bounds[6]) |
| | Calculates the bounds by gathering information from all processes. More...
|
| |
| virtual void | SetMaxImageReductionFactor (double) |
| |
| virtual double | GetMaxImageReductionFactor () |
| |
| virtual void | SetImageReductionFactorForUpdateRate (double DesiredUpdateRate) |
| | Sets the ReductionFactor based on the given desired update rate and the rendering metrics taken from the last time UpdateServerInfo was called. More...
|
| |
| void | TileWindows (int xsize, int ysize, int nColumns) |
| | Given the x and y size of the render windows, reposition them in a tile of n columns. More...
|
| |
| virtual void | CheckForAbortRender () |
| |
| virtual int | CheckForAbortComposite () |
| |
| virtual vtkRenderWindow * | GetRenderWindow () |
| | Set/Get the RenderWindow to use for compositing. More...
|
| |
| virtual void | SetRenderWindow (vtkRenderWindow *renWin) |
| | Set/Get the RenderWindow to use for compositing. More...
|
| |
| virtual vtkMultiProcessController * | GetController () |
| | Set/Get the vtkMultiProcessController which will handle communications for the parallel rendering. More...
|
| |
| virtual void | SetController (vtkMultiProcessController *controller) |
| | Set/Get the vtkMultiProcessController which will handle communications for the parallel rendering. More...
|
| |
| virtual void | StartRender () |
| | Callbacks that initialize and finish rendering and other tasks. More...
|
| |
| virtual void | EndRender () |
| | Callbacks that initialize and finish rendering and other tasks. More...
|
| |
| virtual void | SatelliteStartRender () |
| | Callbacks that initialize and finish rendering and other tasks. More...
|
| |
| virtual void | SatelliteEndRender () |
| | Callbacks that initialize and finish rendering and other tasks. More...
|
| |
| virtual void | RenderRMI () |
| | Callbacks that initialize and finish rendering and other tasks. More...
|
| |
| virtual void | ResetCamera (vtkRenderer *ren) |
| | Callbacks that initialize and finish rendering and other tasks. More...
|
| |
| virtual void | ResetCameraClippingRange (vtkRenderer *ren) |
| | Callbacks that initialize and finish rendering and other tasks. More...
|
| |
| virtual void | ComputeVisiblePropBoundsRMI (int renderId) |
| | Callbacks that initialize and finish rendering and other tasks. More...
|
| |
| virtual void | SetParallelRendering (int) |
| | Turns on/off parallel rendering. More...
|
| |
| virtual int | GetParallelRendering () |
| | Turns on/off parallel rendering. More...
|
| |
| virtual void | ParallelRenderingOn () |
| | Turns on/off parallel rendering. More...
|
| |
| virtual void | ParallelRenderingOff () |
| | Turns on/off parallel rendering. More...
|
| |
| virtual void | SetRenderEventPropagation (int) |
| | Turns on/off render event propagation. More...
|
| |
| virtual int | GetRenderEventPropagation () |
| | Turns on/off render event propagation. More...
|
| |
| virtual void | RenderEventPropagationOn () |
| | Turns on/off render event propagation. More...
|
| |
| virtual void | RenderEventPropagationOff () |
| | Turns on/off render event propagation. More...
|
| |
| virtual void | SetUseCompositing (int) |
| | This is used for tiled display rendering. More...
|
| |
| virtual int | GetUseCompositing () |
| | This is used for tiled display rendering. More...
|
| |
| virtual void | UseCompositingOn () |
| | This is used for tiled display rendering. More...
|
| |
| virtual void | UseCompositingOff () |
| | This is used for tiled display rendering. More...
|
| |
| virtual void | SetImageReductionFactor (double factor) |
| | Set/Get the reduction factor (for sort-last based parallel renderers). More...
|
| |
| virtual double | GetImageReductionFactor () |
| | Set/Get the reduction factor (for sort-last based parallel renderers). More...
|
| |
| virtual void | SetAutoImageReductionFactor (int) |
| | If on, the ReductionFactor is automatically adjusted to best meet the the DesiredUpdateRate in the current RenderWindow based on metrics from the last render. More...
|
| |
| virtual int | GetAutoImageReductionFactor () |
| | If on, the ReductionFactor is automatically adjusted to best meet the the DesiredUpdateRate in the current RenderWindow based on metrics from the last render. More...
|
| |
| virtual void | AutoImageReductionFactorOn () |
| | If on, the ReductionFactor is automatically adjusted to best meet the the DesiredUpdateRate in the current RenderWindow based on metrics from the last render. More...
|
| |
| virtual void | AutoImageReductionFactorOff () |
| | If on, the ReductionFactor is automatically adjusted to best meet the the DesiredUpdateRate in the current RenderWindow based on metrics from the last render. More...
|
| |
| virtual double | GetRenderTime () |
| | Get rendering metrics. More...
|
| |
| virtual int | GetSyncRenderWindowRenderers () |
| | By default, the state of all renderers in the root's render window is propagated to the rest of the processes. More...
|
| |
| virtual void | SetSyncRenderWindowRenderers (int) |
| | By default, the state of all renderers in the root's render window is propagated to the rest of the processes. More...
|
| |
| virtual void | SyncRenderWindowRenderersOn () |
| | By default, the state of all renderers in the root's render window is propagated to the rest of the processes. More...
|
| |
| virtual void | SyncRenderWindowRenderersOff () |
| | By default, the state of all renderers in the root's render window is propagated to the rest of the processes. More...
|
| |
| virtual void | AddRenderer (vtkRenderer *) |
| | By default, the state of all renderers in the root's render window is propagated to the rest of the processes. More...
|
| |
| virtual void | RemoveRenderer (vtkRenderer *) |
| | By default, the state of all renderers in the root's render window is propagated to the rest of the processes. More...
|
| |
| virtual void | RemoveAllRenderers () |
| | By default, the state of all renderers in the root's render window is propagated to the rest of the processes. More...
|
| |
| virtual void | SetWriteBackImages (int) |
| | If on (the default), the result of any image space manipulations are written back to the render window frame buffer. More...
|
| |
| virtual int | GetWriteBackImages () |
| | If on (the default), the result of any image space manipulations are written back to the render window frame buffer. More...
|
| |
| virtual void | WriteBackImagesOn () |
| | If on (the default), the result of any image space manipulations are written back to the render window frame buffer. More...
|
| |
| virtual void | WriteBackImagesOff () |
| | If on (the default), the result of any image space manipulations are written back to the render window frame buffer. More...
|
| |
| virtual void | SetMagnifyImages (int) |
| | If on (the default), when the ImageReductionFactor is greater than 1 and WriteBackImages is on, the image will be magnified to fill the entire render window. More...
|
| |
| virtual int | GetMagnifyImages () |
| | If on (the default), when the ImageReductionFactor is greater than 1 and WriteBackImages is on, the image will be magnified to fill the entire render window. More...
|
| |
| virtual void | MagnifyImagesOn () |
| | If on (the default), when the ImageReductionFactor is greater than 1 and WriteBackImages is on, the image will be magnified to fill the entire render window. More...
|
| |
| virtual void | MagnifyImagesOff () |
| | If on (the default), when the ImageReductionFactor is greater than 1 and WriteBackImages is on, the image will be magnified to fill the entire render window. More...
|
| |
| virtual void | SetMagnifyImageMethod (int method) |
| | Sets the method used to magnify images. More...
|
| |
| virtual int | GetMagnifyImageMethod () |
| | Sets the method used to magnify images. More...
|
| |
| void | SetMagnifyImageMethodToNearest () |
| | Sets the method used to magnify images. More...
|
| |
| void | SetMagnifyImageMethodToLinear () |
| | Sets the method used to magnify images. More...
|
| |
| virtual void | GetPixelData (vtkUnsignedCharArray *data) |
| | The most appropriate way to retrieve full size image data after a render. More...
|
| |
| virtual void | GetPixelData (int x1, int y1, int x2, int y2, vtkUnsignedCharArray *data) |
| | The most appropriate way to retrieve full size image data after a render. More...
|
| |
| virtual void | GetReducedPixelData (vtkUnsignedCharArray *data) |
| | The most appropriate way to retrieve reduced size image data after a render. More...
|
| |
| virtual void | GetReducedPixelData (int x1, int y1, int x2, int y2, vtkUnsignedCharArray *data) |
| | The most appropriate way to retrieve reduced size image data after a render. More...
|
| |
| virtual int * | GetFullImageSize () |
| | Returns the full image size calculated at the last render. More...
|
| |
| virtual void | GetFullImageSize (int &, int &) |
| | Returns the full image size calculated at the last render. More...
|
| |
| virtual void | GetFullImageSize (int[2]) |
| | Returns the full image size calculated at the last render. More...
|
| |
| virtual int * | GetReducedImageSize () |
| | Returns the reduced image size calculated at the last render. More...
|
| |
| virtual void | GetReducedImageSize (int &, int &) |
| | Returns the reduced image size calculated at the last render. More...
|
| |
| virtual void | GetReducedImageSize (int[2]) |
| | Returns the reduced image size calculated at the last render. More...
|
| |
| virtual void | SetUseRGBA (int) |
| | Get/Set if all Images must use RGBA instead of RGB. More...
|
| |
| virtual int | GetUseRGBA () |
| | Get/Set if all Images must use RGBA instead of RGB. More...
|
| |
| virtual void | SetForceRenderWindowSize (int) |
| | If ForceRenderWindowSize is set to true, the render manager will use the RenderWindowSize ivar instead of getting the size from the render window. More...
|
| |
| virtual int | GetForceRenderWindowSize () |
| | If ForceRenderWindowSize is set to true, the render manager will use the RenderWindowSize ivar instead of getting the size from the render window. More...
|
| |
| virtual void | SetForcedRenderWindowSize (int, int) |
| | If ForceRenderWindowSize is set to true, the render manager will use the Size ivar instead of getting the size from the render window. More...
|
| |
| void | SetForcedRenderWindowSize (int[2]) |
| | If ForceRenderWindowSize is set to true, the render manager will use the Size ivar instead of getting the size from the render window. More...
|
| |
| virtual int * | GetForcedRenderWindowSize () |
| | If ForceRenderWindowSize is set to true, the render manager will use the Size ivar instead of getting the size from the render window. More...
|
| |
| virtual void | GetForcedRenderWindowSize (int &, int &) |
| | If ForceRenderWindowSize is set to true, the render manager will use the Size ivar instead of getting the size from the render window. More...
|
| |
| virtual void | GetForcedRenderWindowSize (int[2]) |
| | If ForceRenderWindowSize is set to true, the render manager will use the Size ivar instead of getting the size from the render window. More...
|
| |
| virtual void | SetUseBackBuffer (int) |
| | The default is to allow the use of the back buffer for compositing. More...
|
| |
| virtual int | GetUseBackBuffer () |
| | The default is to allow the use of the back buffer for compositing. More...
|
| |
| virtual void | UseBackBufferOn () |
| | The default is to allow the use of the back buffer for compositing. More...
|
| |
| virtual void | UseBackBufferOff () |
| | The default is to allow the use of the back buffer for compositing. More...
|
| |
| virtual void | SetSynchronizeTileProperties (int) |
| | When set the render manager will synchronize the TileViewport and TileScale properties. More...
|
| |
| virtual int | GetSynchronizeTileProperties () |
| | When set the render manager will synchronize the TileViewport and TileScale properties. More...
|
| |
| virtual void | SynchronizeTilePropertiesOn () |
| | When set the render manager will synchronize the TileViewport and TileScale properties. More...
|
| |
| virtual void | SynchronizeTilePropertiesOff () |
| | When set the render manager will synchronize the TileViewport and TileScale properties. More...
|
| |
| virtual void | GenericStartRenderCallback () |
| | INTERNAL METHODS (DON NOT USE). More...
|
| |
| virtual void | GenericEndRenderCallback () |
| | INTERNAL METHODS (DON NOT USE). More...
|
| |
| virtual void | MagnifyImage (vtkUnsignedCharArray *fullImage, const int fullImageSize[2], vtkUnsignedCharArray *reducedImage, const int reducedImageSize[2], const int fullImageViewport[4]=NULL, const int reducedImageViewport[4]=NULL) |
| | Convenience functions for magnifying images. More...
|
| |
| | vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
| |
| virtual void | DebugOn () |
| | Turn debugging output on. More...
|
| |
| virtual void | DebugOff () |
| | Turn debugging output off. More...
|
| |
| bool | GetDebug () |
| | Get the value of the debug flag. More...
|
| |
| void | SetDebug (bool debugFlag) |
| | Set the value of the debug flag. More...
|
| |
| virtual void | Modified () |
| | Update the modification time for this object. More...
|
| |
| virtual vtkMTimeType | GetMTime () |
| | Return this object's modified time. More...
|
| |
| 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) |
| | Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
| |
| unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| | Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
| |
| vtkCommand * | GetCommand (unsigned long tag) |
| | Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
| |
| void | RemoveObserver (vtkCommand *) |
| | Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
| |
| void | RemoveObservers (unsigned long event, vtkCommand *) |
| | Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
| |
| void | RemoveObservers (const char *event, vtkCommand *) |
| | Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
| |
| int | HasObserver (unsigned long event, vtkCommand *) |
| | Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
| |
| int | HasObserver (const char *event, vtkCommand *) |
| | Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
| |
| template<class U , class T > |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| | Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
|
| |
| template<class U , class T > |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| | Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
|
| |
| template<class U , class T > |
| unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| | Allow user to set the AbortFlagOn() with the return value of the callback method. More...
|
| |
| int | InvokeEvent (unsigned long event, void *callData) |
| | This method invokes an event and return whether the event was aborted or not. More...
|
| |
| int | InvokeEvent (const char *event, void *callData) |
| | This method invokes an event and return whether the event was aborted or not. More...
|
| |
| const char * | GetClassName () const |
| | Return the class name as a string. More...
|
| |
| virtual void | Delete () |
| | Delete a VTK object. More...
|
| |
| virtual void | FastDelete () |
| | Delete a reference to this object. More...
|
| |
| void | InitializeObjectBase () |
| |
| void | Print (ostream &os) |
| | Print an object to an ostream. More...
|
| |
| virtual void | Register (vtkObjectBase *o) |
| | Increase the reference count (mark as used by another object). More...
|
| |
| virtual void | UnRegister (vtkObjectBase *o) |
| | Decrease the reference count (release by another object). More...
|
| |
| int | GetReferenceCount () |
| | Return the current reference count of this object. More...
|
| |
| void | SetReferenceCount (int) |
| | Sets the reference count. More...
|
| |
| void | PrintRevisions (ostream &) |
| | Legacy. More...
|
| |
| virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| | Methods invoked by print to print information about the object including superclasses. More...
|
| |
| virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| | Methods invoked by print to print information about the object including superclasses. More...
|
| |