|
virtual int | IsA (const char *type) |
|
vtkImageRenderManager * | NewInstance () const |
|
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
|
vtkParallelRenderManager * | NewInstance () const |
|
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 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) |
|
vtkObject * | NewInstance () const |
|
virtual void | DebugOn () |
|
virtual void | DebugOff () |
|
bool | GetDebug () |
|
void | SetDebug (bool 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) |
|
template<class U , class T > |
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) |
|
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 &) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
|
static int | IsTypeOf (const char *type) |
|
static vtkImageRenderManager * | SafeDownCast (vtkObjectBase *o) |
|
static vtkImageRenderManager * | New () |
|
static int | IsTypeOf (const char *type) |
|
static vtkParallelRenderManager * | SafeDownCast (vtkObjectBase *o) |
|
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 int | IsTypeOf (const char *type) |
|
static vtkObject * | SafeDownCast (vtkObjectBase *o) |
|
static vtkObject * | New () |
|
static void | BreakOnError () |
|
static void | SetGlobalWarningDisplay (int val) |
|
static void | GlobalWarningDisplayOn () |
|
static void | GlobalWarningDisplayOff () |
|
static int | GetGlobalWarningDisplay () |
|
static int | IsTypeOf (const char *name) |
|
static vtkObjectBase * | New () |
|
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.
- See also
- vtkCompositeRGBAPass
- Tests:
- vtkImageRenderManager (Tests)
Definition at line 38 of file vtkImageRenderManager.h.