vtkRenderingVRModelsObjectFactory.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 
4 #ifndef vtkRenderingVRModelsObjectFactory_h
5 #define vtkRenderingVRModelsObjectFactory_h
6 
7 #include "vtkRenderingVRModelsModule.h" // For export macro
8 #include "vtkObjectFactory.h"
9 
11 
13 {
14 public:
17 
18  const char * GetDescription() VTK_FUTURE_CONST override { return "vtkRenderingVRModels factory overrides."; }
19 
20  const char * GetVTKSourceVersion() VTK_FUTURE_CONST override;
21 
22  void PrintSelf(ostream &os, vtkIndent indent) override;
23 
24 protected:
26 
27 private:
29  void operator=(const vtkRenderingVRModelsObjectFactory&) = delete;
30 };
31 
33 
34 #endif // vtkRenderingVRModelsObjectFactory_h
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
const char * GetDescription() VTK_FUTURE_CONST override
virtual const char * GetVTKSourceVersion()=0
#define VTK_ABI_NAMESPACE_BEGIN
#define VTKRENDERINGVRMODELS_EXPORT
static vtkObject * New()
void operator=(const vtkObjectBase &)