27 #ifndef vtkPartitionOrderingInterface_h 28 #define vtkPartitionOrderingInterface_h 30 #include "vtkObject.h" 31 #include "vtkPVVTKExtensionsRenderingModule.h" 32 #include "vtkSmartPointer.h" 36 class vtkMultiProcessController;
43 void PrintSelf(ostream& os, vtkIndent indent);
47 int GetNumberOfRegions();
56 int ViewOrderAllProcessesInDirection(
57 const double directionOfProjection[3], vtkIntArray* orderedList);
66 int ViewOrderAllProcessesFromPosition(
const double cameraPosition[3], vtkIntArray* orderedList);
73 void SetImplementation(vtkObject* implementation);
77 virtual vtkMTimeType GetMTime();
85 vtkSmartPointer<vtkObject> Implementation;
vtkObject * GetImplementation()
Set the implementation to use for the view order methods.
Interface for ordering compositing.