#include <Base/Logic/vtkSlicerTask.h>
Definition at line 9 of file vtkSlicerTask.h.
◆ Superclass
◆ TaskFunctionPointer
◆ anonymous enum
The type of task - this can be used, for example, to decide how many concurrent threads should be allowed
Enumerator |
---|
Undefined | |
Processing | |
Networking | |
Definition at line 29 of file vtkSlicerTask.h.
◆ vtkSlicerTask() [1/2]
vtkSlicerTask::vtkSlicerTask |
( |
| ) |
|
|
protected |
◆ ~vtkSlicerTask()
vtkSlicerTask::~vtkSlicerTask |
( |
| ) |
|
|
overrideprotected |
◆ vtkSlicerTask() [2/2]
◆ Execute()
virtual void vtkSlicerTask::Execute |
( |
| ) |
|
|
virtual |
◆ GetClassName()
virtual const char * vtkSlicerTask::GetClassName |
( |
| ) |
|
|
virtual |
◆ GetType()
virtual int vtkSlicerTask::GetType |
( |
| ) |
|
|
virtual |
◆ GetTypeAsString()
const char * vtkSlicerTask::GetTypeAsString |
( |
| ) |
|
|
inline |
◆ IsA()
virtual int vtkSlicerTask::IsA |
( |
const char * | type | ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkSlicerTask::IsTypeOf |
( |
const char * | type | ) |
|
|
static |
◆ New()
◆ operator=()
◆ PrintSelf()
void vtkSlicerTask::PrintSelf |
( |
ostream & | os, |
|
|
vtkIndent | indent ) |
|
override |
◆ SafeDownCast()
static vtkSlicerTask * vtkSlicerTask::SafeDownCast |
( |
vtkObject * | o | ) |
|
|
static |
◆ SetTaskFunction()
Set the function and object to call for the task.
◆ SetType()
virtual void vtkSlicerTask::SetType |
( |
int | | ) |
|
|
virtual |
◆ SetTypeToNetworking()
void vtkSlicerTask::SetTypeToNetworking |
( |
| ) |
|
|
inline |
◆ SetTypeToProcessing()
void vtkSlicerTask::SetTypeToProcessing |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: