ParaView
|
Data type to represent a node in a multiprocess job and its current loading state. More...
#include <vtkMaterialInterfaceProcessLoading.h>
Public Types | |
enum | { ID = 0, LOADING = 1, SIZE = 2 } |
Public Member Functions | |
vtkMaterialInterfaceProcessLoading () | |
~vtkMaterialInterfaceProcessLoading () | |
bool | operator< (const vtkMaterialInterfaceProcessLoading &rhs) const |
Comparision of two objects loading. More... | |
bool | operator<= (const vtkMaterialInterfaceProcessLoading &rhs) const |
Comparision of two objects loading. More... | |
bool | operator> (const vtkMaterialInterfaceProcessLoading &rhs) const |
Comparision of two objects loading. More... | |
bool | operator>= (const vtkMaterialInterfaceProcessLoading &rhs) const |
Comparision of two objects loading. More... | |
bool | operator== (const vtkMaterialInterfaceProcessLoading &rhs) const |
Comparision of two objects loading. More... | |
vtkIdType | GetId () const |
Return the process id. More... | |
vtkIdType | GetLoadFactor () const |
Return the load factor. More... | |
void | Initialize (int id, vtkIdType loadFactor) |
Set the id and load factor. More... | |
vtkIdType | UpdateLoadFactor (vtkIdType loadFactor) |
Add to the load factor. More... | |
Data type to represent a node in a multiprocess job and its current loading state.
Definition at line 32 of file vtkMaterialInterfaceProcessLoading.h.
anonymous enum |
Enumerator | |
---|---|
ID | |
LOADING | |
SIZE |
Definition at line 35 of file vtkMaterialInterfaceProcessLoading.h.
|
inline |
Definition at line 42 of file vtkMaterialInterfaceProcessLoading.h.
|
inline |
Definition at line 44 of file vtkMaterialInterfaceProcessLoading.h.
|
inline |
Set the id and load factor.
Definition at line 49 of file vtkMaterialInterfaceProcessLoading.h.
|
inline |
Comparision of two objects loading.
Definition at line 58 of file vtkMaterialInterfaceProcessLoading.h.
|
inline |
Comparision of two objects loading.
Definition at line 65 of file vtkMaterialInterfaceProcessLoading.h.
|
inline |
Comparision of two objects loading.
Definition at line 72 of file vtkMaterialInterfaceProcessLoading.h.
|
inline |
Comparision of two objects loading.
Definition at line 79 of file vtkMaterialInterfaceProcessLoading.h.
|
inline |
Comparision of two objects loading.
Definition at line 86 of file vtkMaterialInterfaceProcessLoading.h.
|
inline |
Return the process id.
Definition at line 93 of file vtkMaterialInterfaceProcessLoading.h.
|
inline |
Return the load factor.
Definition at line 97 of file vtkMaterialInterfaceProcessLoading.h.
|
inline |
Add to the load factor.
Definition at line 102 of file vtkMaterialInterfaceProcessLoading.h.