VTK  9.7.20260917
vtkAnariGPUInfoList.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
3
12
13#ifndef vtkAnariGPUInfoList_h
14#define vtkAnariGPUInfoList_h
15
16#include "vtkGPUInfoList.h"
17#include "vtkRenderingAnariCoreModule.h" // For export macro
18
19VTK_ABI_NAMESPACE_BEGIN
21
22class VTKRENDERINGANARICORE_EXPORT vtkAnariGPUInfoList : public vtkGPUInfoList
23{
24public:
28 void PrintSelf(ostream& os, vtkIndent indent) override;
29
34 void Probe() override;
35
36protected:
38
44
45private:
47 void operator=(const vtkAnariGPUInfoList&) = delete;
48};
49
50#define vtkAnariGPUInfoList_OVERRIDE_ATTRIBUTES vtkAnariGPUInfoList::CreateOverrideAttributes()
51
52VTK_ABI_NAMESPACE_END
53#endif
static vtkAnariGPUInfoList * New()
vtkAnariGPUInfoList()
Default constructor.
void Probe() override
Build the list of vtkInfoGPU if not done yet.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkOverrideAttribute * CreateOverrideAttributes()
~vtkAnariGPUInfoList() override
Default constructor.
vtkGPUInfoList()
Default constructor.
a simple class to control print indentation
Definition vtkIndent.h:108
Attribute for vtkObjectFactory overrides.