#include <vtkIceTContext.h>
Public Member Functions | |
vtkTypeRevisionMacro (vtkIceTContext, vtkObject) | |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | MakeCurrent () |
virtual void | CopyState (vtkIceTContext *src) |
virtual int | IsValid () |
virtual void | SetController (vtkMultiProcessController *controller) |
virtual vtkMultiProcessController * | GetController () |
Static Public Member Functions | |
vtkIceTContext * | New () |
Protected Member Functions | |
vtkIceTContext () | |
~vtkIceTContext () | |
Protected Attributes | |
vtkMultiProcessController * | Controller |
This class was conceived to pass IceT contexts between vtkIceTRenderManager and vtkIceTRenderer without having to include the IceT header file in either class. Allong the way, some functionality was added.
Definition at line 49 of file vtkIceTContext.h.
|
|
|
|
|
|
|
|
|
|
|
Associate the context with the given controller. Currently, this must be a vtkMPIController. The context is not valid until a controller is set. |
|
Associate the context with the given controller. Currently, this must be a vtkMPIController. The context is not valid until a controller is set. |
|
Make this context the current one. |
|
Copy the state from the given context to this context. |
|
Returns true if the current state is valid. |
|
Definition at line 77 of file vtkIceTContext.h. |