vtkPVRepresentedArrayListSettings.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkPVRepresentedArrayListSettings.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 =========================================================================*/
27 #ifndef vtkPVRepresentedArrayListSettings_h
28 #define vtkPVRepresentedArrayListSettings_h
29 
30 #include "vtkObject.h"
31 #include "vtkRemotingViewsModule.h" //needed for exports
32 #include "vtkSmartPointer.h" // needed for vtkSmartPointer
33 
35 {
36 public:
39  void PrintSelf(ostream& os, vtkIndent indent) override;
40 
44  static vtkPVRepresentedArrayListSettings* GetInstance();
45 
47 
50  virtual void SetNumberOfFilterExpressions(int n);
51  virtual int GetNumberOfFilterExpressions();
53 
55 
59  virtual void SetFilterExpression(int i, const char* expression);
60  virtual const char* GetFilterExpression(int i);
62 
63 protected:
66 
67 private:
69  void operator=(const vtkPVRepresentedArrayListSettings&) = delete;
70 
72 
73  class vtkInternals;
74  vtkInternals* Internals;
75 };
76 
77 #endif
#define VTKREMOTINGVIEWS_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
static vtkObject * New()
void operator=(const vtkObjectBase &)
singleton used to filter out undesired array names from color array list.