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 |
BreakOnError() | vtkObject | static |
CheckBufferCorrectness(vtkSmartPointer< vtkWebGPUComputeBuffer > buffer) | vtkWebGPUComputePassInternals | |
CheckBufferIndex(int bufferIndex, const std::string &callerFunctionName) | vtkWebGPUComputePassInternals | |
CheckTextureIndex(int textureIndex, const std::string &callerFunctionName) | vtkWebGPUComputePassInternals | |
CheckTextureViewIndex(int textureViewIndex, const std::string &callerFunctionName) | vtkWebGPUComputePassInternals | |
CreateBindGroupEntries(const std::vector< vtkWebGPUComputeBuffer * > &buffers) | vtkWebGPUComputePassInternals | |
CreateBindGroupEntry(wgpu::Buffer buffer, uint32_t binding, vtkWebGPUComputeBuffer::BufferMode mode, uint32_t offset) | vtkWebGPUComputePassInternals | |
CreateBindGroupEntry(uint32_t binding, wgpu::TextureView textureView) | vtkWebGPUComputePassInternals | |
CreateBindGroupLayout(const wgpu::Device &device, const std::vector< wgpu::BindGroupLayoutEntry > &layoutEntries) | vtkWebGPUComputePassInternals | static |
CreateBindGroupLayoutEntry(uint32_t binding, vtkWebGPUComputeBuffer::BufferMode mode) | vtkWebGPUComputePassInternals | |
CreateBindGroupLayoutEntry(uint32_t binding, vtkSmartPointer< vtkWebGPUComputeTexture > computeTexture, vtkSmartPointer< vtkWebGPUComputeTextureView > textureView) | vtkWebGPUComputePassInternals | |
CreateBindGroupLayoutEntry(uint32_t binding, vtkSmartPointer< vtkWebGPUComputeTexture > computeTexture, wgpu::TextureViewDimension textureViewDimension) | vtkWebGPUComputePassInternals | |
CreateBindGroupsAndLayouts() | vtkWebGPUComputePassInternals | |
CreateCommandEncoder() | vtkWebGPUComputePassInternals | |
CreateComputePassEncoder(const wgpu::CommandEncoder &commandEncoder) | vtkWebGPUComputePassInternals | |
CreateShaderModule() | vtkWebGPUComputePassInternals | |
CreateWebGPUComputePipeline() | vtkWebGPUComputePassInternals | |
CreateWebGPUComputePipelineLayout() | vtkWebGPUComputePassInternals | |
CreateWebGPUTextureView(vtkSmartPointer< vtkWebGPUComputeTextureView > textureView, wgpu::Texture wgpuTexture) | vtkWebGPUComputePassInternals | |
Debug | vtkObject | protected |
DebugOff() | vtkObject | virtual |
DebugOn() | vtkObject | virtual |
Delete() | vtkObjectBase | virtual |
FastDelete() | vtkObjectBase | virtual |
GetAlternateFreeFunction() | vtkObjectBase | protectedstatic |
GetAssociatedPipeline() | vtkWebGPUComputePassInternals | |
GetClassName() const | vtkObjectBase | |
GetCommand(unsigned long tag) | vtkObject | |
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 |
GetRegisteredBufferFromPipeline(vtkSmartPointer< vtkWebGPUComputeBuffer > buffer, wgpu::Buffer &wgpuBuffer) | vtkWebGPUComputePassInternals | |
GetRegisteredTextureFromPipeline(vtkSmartPointer< vtkWebGPUComputeTexture > texture, wgpu::Texture &wgpuTexture) | vtkWebGPUComputePassInternals | |
GetUsingMemkind() | vtkObjectBase | static |
GetWGPUBuffer(std::size_t bufferIndex) | vtkWebGPUComputePassInternals | |
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) | vtkWebGPUComputePassInternals | virtual |
IsTypeOf(const char *type) | vtkWebGPUComputePassInternals | static |
Modified() | vtkObject | virtual |
MTime | vtkObject | protected |
New() | vtkWebGPUComputePassInternals | static |
NewInstance() const | vtkWebGPUComputePassInternals | |
NewInstanceInternal() const | vtkWebGPUComputePassInternals | protectedvirtual |
ObjectName | vtkObject | protected |
vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
ParentPass | vtkWebGPUComputePassInternals | |
Print(ostream &os) | vtkObjectBase | |
PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
PrintSelf(ostream &os, vtkIndent indent) override | vtkWebGPUComputePassInternals | virtual |
PrintTrailer(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
RecreateBuffer(int bufferIndex, vtkIdType newByteSize) | vtkWebGPUComputePassInternals | |
RecreateBufferBindGroup(int bufferIndex) | vtkWebGPUComputePassInternals | |
RecreateRenderTexture(vtkSmartPointer< vtkWebGPUComputeRenderTexture > renderTexture) | vtkWebGPUComputePassInternals | |
RecreateTexture(int textureIndex) | vtkWebGPUComputePassInternals | |
RecreateTextureBindGroup(int textureIndex) | vtkWebGPUComputePassInternals | |
RecreateTextureViews(int textureIndex) | vtkWebGPUComputePassInternals | |
ReferenceCount | vtkObjectBase | protected |
Register(vtkObjectBase *o) | vtkObjectBase | |
RegisterBufferToPipeline(vtkSmartPointer< vtkWebGPUComputeBuffer > buffer, wgpu::Buffer wgpuBuffer) | vtkWebGPUComputePassInternals | |
RegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
RegisterTextureToPipeline(vtkSmartPointer< vtkWebGPUComputeTexture > texture, wgpu::Texture wgpuTexture) | vtkWebGPUComputePassInternals | |
ReleaseResources() | vtkWebGPUComputePassInternals | |
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) | vtkWebGPUComputePassInternals | static |
SetAssociatedPipeline(vtkWeakPointer< vtkWebGPUComputePipeline > associatedPipeline) | vtkWebGPUComputePassInternals | |
SetDebug(bool debugFlag) | vtkObject | |
SetGlobalWarningDisplay(vtkTypeBool val) | vtkObject | static |
SetMemkindDirectory(const char *directoryname) | vtkObjectBase | static |
SetObjectName(const std::string &objectName) | vtkObject | virtual |
SetParentPass(vtkWeakPointer< vtkWebGPUComputePass > parentPass) | vtkWebGPUComputePassInternals | |
SetReferenceCount(int) | vtkObjectBase | |
SetupRenderBuffer(vtkSmartPointer< vtkWebGPUComputeRenderBuffer > renderBuffer) | vtkWebGPUComputePassInternals | |
SetWGPUConfiguration(vtkWebGPUConfiguration *config) | vtkWebGPUComputePassInternals | |
SubjectHelper | vtkObject | protected |
SubmitCommandEncoderToQueue(const wgpu::CommandEncoder &commandEncoder) | vtkWebGPUComputePassInternals | |
Superclass typedef | vtkWebGPUComputePassInternals | |
UnRegister(vtkObjectBase *o) | vtkObjectBase | virtual |
UnRegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
UpdateComputeTextureAndViews(vtkSmartPointer< vtkWebGPUComputeTexture > texture, wgpu::Texture newWgpuTexture) | vtkWebGPUComputePassInternals | |
UpdateWebGPUBuffer(vtkSmartPointer< vtkWebGPUComputeBuffer > buffer, wgpu::Buffer wgpuBuffer) | vtkWebGPUComputePassInternals | |
UsesGarbageCollector() const | vtkObjectBase | inlinevirtual |
vtkBaseTypeMacro(vtkObject, vtkObjectBase) | vtkObject | |
vtkGetSmartPointerMacro(WGPUConfiguration, vtkWebGPUConfiguration) | vtkWebGPUComputePassInternals | |
vtkObject() | vtkObject | protected |
vtkObjectBase() | vtkObjectBase | protected |
vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
vtkWebGPUComputePass | vtkWebGPUComputePassInternals | friend |
vtkWebGPUComputePassBufferStorageInternals | vtkWebGPUComputePassInternals | friend |
vtkWebGPUComputePassInternals()=default | vtkWebGPUComputePassInternals | protected |
vtkWebGPUComputePassTextureStorageInternals | vtkWebGPUComputePassInternals | friend |
vtkWebGPUComputePipeline | vtkWebGPUComputePassInternals | friend |
vtkWebGPUPointCloudMapperInternals | vtkWebGPUComputePassInternals | friend |
WeakPointers | vtkObjectBase | protected |
WebGPUDispatch(unsigned int groupsX, unsigned int groupsY, unsigned int groupsZ) | vtkWebGPUComputePassInternals | |
~vtkObject() override | vtkObject | protected |
~vtkObjectBase() | vtkObjectBase | protectedvirtual |
~vtkWebGPUComputePassInternals() override | vtkWebGPUComputePassInternals | protected |