VTK
|
Super class for composite algorthms. More...
#include <vtkCompositer.h>
Super class for composite algorthms.
vtkCompositer operates in multiple processes. Each compositer has a render window. They use vtkMultiProcessControllers to communicate the color and depth buffer to process 0's render window. It will not handle transparency well.
Definition at line 40 of file vtkCompositer.h.
typedef vtkObject vtkCompositer::Superclass |
Reimplemented from vtkObject.
Reimplemented in vtkTreeCompositer, and vtkCompressCompositer.
Definition at line 44 of file vtkCompositer.h.
vtkCompositer::vtkCompositer | ( | ) | [protected] |
vtkCompositer::~vtkCompositer | ( | ) | [protected] |
static vtkCompositer* vtkCompositer::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
Reimplemented in vtkTreeCompositer, and vtkCompressCompositer.
static int vtkCompositer::IsTypeOf | ( | const char * | name | ) | [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 vtkObject.
Reimplemented in vtkTreeCompositer, and vtkCompressCompositer.
virtual int vtkCompositer::IsA | ( | const char * | name | ) | [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 vtkObject.
Reimplemented in vtkTreeCompositer, and vtkCompressCompositer.
static vtkCompositer* vtkCompositer::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkObject.
Reimplemented in vtkTreeCompositer, and vtkCompressCompositer.
virtual vtkObjectBase* vtkCompositer::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkObject.
Reimplemented in vtkTreeCompositer, and vtkCompressCompositer.
vtkCompositer* vtkCompositer::NewInstance | ( | ) | const |
Reimplemented from vtkObject.
Reimplemented in vtkTreeCompositer, and vtkCompressCompositer.
void vtkCompositer::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [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 vtkObject.
Reimplemented in vtkTreeCompositer, and vtkCompressCompositer.
virtual void vtkCompositer::CompositeBuffer | ( | vtkDataArray * | pBuf, |
vtkFloatArray * | zBuf, | ||
vtkDataArray * | pTmp, | ||
vtkFloatArray * | zTmp | ||
) | [virtual] |
This method gets called on every process. The final image gets put into pBuf and zBuf.
Reimplemented in vtkTreeCompositer, and vtkCompressCompositer.
virtual void vtkCompositer::SetController | ( | vtkMultiProcessController * | ) | [virtual] |
Access to the controller.
virtual vtkMultiProcessController* vtkCompositer::GetController | ( | ) | [virtual] |
Access to the controller.
virtual void vtkCompositer::SetNumberOfProcesses | ( | int | ) | [virtual] |
A hack to get a sub world until I can get communicators working.
virtual int vtkCompositer::GetNumberOfProcesses | ( | ) | [virtual] |
A hack to get a sub world until I can get communicators working.
static void vtkCompositer::DeleteArray | ( | vtkDataArray * | da | ) | [static] |
Methods that allocate and delete memory with special MPIPro calls.
static void vtkCompositer::ResizeFloatArray | ( | vtkFloatArray * | fa, |
int | numComp, | ||
vtkIdType | size | ||
) | [static] |
Methods that allocate and delete memory with special MPIPro calls.
static void vtkCompositer::ResizeUnsignedCharArray | ( | vtkUnsignedCharArray * | uca, |
int | numComp, | ||
vtkIdType | size | ||
) | [static] |
Methods that allocate and delete memory with special MPIPro calls.
vtkMultiProcessController* vtkCompositer::Controller [protected] |
Definition at line 79 of file vtkCompositer.h.
int vtkCompositer::NumberOfProcesses [protected] |
Definition at line 80 of file vtkCompositer.h.