vtkClientServerStreamInstantiator.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkClientServerStreamInstantiator.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html 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 =========================================================================*/
25 #ifndef vtkClientServerStreamInstantiator_h
26 #define vtkClientServerStreamInstantiator_h
27 
28 #include "vtkObject.h"
29 #include "vtkRemotingClientServerStreamModule.h" // Top-level vtkClientServer header.
30 
32 {
33 public:
36  void PrintSelf(ostream& os, vtkIndent indent) override;
37 
44  static vtkObjectBase* CreateInstance(const char* className);
45 
46 protected:
49 
50 private:
52  void operator=(const vtkClientServerStreamInstantiator&) = delete;
53 };
54 
55 #endif
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
creates instances of vtkObjectBase subclasses given the name.
#define VTK_NEWINSTANCE
#define VTKREMOTINGCLIENTSERVERSTREAM_EXPORT
static vtkObject * New()
void operator=(const vtkObjectBase &)