MCPcopy Create free account
hub / github.com/Kitware/VTK / GetCachedActorInformation

Method GetCachedActorInformation

Rendering/WebGPU/vtkWebGPUActor.cxx:278–281  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

276
277//------------------------------------------------------------------------------
278const void* vtkWebGPUActor::GetCachedActorInformation()
279{
280 return &(this->Internals->CachedActorInfo);
281}
282
283//------------------------------------------------------------------------------
284std::size_t vtkWebGPUActor::GetCacheSizeBytes()

Callers 1

RenderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected