|
VTK
9.6.20260226
|
#include <vtkWebGPUActorInternals.h>
Public Member Functions | |
| void | SetValue (bool newValue) |
| Update the cached value with the new value. | |
| bool | GetValue () const |
Returns the cached Value. | |
| bool | IsOutdated (vtkMapper *mapper) const |
| Returns true if the timestamp of the cached value is older than the mapper's MTime. | |
Definition at line 81 of file vtkWebGPUActorInternals.h.
|
inline |
Update the cached value with the new value.
This also increments the TimeStamp.
Definition at line 90 of file vtkWebGPUActorInternals.h.
|
inline |
Returns the cached Value.
Definition at line 99 of file vtkWebGPUActorInternals.h.
|
inline |
Returns true if the timestamp of the cached value is older than the mapper's MTime.
Definition at line 104 of file vtkWebGPUActorInternals.h.