|
ParaView
|
#include <vtkMaterialInterfaceProcessLoading.h>
Public Types | |
| enum | { ID = 0, LOADING = 1, SIZE = 2 } |
Public Member Functions | |
| vtkMaterialInterfaceProcessLoading () | |
| ~vtkMaterialInterfaceProcessLoading () | |
| int | GetId () const |
| vtkIdType | GetLoadFactor () const |
| void | Initialize (int id, vtkIdType loadFactor) |
| bool | operator< (const vtkMaterialInterfaceProcessLoading &rhs) const |
| bool | operator<= (const vtkMaterialInterfaceProcessLoading &rhs) const |
| bool | operator> (const vtkMaterialInterfaceProcessLoading &rhs) const |
| bool | operator>= (const vtkMaterialInterfaceProcessLoading &rhs) const |
| bool | operator== (const vtkMaterialInterfaceProcessLoading &rhs) const |
| vtkIdType | UpdateLoadFactor (vtkIdType loadFactor) |
Data type to represent a node in a multiprocess job and its current loading state.
Definition at line 29 of file vtkMaterialInterfaceProcessLoading.h.
| anonymous enum |
Definition at line 32 of file vtkMaterialInterfaceProcessLoading.h.
| vtkMaterialInterfaceProcessLoading::vtkMaterialInterfaceProcessLoading | ( | ) | [inline] |
Definition at line 34 of file vtkMaterialInterfaceProcessLoading.h.
| vtkMaterialInterfaceProcessLoading::~vtkMaterialInterfaceProcessLoading | ( | ) | [inline] |
Definition at line 36 of file vtkMaterialInterfaceProcessLoading.h.
Set the id and load factor.
Definition at line 39 of file vtkMaterialInterfaceProcessLoading.h.
| bool vtkMaterialInterfaceProcessLoading::operator< | ( | const vtkMaterialInterfaceProcessLoading & | rhs | ) | const [inline] |
Comparision of two objects loading.
Definition at line 47 of file vtkMaterialInterfaceProcessLoading.h.
| bool vtkMaterialInterfaceProcessLoading::operator<= | ( | const vtkMaterialInterfaceProcessLoading & | rhs | ) | const [inline] |
Comparision of two objects loading.
Definition at line 54 of file vtkMaterialInterfaceProcessLoading.h.
| bool vtkMaterialInterfaceProcessLoading::operator> | ( | const vtkMaterialInterfaceProcessLoading & | rhs | ) | const [inline] |
Comparision of two objects loading.
Definition at line 61 of file vtkMaterialInterfaceProcessLoading.h.
| bool vtkMaterialInterfaceProcessLoading::operator>= | ( | const vtkMaterialInterfaceProcessLoading & | rhs | ) | const [inline] |
Comparision of two objects loading.
Definition at line 68 of file vtkMaterialInterfaceProcessLoading.h.
| bool vtkMaterialInterfaceProcessLoading::operator== | ( | const vtkMaterialInterfaceProcessLoading & | rhs | ) | const [inline] |
Comparision of two objects loading.
Definition at line 75 of file vtkMaterialInterfaceProcessLoading.h.
| int vtkMaterialInterfaceProcessLoading::GetId | ( | ) | const [inline] |
Return the process id.
Definition at line 81 of file vtkMaterialInterfaceProcessLoading.h.
| vtkIdType vtkMaterialInterfaceProcessLoading::GetLoadFactor | ( | ) | const [inline] |
Return the load factor.
Definition at line 83 of file vtkMaterialInterfaceProcessLoading.h.
Add to the load factor.
Definition at line 86 of file vtkMaterialInterfaceProcessLoading.h.
1.7.5.1