vtkRemotingViewsObjectFactory.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkRemotingViewsObjectFactory.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
15 
16 #ifndef vtkRemotingViewsObjectFactory_h
17 #define vtkRemotingViewsObjectFactory_h
18 
19 #include "vtkRemotingViewsModule.h" // For export macro
20 #include "vtkObjectFactory.h"
21 
23 {
24 public:
27 
28  const char * GetDescription() override { return "vtkRemotingViews factory overrides."; }
29 
30  const char * GetVTKSourceVersion() override;
31 
32  void PrintSelf(ostream &os, vtkIndent indent) override;
33 
34 protected:
36 
37 private:
39  void operator=(const vtkRemotingViewsObjectFactory&) = delete;
40 };
41 
42 #endif // vtkRemotingViewsObjectFactory_h
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
#define VTKREMOTINGVIEWS_EXPORT
virtual const char * GetVTKSourceVersion()=0
static vtkObject * New()
void operator=(const vtkObjectBase &)