VTK
9.5.20250830
|
#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 78 of file vtkWebGPUActorInternals.h.
|
inline |
Update the cached value with the new value.
This also increments the TimeStamp.
Definition at line 87 of file vtkWebGPUActorInternals.h.
|
inline |
Returns the cached Value
.
Definition at line 96 of file vtkWebGPUActorInternals.h.
|
inline |
Returns true if the timestamp of the cached value is older than the mapper's MTime.
Definition at line 101 of file vtkWebGPUActorInternals.h.