vtkPVPythonOptions.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkPVPythonOptions.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 vtkPVPythonOptions_h
26 #define vtkPVPythonOptions_h
27 
28 #include "vtkPVOptions.h"
29 
31 {
32 public:
33  static vtkPVPythonOptions* New();
35  void PrintSelf(ostream& os, vtkIndent indent) override;
36 
37 protected:
39  ~vtkPVPythonOptions() override;
40 
45  int WrongArgument(const char* argument) override;
46 
47 private:
48  vtkPVPythonOptions(const vtkPVPythonOptions&) = delete;
49  void operator=(const vtkPVPythonOptions&) = delete;
50 };
51 
52 #endif
ParaView options storage.
void PrintSelf(ostream &os, vtkIndent indent) override
#define VTKREMOTINGCORE_EXPORT
ParaView options storage.
Definition: vtkPVOptions.h:37
int WrongArgument(const char *argument) override
This method is called when wrong argument is found.
static vtkPVOptions * New()