VTK
9.4.20241218
|
#include <vtkWebGPUActor.h>
Public Member Functions | |
void | SetValue (bool newValue) |
Update the cached value with the new value. | |
bool | GetValue () |
Returns the cached Value . | |
bool | IsOutdated (vtkMapper *mapper) |
Returns true if the timestamp of the cached value is older than the mapper's MTime. | |
Definition at line 138 of file vtkWebGPUActor.h.
void vtkWebGPUActor::MapperBooleanCache::SetValue | ( | bool | newValue | ) |
Update the cached value with the new value.
This also increments the TimeStamp.
|
inline |
Returns the cached Value
.
Definition at line 152 of file vtkWebGPUActor.h.
bool vtkWebGPUActor::MapperBooleanCache::IsOutdated | ( | vtkMapper * | mapper | ) |
Returns true if the timestamp of the cached value is older than the mapper's MTime.