ParaView
ParaViewCore
ServerManager
Rendering
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 "vtkPVServerManagerRenderingModule.h"
//needed for exports
32
#include "vtkSmartPointer.h"
// needed for vtkSmartPointer
33
34
class
VTKPVSERVERMANAGERRENDERING_EXPORT
vtkPVRepresentedArrayListSettings
:
public
vtkObject
35
{
36
public
:
37
static
vtkPVRepresentedArrayListSettings
* New();
38
vtkTypeMacro(
vtkPVRepresentedArrayListSettings
, vtkObject);
39
void
PrintSelf(ostream& os, vtkIndent indent);
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
:
64
vtkPVRepresentedArrayListSettings
();
65
~
vtkPVRepresentedArrayListSettings
();
66
67
private
:
68
vtkPVRepresentedArrayListSettings
(
const
vtkPVRepresentedArrayListSettings
&) VTK_DELETE_FUNCTION;
69
void
operator=(const
vtkPVRepresentedArrayListSettings
&) VTK_DELETE_FUNCTION;
70
71
static vtkSmartPointer<
vtkPVRepresentedArrayListSettings
> Instance;
72
73
class vtkInternals;
74
vtkInternals* Internals;
75
};
76
77
#endif
vtkPVRepresentedArrayListSettings
singleton used to filter out undesired array names from color array list.
Definition:
vtkPVRepresentedArrayListSettings.h:34
Generated by
1.8.12