singleton used to filter out undesired array names from color array list.
More...
#include <vtkPVRepresentedArrayListSettings.h>
Inherits vtkObject.
singleton used to filter out undesired array names from color array list.
vtkPVRepresentedArrayListSettings is a singleton used to keep track of a list of regular expressions that filter out arrays in a RepresentedArrayList domain. All class to vtkPVRepresentedArrayListSettings::New() returns a reference to the singleton instance.
Definition at line 34 of file vtkPVRepresentedArrayListSettings.h.
§ Superclass
§ vtkPVRepresentedArrayListSettings()
vtkPVRepresentedArrayListSettings::vtkPVRepresentedArrayListSettings |
( |
| ) |
|
|
protected |
§ ~vtkPVRepresentedArrayListSettings()
vtkPVRepresentedArrayListSettings::~vtkPVRepresentedArrayListSettings |
( |
| ) |
|
|
protected |
§ New()
§ GetClassName()
virtual const char* vtkPVRepresentedArrayListSettings::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkPVRepresentedArrayListSettings::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkPVRepresentedArrayListSettings::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
void vtkPVRepresentedArrayListSettings::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ GetInstance()
§ SetNumberOfFilterExpressions()
virtual void vtkPVRepresentedArrayListSettings::SetNumberOfFilterExpressions |
( |
int |
n | ) |
|
|
virtual |
Set/get the number of filter expressions.
§ GetNumberOfFilterExpressions()
virtual int vtkPVRepresentedArrayListSettings::GetNumberOfFilterExpressions |
( |
| ) |
|
|
virtual |
Set/get the number of filter expressions.
§ SetFilterExpression()
virtual void vtkPVRepresentedArrayListSettings::SetFilterExpression |
( |
int |
i, |
|
|
const char * |
expression |
|
) |
| |
|
virtual |
Set/get the filter expression at index i.
If the index is outside the valid range, this call is a noop.
§ GetFilterExpression()
virtual const char* vtkPVRepresentedArrayListSettings::GetFilterExpression |
( |
int |
i | ) |
|
|
virtual |
Set/get the filter expression at index i.
If the index is outside the valid range, this call is a noop.
The documentation for this class was generated from the following file: