VTK  9.5.20251213
vtkWebGPUActorInternals::MapperBooleanCache Class Reference

#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.
 

Detailed Description

Definition at line 78 of file vtkWebGPUActorInternals.h.

Member Function Documentation

◆ SetValue()

void vtkWebGPUActorInternals::MapperBooleanCache::SetValue ( bool newValue)
inline

Update the cached value with the new value.

This also increments the TimeStamp.

Definition at line 87 of file vtkWebGPUActorInternals.h.

◆ GetValue()

bool vtkWebGPUActorInternals::MapperBooleanCache::GetValue ( ) const
inline

Returns the cached Value.

Definition at line 96 of file vtkWebGPUActorInternals.h.

◆ IsOutdated()

bool vtkWebGPUActorInternals::MapperBooleanCache::IsOutdated ( vtkMapper * mapper) const
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.


The documentation for this class was generated from the following file: