VTK
|
An object to control sort-first parallel rendering. More...
#include <vtkImageRenderManager.h>
Public Types | |
typedef vtkParallelRenderManager | Superclass |
![]() | |
enum | { NEAREST, LINEAR } |
enum | Tags { RENDER_RMI_TAG = 34532, COMPUTE_VISIBLE_PROP_BOUNDS_RMI_TAG = 54636, WIN_INFO_TAG = 87834, REN_INFO_TAG = 87836, LIGHT_INFO_TAG = 87838, REN_ID_TAG = 58794, BOUNDS_TAG = 23543 } |
typedef vtkObject | Superclass |
![]() | |
typedef vtkObjectBase | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
![]() | |
virtual vtkRenderWindow * | MakeRenderWindow () |
virtual vtkRenderer * | MakeRenderer () |
virtual void | InitializePieces () |
virtual void | InitializeOffScreen () |
virtual void | StartInteractor () |
virtual void | StartServices () |
virtual void | StopServices () |
virtual void | InitializeRMIs () |
virtual void | ResetAllCameras () |
virtual void | ComputeVisiblePropBounds (vtkRenderer *ren, double bounds[6]) |
virtual void | SetMaxImageReductionFactor (double) |
virtual double | GetMaxImageReductionFactor () |
virtual void | SetImageReductionFactorForUpdateRate (double DesiredUpdateRate) |
void | TileWindows (int xsize, int ysize, int nColumns) |
virtual void | CheckForAbortRender () |
virtual int | CheckForAbortComposite () |
virtual void | StartService () |
virtual vtkRenderWindow * | GetRenderWindow () |
virtual void | SetRenderWindow (vtkRenderWindow *renWin) |
virtual vtkMultiProcessController * | GetController () |
virtual void | SetController (vtkMultiProcessController *controller) |
virtual void | StartRender () |
virtual void | EndRender () |
virtual void | SatelliteStartRender () |
virtual void | SatelliteEndRender () |
virtual void | RenderRMI () |
virtual void | ResetCamera (vtkRenderer *ren) |
virtual void | ResetCameraClippingRange (vtkRenderer *ren) |
virtual void | ComputeVisiblePropBoundsRMI (int renderId) |
virtual void | SetParallelRendering (int) |
virtual int | GetParallelRendering () |
virtual void | ParallelRenderingOn () |
virtual void | ParallelRenderingOff () |
virtual void | SetRenderEventPropagation (int) |
virtual int | GetRenderEventPropagation () |
virtual void | RenderEventPropagationOn () |
virtual void | RenderEventPropagationOff () |
virtual void | SetUseCompositing (int) |
virtual int | GetUseCompositing () |
virtual void | UseCompositingOn () |
virtual void | UseCompositingOff () |
virtual void | SetImageReductionFactor (double factor) |
virtual double | GetImageReductionFactor () |
virtual void | SetAutoImageReductionFactor (int) |
virtual int | GetAutoImageReductionFactor () |
virtual void | AutoImageReductionFactorOn () |
virtual void | AutoImageReductionFactorOff () |
virtual double | GetRenderTime () |
virtual double | GetImageProcessingTime () |
virtual int | GetSyncRenderWindowRenderers () |
virtual void | SetSyncRenderWindowRenderers (int) |
virtual void | SyncRenderWindowRenderersOn () |
virtual void | SyncRenderWindowRenderersOff () |
virtual void | AddRenderer (vtkRenderer *) |
virtual void | RemoveRenderer (vtkRenderer *) |
virtual void | RemoveAllRenderers () |
virtual void | SetWriteBackImages (int) |
virtual int | GetWriteBackImages () |
virtual void | WriteBackImagesOn () |
virtual void | WriteBackImagesOff () |
virtual void | SetMagnifyImages (int) |
virtual int | GetMagnifyImages () |
virtual void | MagnifyImagesOn () |
virtual void | MagnifyImagesOff () |
virtual void | SetMagnifyImageMethod (int method) |
virtual int | GetMagnifyImageMethod () |
void | SetMagnifyImageMethodToNearest () |
void | SetMagnifyImageMethodToLinear () |
virtual void | GetPixelData (vtkUnsignedCharArray *data) |
virtual void | GetPixelData (int x1, int y1, int x2, int y2, vtkUnsignedCharArray *data) |
virtual void | GetReducedPixelData (vtkUnsignedCharArray *data) |
virtual void | GetReducedPixelData (int x1, int y1, int x2, int y2, vtkUnsignedCharArray *data) |
virtual int * | GetFullImageSize () |
virtual void | GetFullImageSize (int &, int &) |
virtual void | GetFullImageSize (int[2]) |
virtual int * | GetReducedImageSize () |
virtual void | GetReducedImageSize (int &, int &) |
virtual void | GetReducedImageSize (int[2]) |
virtual void | SetUseRGBA (int) |
virtual int | GetUseRGBA () |
virtual void | SetForceRenderWindowSize (int) |
virtual int | GetForceRenderWindowSize () |
virtual void | SetForcedRenderWindowSize (int, int) |
void | SetForcedRenderWindowSize (int[2]) |
virtual int * | GetForcedRenderWindowSize () |
virtual void | GetForcedRenderWindowSize (int &, int &) |
virtual void | GetForcedRenderWindowSize (int[2]) |
virtual void | SetUseBackBuffer (int) |
virtual int | GetUseBackBuffer () |
virtual void | UseBackBufferOn () |
virtual void | UseBackBufferOff () |
virtual void | SetSynchronizeTileProperties (int) |
virtual int | GetSynchronizeTileProperties () |
virtual void | SynchronizeTilePropertiesOn () |
virtual void | SynchronizeTilePropertiesOff () |
virtual void | GenericStartRenderCallback () |
virtual void | GenericEndRenderCallback () |
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) |
![]() | |
virtual void | DebugOn () |
virtual void | DebugOff () |
unsigned char | GetDebug () |
void | SetDebug (unsigned char debugFlag) |
virtual void | Modified () |
virtual unsigned long | GetMTime () |
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 *) |
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) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
int | InvokeEvent (unsigned long event, void *callData) |
int | InvokeEvent (const char *event, void *callData) |
int | InvokeEvent (unsigned long event) |
int | InvokeEvent (const char *event) |
![]() | |
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) |
void | PrintRevisions (ostream &os) |
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
int | GetReferenceCount () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkImageRenderManager * | SafeDownCast (vtkObject *o) |
static vtkImageRenderManager * | New () |
![]() | |
static void | SetDefaultRenderEventPropagation (bool val) |
static bool | GetDefaultRenderEventPropagation () |
static void | MagnifyImageNearest (vtkUnsignedCharArray *fullImage, const int fullImageSize[2], vtkUnsignedCharArray *reducedImage, const int reducedImageSize[2], const int fullImageViewport[4]=NULL, const int reducedImageViewport[4]=NULL) |
static void | MagnifyImageLinear (vtkUnsignedCharArray *fullImage, const int fullImageSize[2], vtkUnsignedCharArray *reducedImage, const int reducedImageSize[2], const int fullImageViewport[4]=NULL, const int reducedImageViewport[4]=NULL) |
![]() | |
static void | BreakOnError () |
static void | SetGlobalWarningDisplay (int val) |
static void | GlobalWarningDisplayOn () |
static void | GlobalWarningDisplayOff () |
static int | GetGlobalWarningDisplay () |
An object to control sort-first parallel rendering.
vtkImageRenderManager is a subclass of vtkParallelRenderManager that uses RGBA compositing (blending) to do parallel rendering. This is the exact opposite of vtkCompositeRenderManager. It actually does nothing special. It relies on the rendering pipeline to be initialized with a vtkCompositeRGBAPass. Compositing makes sense only for renderers in layer 0.
Definition at line 37 of file vtkImageRenderManager.h.
Definition at line 40 of file vtkImageRenderManager.h.
|
protected |
|
protected |
|
virtual |
Reimplemented from vtkParallelRenderManager.
|
static |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkParallelRenderManager.
|
virtual |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkParallelRenderManager.
|
static |
Reimplemented from vtkParallelRenderManager.
|
static |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
|
virtual |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkParallelRenderManager.
|
protectedvirtual |
Here is a good place to handle processing of data before and after render.
Implements vtkParallelRenderManager.
|
protectedvirtual |
Here is a good place to handle processing of data before and after render.
Implements vtkParallelRenderManager.