Data structure that describes a fragment's loading. More...
#include <vtkMaterialInterfacePieceLoading.h>
Public Types | |
| enum | { ID = 0, LOADING = 1, SIZE = 2 } |
Public Member Functions | |
| vtkMaterialInterfacePieceLoading () | |
| ~vtkMaterialInterfacePieceLoading () | |
| void | Initialize (int id, vtkIdType loading) |
| vtkIdType | GetId () const |
| Set/Get. More... | |
| vtkIdType | GetLoading () const |
| void | SetLoading (vtkIdType loading) |
| void | Pack (vtkIdType *buf) |
| Place into a buffer (id, loading) More... | |
| void | UnPack (vtkIdType *buf) |
| Initialize from a buffer (id, loading) More... | |
| vtkIdType | UpdateLoading (vtkIdType update) |
| Adds to loading and returns the updated loading. More... | |
| bool | operator< (const vtkMaterialInterfacePieceLoading &other) const |
| Comparison are made by id. More... | |
| bool | operator== (const vtkMaterialInterfacePieceLoading &other) const |
| Comparison are made by id. More... | |
Data structure that describes a fragment's loading.
Holds its id and its loading factor.
Definition at line 33 of file vtkMaterialInterfacePieceLoading.h.
| anonymous enum |
| Enumerator | |
|---|---|
| ID | |
| LOADING | |
| SIZE | |
Definition at line 36 of file vtkMaterialInterfacePieceLoading.h.
|
inline |
Definition at line 42 of file vtkMaterialInterfacePieceLoading.h.
|
inline |
Definition at line 43 of file vtkMaterialInterfacePieceLoading.h.
Definition at line 44 of file vtkMaterialInterfacePieceLoading.h.
|
inline |
Place into a buffer (id, loading)
Definition at line 53 of file vtkMaterialInterfacePieceLoading.h.
|
inline |
Initialize from a buffer (id, loading)
Definition at line 63 of file vtkMaterialInterfacePieceLoading.h.
|
inline |
Set/Get.
Definition at line 72 of file vtkMaterialInterfacePieceLoading.h.
|
inline |
Definition at line 73 of file vtkMaterialInterfacePieceLoading.h.
|
inline |
Definition at line 74 of file vtkMaterialInterfacePieceLoading.h.
Adds to loading and returns the updated loading.
Definition at line 79 of file vtkMaterialInterfacePieceLoading.h.
|
inline |
Comparison are made by id.
Definition at line 89 of file vtkMaterialInterfacePieceLoading.h.
|
inline |
Comparison are made by id.
Definition at line 93 of file vtkMaterialInterfacePieceLoading.h.
1.8.13 on Tue May 18 2021