#include <vtkComputingResources.h>
Detailed Description
Definition at line 104 of file vtkComputingResources.h.
Constructor & Destructor Documentation
virtual vtkProcessingUnitResource::~vtkProcessingUnitResource |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
virtual int vtkProcessingUnitResource::ProcessingUnit |
( |
| ) |
|
|
pure virtual |
Return the type of unit this computing resource is holding
virtual bool vtkProcessingUnitResource::HasResource |
( |
| ) |
|
|
pure virtual |
Return true if this resource is not empty
virtual void vtkProcessingUnitResource::Clear |
( |
| ) |
|
|
pure virtual |
virtual void vtkProcessingUnitResource::ObtainMinimum |
( |
| ) |
|
|
pure virtual |
Give this object a minimum amount of resource it can allocate
virtual void vtkProcessingUnitResource::ObtainMaximum |
( |
| ) |
|
|
pure virtual |
Give this object a maximum amount of resource it can allocate
Given a ratio and a resource, increase this resource by a ratio of the reference resource. This is the basic function for resource distributing
This actually set the amount of resource on the algorithm holding by the input executive
Return true if this object can allocate at least refResource
Reserve an amount of resource given by refResource from this object
Add an amount of resource given by refResource to this object
The documentation for this class was generated from the following file: