#include <vtkPVTreeComposite.h>
Public Member Functions | |
| vtkTypeRevisionMacro (vtkPVTreeComposite, vtkCompositeRenderManager) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | InitializeRMIs () |
| virtual void | CheckForDataRMI () |
| virtual double | GetCompositeTime () |
| virtual double | GetGetBuffersTime () |
| virtual double | GetSetBuffersTime () |
| virtual double | GetMaxRenderTime () |
| float | GetZ (int x, int y) |
| void | SetUseChar (int useChar) |
| virtual int | GetUseChar () |
| virtual void | UseCharOn () |
| virtual void | UseCharOff () |
| void | SetUseRGB (int useRGB) |
| virtual int | GetUseRGB () |
| virtual void | UseRGBOn () |
| virtual void | UseRGBOff () |
| virtual void | CheckForAbortRender () |
| virtual int | CheckForAbortComposite () |
| virtual void | SetEnableAbort (int) |
| virtual int | GetEnableAbort () |
| virtual void | EnableAbortOn () |
| virtual void | EnableAbortOff () |
Static Public Member Functions | |
| vtkPVTreeComposite * | New () |
| void | ResizeFloatArray (vtkFloatArray *fa, int numComp, vtkIdType size) |
| void | ResizeUnsignedCharArray (vtkUnsignedCharArray *uca, int numComp, vtkIdType size) |
| void | DeleteArray (vtkDataArray *da) |
Protected Types | |
| enum | Tags { CHECK_FOR_DATA_TAG = 442445 } |
Protected Member Functions | |
| vtkPVTreeComposite () | |
| ~vtkPVTreeComposite () | |
| int | CheckForData () |
| int | ShouldIComposite () |
| void | InternalStartRender () |
| void | MagnifyFullFloatImage () |
| virtual void | PreRenderProcessing () |
| virtual void | PostRenderProcessing () |
| virtual void | WriteFullImage () |
| void | WriteFullFloatImage () |
| void | ReallocDataArrays () |
| virtual void | ReadReducedImage () |
| virtual void | MagnifyReducedFloatImage () |
| virtual void | SetRenderWindowFloatPixelData (vtkFloatArray *pixels, const int pixelDimensions[2]) |
Protected Attributes | |
| int | EnableAbort |
| int | LocalProcessId |
| int | RenderAborted |
| int | Initialized |
| double | CompositeTime |
| double | GetBuffersTime |
| double | SetBuffersTime |
| double | MaxRenderTime |
| int | UseChar |
| int | UseRGB |
| vtkFloatArray * | ReducedFloatImage |
| vtkFloatArray * | FullFloatImage |
| vtkFloatArray * | TmpFloatPixelData |
vtkPVTreeComposite is a subclass of composite render manager that has methods that interrupt rendering. This functionality requires an MPI controller.
Definition at line 40 of file vtkPVTreeComposite.h.
|
|
Definition at line 108 of file vtkPVTreeComposite.h. |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Used by call backs. Not intended to be called by the user. Empty methods that can be used by the subclass to interupt a parallel render. |
|
|
Used by call backs. Not intended to be called by the user. Empty methods that can be used by the subclass to interupt a parallel render. |
|
|
This flag is on by default. If this flag is off, then the behavior of this class becomes that of the superclass (does not check for abort flag). |
|
|
This flag is on by default. If this flag is off, then the behavior of this class becomes that of the superclass (does not check for abort flag). |
|
|
This flag is on by default. If this flag is off, then the behavior of this class becomes that of the superclass (does not check for abort flag). |
|
|
This flag is on by default. If this flag is off, then the behavior of this class becomes that of the superclass (does not check for abort flag). |
|
|
Also initialize rmi to check for data. |
|
|
Public because it is an RMI. |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Get the value of the z buffer at a position. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Definition at line 113 of file vtkPVTreeComposite.h. |
|
|
Definition at line 115 of file vtkPVTreeComposite.h. |
|
|
Definition at line 116 of file vtkPVTreeComposite.h. |
|
|
Definition at line 119 of file vtkPVTreeComposite.h. |
|
|
Definition at line 121 of file vtkPVTreeComposite.h. |
|
|
Definition at line 122 of file vtkPVTreeComposite.h. |
|
|
Definition at line 123 of file vtkPVTreeComposite.h. |
|
|
Definition at line 124 of file vtkPVTreeComposite.h. |
|
|
Definition at line 153 of file vtkPVTreeComposite.h. |
|
|
Definition at line 154 of file vtkPVTreeComposite.h. |
|
|
Definition at line 156 of file vtkPVTreeComposite.h. |
|
|
Definition at line 157 of file vtkPVTreeComposite.h. |
|
|
Definition at line 158 of file vtkPVTreeComposite.h. |
1.3.5