AdapterRequestCompletedEvent enum value | vtkWebGPUConfiguration | |
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 |
Align(std::size_t value, std::size_t alignment) | vtkWebGPUConfiguration | static |
Backend | vtkWebGPUConfiguration | protected |
BackendType enum name | vtkWebGPUConfiguration | |
BreakOnError() | vtkObject | static |
CreateBuffer(unsigned long sizeBytes, wgpu::BufferUsage usage, bool mappedAtCreation=false, const char *label=nullptr) | vtkWebGPUConfiguration | |
CreateBuffer(const wgpu::BufferDescriptor &bufferDescriptor) | vtkWebGPUConfiguration | |
CreateTexture(wgpu::Extent3D extents, wgpu::TextureDimension dimension, wgpu::TextureFormat format, wgpu::TextureUsage usage, int mipLevelCount=1, const char *label=nullptr) | vtkWebGPUConfiguration | |
CreateTexture(const wgpu::TextureDescriptor &textureDescriptor) | vtkWebGPUConfiguration | |
CreateView(wgpu::Texture texture, wgpu::TextureViewDimension dimension, wgpu::TextureAspect aspect, wgpu::TextureFormat format, int baseMipLevel, int mipLevelCount, const char *label=nullptr) | vtkWebGPUConfiguration | |
CreateView(wgpu::Texture texture, const wgpu::TextureViewDescriptor &viewDescriptor) | vtkWebGPUConfiguration | |
Debug | vtkObject | protected |
DebugOff() | vtkObject | virtual |
DebugOn() | vtkObject | virtual |
Delete() | vtkObjectBase | virtual |
DeviceNotReadyMessage() | vtkWebGPUConfiguration | static |
DeviceRequestCompletedEvent enum value | vtkWebGPUConfiguration | |
DumpMemoryStatistics() | vtkWebGPUConfiguration | |
FastDelete() | vtkObjectBase | virtual |
Finalize() | vtkWebGPUConfiguration | |
GetAdapter() | vtkWebGPUConfiguration | |
GetAdapterDeviceID() | vtkWebGPUConfiguration | |
GetAdapterVendorID() | vtkWebGPUConfiguration | |
GetAlternateFreeFunction() | vtkObjectBase | protectedstatic |
GetBackendInUse() | vtkWebGPUConfiguration | |
GetBackendInUseAsString() | vtkWebGPUConfiguration | |
GetClassName() const | vtkObjectBase | |
GetCommand(unsigned long tag) | vtkObject | |
GetCurrentFreeFunction() | vtkObjectBase | protectedstatic |
GetCurrentMallocFunction() | vtkObjectBase | protectedstatic |
GetCurrentReallocFunction() | vtkObjectBase | protectedstatic |
GetDebug() | vtkObject | |
GetDevice() | vtkWebGPUConfiguration | |
GetGlobalWarningDisplay() | vtkObject | static |
GetGPUMemoryLogVerbosity() | vtkWebGPUConfiguration | |
GetInstance() | vtkWebGPUConfiguration | |
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 |
GetTimeout() | vtkWebGPUConfiguration | virtual |
GetUsingMemkind() | vtkObjectBase | static |
GlobalWarningDisplayOff() | vtkObject | inlinestatic |
GlobalWarningDisplayOn() | vtkObject | inlinestatic |
GPUMemoryLogVerbosity | vtkWebGPUConfiguration | protected |
HasObserver(unsigned long event, vtkCommand *) | vtkObject | |
HasObserver(const char *event, vtkCommand *) | vtkObject | |
HasObserver(unsigned long event) | vtkObject | |
HasObserver(const char *event) | vtkObject | |
Initialize() | vtkWebGPUConfiguration | |
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) | vtkWebGPUConfiguration | virtual |
IsAMDGPUInUse() | vtkWebGPUConfiguration | |
IsAppleGPUInUse() | vtkWebGPUConfiguration | |
IsARMGPUInUse() | vtkWebGPUConfiguration | |
IsBroadcomGPUInUse() | vtkWebGPUConfiguration | |
IsIntelGPUInUse() | vtkWebGPUConfiguration | |
IsMesaGPUInUse() | vtkWebGPUConfiguration | |
IsMicrosoftGPUInUse() | vtkWebGPUConfiguration | |
IsNVIDIAGPUInUse() | vtkWebGPUConfiguration | |
IsSamsungGPUInUse() | vtkWebGPUConfiguration | |
IsTypeOf(const char *type) | vtkWebGPUConfiguration | static |
Modified() | vtkObject | virtual |
MTime | vtkObject | protected |
New() | vtkWebGPUConfiguration | static |
NewInstance() const | vtkWebGPUConfiguration | |
NewInstanceInternal() const | vtkWebGPUConfiguration | protectedvirtual |
ObjectName | vtkObject | protected |
vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
PowerPreference | vtkWebGPUConfiguration | protected |
PowerPreferenceType enum name | vtkWebGPUConfiguration | |
Print(ostream &os) | vtkObjectBase | |
PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
PrintSelf(ostream &os, vtkIndent indent) override | vtkWebGPUConfiguration | virtual |
PrintTrailer(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
ProcessEvents() | vtkWebGPUConfiguration | |
ReferenceCount | vtkObjectBase | protected |
Register(vtkObjectBase *o) | vtkObjectBase | |
RegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
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 | |
ReportCapabilities() | vtkWebGPUConfiguration | |
ReportReferences(vtkGarbageCollector *) | vtkObjectBase | protectedvirtual |
SafeDownCast(vtkObjectBase *o) | vtkWebGPUConfiguration | static |
SetDebug(bool debugFlag) | vtkObject | |
SetDefaultTimeout(double) | vtkWebGPUConfiguration | static |
SetGlobalWarningDisplay(vtkTypeBool val) | vtkObject | static |
SetGPUMemoryLogVerbosity(vtkLogger::Verbosity verbosity) | vtkWebGPUConfiguration | |
SetMemkindDirectory(const char *directoryname) | vtkObjectBase | static |
SetObjectName(const std::string &objectName) | vtkObject | virtual |
SetReferenceCount(int) | vtkObjectBase | |
SetTimeout(double) | vtkWebGPUConfiguration | virtual |
SubjectHelper | vtkObject | protected |
Superclass typedef | vtkWebGPUConfiguration | |
Timeout | vtkWebGPUConfiguration | protected |
UnRegister(vtkObjectBase *o) | vtkObjectBase | virtual |
UnRegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
UsesGarbageCollector() const | vtkObjectBase | inlinevirtual |
vtkBaseTypeMacro(vtkObject, vtkObjectBase) | vtkObject | |
vtkGetEnumMacro(PowerPreference, PowerPreferenceType) | vtkWebGPUConfiguration | |
vtkGetEnumMacro(Backend, BackendType) | vtkWebGPUConfiguration | |
vtkObject() | vtkObject | protected |
vtkObjectBase() | vtkObjectBase | protected |
vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
vtkSetEnumMacro(PowerPreference, PowerPreferenceType) | vtkWebGPUConfiguration | |
vtkSetEnumMacro(Backend, BackendType) | vtkWebGPUConfiguration | |
vtkWebGPUConfiguration() | vtkWebGPUConfiguration | protected |
vtkWebGPUConfigurationInternals | vtkWebGPUConfiguration | friend |
WeakPointers | vtkObjectBase | protected |
WriteBuffer(const wgpu::Buffer &buffer, unsigned long offset, const void *data, unsigned long sizeBytes, const char *description=nullptr) | vtkWebGPUConfiguration | |
WriteTexture(wgpu::Texture texture, uint32_t bytesPerRow, uint32_t byteSize, const void *data, const char *description=nullptr) | vtkWebGPUConfiguration | |
~vtkObject() override | vtkObject | protected |
~vtkObjectBase() | vtkObjectBase | protectedvirtual |
~vtkWebGPUConfiguration() override | vtkWebGPUConfiguration | protected |