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 |
| Comparison of two objects loading. More... | |
| bool | operator<= (const vtkMaterialInterfaceProcessLoading &rhs) const |
| Comparison of two objects loading. More... | |
| bool | operator> (const vtkMaterialInterfaceProcessLoading &rhs) const |
| Comparison of two objects loading. More... | |
| bool | operator>= (const vtkMaterialInterfaceProcessLoading &rhs) const |
| Comparison of two objects loading. More... | |
| bool | operator== (const vtkMaterialInterfaceProcessLoading &rhs) const |
| Comparison 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 21 of file vtkMaterialInterfaceProcessLoading.h.
| anonymous enum |
| Enumerator | |
|---|---|
| ID | |
| LOADING | |
| SIZE | |
Definition at line 24 of file vtkMaterialInterfaceProcessLoading.h.
|
inline |
Definition at line 31 of file vtkMaterialInterfaceProcessLoading.h.
|
inline |
Definition at line 33 of file vtkMaterialInterfaceProcessLoading.h.
Set the id and load factor.
Definition at line 38 of file vtkMaterialInterfaceProcessLoading.h.
|
inline |
Comparison of two objects loading.
Definition at line 47 of file vtkMaterialInterfaceProcessLoading.h.
|
inline |
Comparison of two objects loading.
Definition at line 54 of file vtkMaterialInterfaceProcessLoading.h.
|
inline |
Comparison of two objects loading.
Definition at line 61 of file vtkMaterialInterfaceProcessLoading.h.
|
inline |
Comparison of two objects loading.
Definition at line 68 of file vtkMaterialInterfaceProcessLoading.h.
|
inline |
Comparison of two objects loading.
Definition at line 75 of file vtkMaterialInterfaceProcessLoading.h.
|
inline |
Return the process id.
Definition at line 82 of file vtkMaterialInterfaceProcessLoading.h.
|
inline |
Return the load factor.
Definition at line 86 of file vtkMaterialInterfaceProcessLoading.h.
Add to the load factor.
Definition at line 91 of file vtkMaterialInterfaceProcessLoading.h.
1.8.13 on Fri Aug 1 2025