vtkSharedFutureBase
is the base block to store, run, get the returned value of the tasks that are pushed in the queue.
More...
#include <vtkThreadedCallbackQueue.h>
|
| vtkBaseTypeMacro (vtkSharedFutureBase, vtkObjectBase) |
|
| vtkSharedFutureBase () |
|
virtual void | Wait () const |
| Blocks current thread until the task associated with this future has terminated.
|
|
const char * | GetClassName () const |
| Return the class name as a string.
|
|
virtual std::string | GetObjectDescription () const |
| The object description printed in messages and PrintSelf output.
|
|
virtual vtkTypeBool | IsA (const char *name) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
virtual vtkIdType | GetNumberOfGenerationsFromBase (const char *name) |
| Given the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class).
|
|
virtual void | Delete () |
| Delete a VTK object.
|
|
virtual void | FastDelete () |
| Delete a reference to this object.
|
|
void | InitializeObjectBase () |
|
void | Print (ostream &os) |
| Print an object to an ostream.
|
|
void | Register (vtkObjectBase *o) |
| Increase the reference count (mark as used by another object).
|
|
virtual void | UnRegister (vtkObjectBase *o) |
| Decrease the reference count (release by another object).
|
|
int | GetReferenceCount () |
| Return the current reference count of this object.
|
|
void | SetReferenceCount (int) |
| Sets the reference count.
|
|
bool | GetIsInMemkind () const |
| A local state flag that remembers whether this object lives in the normal or extended memory space.
|
|
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses.
|
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses.
|
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses.
|
|
virtual bool | UsesGarbageCollector () const |
| Indicate whether the class uses vtkGarbageCollector or not.
|
|
vtkSharedFutureBase
is the base block to store, run, get the returned value of the tasks that are pushed in the queue.
Definition at line 102 of file vtkThreadedCallbackQueue.h.
◆ vtkSharedFutureBase()
vtkThreadedCallbackQueue::vtkSharedFutureBase::vtkSharedFutureBase |
( |
| ) |
|
|
inline |
◆ vtkBaseTypeMacro()
◆ Wait()
virtual void vtkThreadedCallbackQueue::vtkSharedFutureBase::Wait |
( |
| ) |
const |
|
inlinevirtual |
◆ vtkThreadedCallbackQueue
The documentation for this class was generated from the following file: