AddObserver(unsigned long event, vtkCommand *, float priority=0.0f) | vtkObject | |
AddObserver(const char *event, vtkCommand *, float priority=0.0f) | vtkObject | |
AddObserver(unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) | vtkObject | inline |
AddObserver(unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) | vtkObject | inline |
AddObserver(unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) | vtkObject | inline |
AddRenderTexture(vtkSmartPointer< vtkWebGPUComputeRenderTexture > renderTexture) | vtkWebGPUComputePassTextureStorageInternals | |
AddTexture(vtkSmartPointer< vtkWebGPUComputeTexture > texture) | vtkWebGPUComputePassTextureStorageInternals | |
AddTextureView(vtkSmartPointer< vtkWebGPUComputeTextureView > textureView) | vtkWebGPUComputePassTextureStorageInternals | |
BreakOnError() | vtkObject | static |
CheckParentComputePass(const std::string &callerFunctionName) | vtkWebGPUComputePassTextureStorageInternals | |
CheckTextureCorrectness(vtkWebGPUComputeTexture *texture) | vtkWebGPUComputePassTextureStorageInternals | |
CheckTextureIndex(std::size_t textureIndex, const std::string &callerFunctionName) | vtkWebGPUComputePassTextureStorageInternals | |
CheckTextureViewCorrectness(vtkWebGPUComputeTextureView *textureView) | vtkWebGPUComputePassTextureStorageInternals | |
CheckTextureViewIndex(std::size_t textureViewIndex, const std::string &callerFunctionName) | vtkWebGPUComputePassTextureStorageInternals | |
ComputeTextureDimensionToViewDimension(vtkWebGPUComputeTexture::TextureDimension dimension) | vtkWebGPUComputePassTextureStorageInternals | static |
ComputeTextureDimensionToWebGPU(vtkWebGPUComputeTexture::TextureDimension dimension) | vtkWebGPUComputePassTextureStorageInternals | static |
ComputeTextureFormatToWebGPU(vtkWebGPUComputeTexture::TextureFormat format) | vtkWebGPUComputePassTextureStorageInternals | static |
ComputeTextureModeToShaderStorage(vtkWebGPUComputeTexture::TextureMode mode, const std::string &textureLabel) | vtkWebGPUComputePassTextureStorageInternals | static |
ComputeTextureModeToUsage(vtkWebGPUComputeTexture::TextureMode mode, const std::string &textureLabel) | vtkWebGPUComputePassTextureStorageInternals | static |
ComputeTextureSampleTypeToWebGPU(vtkWebGPUComputeTexture::TextureSampleType sampleType) | vtkWebGPUComputePassTextureStorageInternals | static |
ComputeTextureViewAspectToWebGPU(vtkWebGPUComputeTextureView::TextureViewAspect aspect) | vtkWebGPUComputePassTextureStorageInternals | static |
ComputeTextureViewModeToShaderStorage(vtkWebGPUComputeTextureView::TextureViewMode mode, const std::string &textureViewLabel) | vtkWebGPUComputePassTextureStorageInternals | static |
CreateTextureView(std::size_t textureIndex) | vtkWebGPUComputePassTextureStorageInternals | |
CreateWebGPUTextureView(vtkSmartPointer< vtkWebGPUComputeTextureView > textureView, wgpu::Texture wgpuTexture) | vtkWebGPUComputePassTextureStorageInternals | |
Debug | vtkObject | protected |
DebugOff() | vtkObject | virtual |
DebugOn() | vtkObject | virtual |
Delete() | vtkObjectBase | virtual |
DeleteTextureViews(std::size_t textureIndex) | vtkWebGPUComputePassTextureStorageInternals | |
FastDelete() | vtkObjectBase | virtual |
GetAlternateFreeFunction() | vtkObjectBase | protectedstatic |
GetClassName() const | vtkObjectBase | |
GetCommand(unsigned long tag) | vtkObject | |
GetComputeTexture(std::size_t textureIndex) | vtkWebGPUComputePassTextureStorageInternals | |
GetCurrentFreeFunction() | vtkObjectBase | protectedstatic |
GetCurrentMallocFunction() | vtkObjectBase | protectedstatic |
GetCurrentReallocFunction() | vtkObjectBase | protectedstatic |
GetDebug() | vtkObject | |
GetGlobalWarningDisplay() | vtkObject | static |
GetIsInMemkind() const | vtkObjectBase | |
GetMTime() | vtkObject | virtual |
GetNumberOfGenerationsFromBase(const char *name) | vtkObjectBase | virtual |
GetNumberOfGenerationsFromBaseType(const char *name) | vtkObjectBase | static |
GetObjectDescription() const override | vtkObject | virtual |
GetObjectName() const | vtkObject | virtual |
GetReferenceCount() | vtkObjectBase | inline |
GetTextureView(std::size_t textureViewIndex) | vtkWebGPUComputePassTextureStorageInternals | |
GetUsingMemkind() | vtkObjectBase | static |
GlobalWarningDisplayOff() | vtkObject | inlinestatic |
GlobalWarningDisplayOn() | vtkObject | inlinestatic |
HasObserver(unsigned long event, vtkCommand *) | vtkObject | |
HasObserver(const char *event, vtkCommand *) | vtkObject | |
HasObserver(unsigned long event) | vtkObject | |
HasObserver(const char *event) | vtkObject | |
InitializeObjectBase() | vtkObjectBase | |
InternalGrabFocus(vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr) | vtkObject | protected |
InternalReleaseFocus() | vtkObject | protected |
InvokeEvent(unsigned long event, void *callData) | vtkObject | |
InvokeEvent(const char *event, void *callData) | vtkObject | |
InvokeEvent(unsigned long event) | vtkObject | inline |
InvokeEvent(const char *event) | vtkObject | inline |
IsA(const char *type) | vtkWebGPUComputePassTextureStorageInternals | virtual |
IsTypeOf(const char *type) | vtkWebGPUComputePassTextureStorageInternals | static |
Modified() | vtkObject | virtual |
MTime | vtkObject | protected |
New() | vtkWebGPUComputePassTextureStorageInternals | static |
NewInstance() const | vtkWebGPUComputePassTextureStorageInternals | |
NewInstanceInternal() const | vtkWebGPUComputePassTextureStorageInternals | protectedvirtual |
ObjectName | vtkObject | protected |
vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
Print(ostream &os) | vtkObjectBase | |
PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
PrintSelf(ostream &os, vtkIndent indent) override | vtkObject | virtual |
PrintTrailer(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
ReadTextureFromGPU(std::size_t textureIndex, int mipLevel, vtkWebGPUComputePass::TextureMapAsyncCallback callback, void *userdata) | vtkWebGPUComputePassTextureStorageInternals | |
RebindTextureView(std::size_t group, uint32_t binding, std::size_t textureViewIndex) | vtkWebGPUComputePassTextureStorageInternals | |
RecreateComputeTexture(std::size_t textureIndex) | vtkWebGPUComputePassTextureStorageInternals | |
RecreateRenderTexture(vtkSmartPointer< vtkWebGPUComputeRenderTexture > renderTexture) | vtkWebGPUComputePassTextureStorageInternals | |
RecreateTexture(std::size_t textureIndex) | vtkWebGPUComputePassTextureStorageInternals | |
RecreateTextureView(std::size_t textureViewIndex) | vtkWebGPUComputePassTextureStorageInternals | |
RecreateTextureViews(std::size_t textureIndex) | vtkWebGPUComputePassTextureStorageInternals | |
ReferenceCount | vtkObjectBase | protected |
Register(vtkObjectBase *o) | vtkObjectBase | |
RegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
ReleaseResources() | vtkWebGPUComputePassTextureStorageInternals | |
RemoveAllObservers() | vtkObject | |
RemoveObserver(vtkCommand *) | vtkObject | |
RemoveObserver(unsigned long tag) | vtkObject | |
RemoveObservers(unsigned long event, vtkCommand *) | vtkObject | |
RemoveObservers(const char *event, vtkCommand *) | vtkObject | |
RemoveObservers(unsigned long event) | vtkObject | |
RemoveObservers(const char *event) | vtkObject | |
ReportReferences(vtkGarbageCollector *) | vtkObjectBase | protectedvirtual |
SafeDownCast(vtkObjectBase *o) | vtkWebGPUComputePassTextureStorageInternals | static |
SetComputePass(vtkWeakPointer< vtkWebGPUComputePass > parentComputePass) | vtkWebGPUComputePassTextureStorageInternals | |
SetDebug(bool debugFlag) | vtkObject | |
SetGlobalWarningDisplay(vtkTypeBool val) | vtkObject | static |
SetMemkindDirectory(const char *directoryname) | vtkObjectBase | static |
SetObjectName(const std::string &objectName) | vtkObject | virtual |
SetParentPassWGPUConfiguration(vtkWebGPUConfiguration *) | vtkWebGPUComputePassTextureStorageInternals | virtual |
SetReferenceCount(int) | vtkObjectBase | |
SubjectHelper | vtkObject | protected |
Superclass typedef | vtkWebGPUComputePassTextureStorageInternals | |
UnRegister(vtkObjectBase *o) | vtkObjectBase | virtual |
UnRegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
UpdateComputeTextureAndViews(vtkSmartPointer< vtkWebGPUComputeTexture > texture, wgpu::Texture newWgpuTexture) | vtkWebGPUComputePassTextureStorageInternals | |
UsesGarbageCollector() const | vtkObjectBase | inlinevirtual |
vtkBaseTypeMacro(vtkObject, vtkObjectBase) | vtkObject | |
vtkObject() | vtkObject | protected |
vtkObjectBase() | vtkObjectBase | protected |
vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
vtkWebGPUComputePassInternals | vtkWebGPUComputePassTextureStorageInternals | friend |
vtkWebGPUComputePassTextureStorageInternals()=default | vtkWebGPUComputePassTextureStorageInternals | protected |
WeakPointers | vtkObjectBase | protected |
WriteTexture(std::size_t textureIndex, const void *bytes, std::size_t numBytes) | vtkWebGPUComputePassTextureStorageInternals | inline |
~vtkObject() override | vtkObject | protected |
~vtkObjectBase() | vtkObjectBase | protectedvirtual |
~vtkWebGPUComputePassTextureStorageInternals() override | vtkWebGPUComputePassTextureStorageInternals | protected |