ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkPVRepresentedArrayListSettings Class Reference

singleton used to filter out undesired array names from color array list. More...

#include <vtkPVRepresentedArrayListSettings.h>

Inherits vtkObject.

Public Types

typedef vtkObject Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetNumberOfFilterExpressions (int n)
 Set/get the number of filter expressions. More...
 
virtual int GetNumberOfFilterExpressions ()
 Set/get the number of filter expressions. More...
 
virtual void SetFilterExpression (int i, const char *expression)
 Set/get the filter expression at index i. More...
 
virtual const char * GetFilterExpression (int i)
 Set/get the filter expression at index i. More...
 

Static Public Member Functions

static vtkPVRepresentedArrayListSettingsNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVRepresentedArrayListSettingsSafeDownCast (vtkObject *o)
 
static vtkPVRepresentedArrayListSettingsGetInstance ()
 Access the singleton. More...
 

Protected Member Functions

 vtkPVRepresentedArrayListSettings ()
 
 ~vtkPVRepresentedArrayListSettings ()
 

Detailed Description

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.

Member Typedef Documentation

◆ Superclass

Definition at line 38 of file vtkPVRepresentedArrayListSettings.h.

Constructor & Destructor Documentation

◆ vtkPVRepresentedArrayListSettings()

vtkPVRepresentedArrayListSettings::vtkPVRepresentedArrayListSettings ( )
protected

◆ ~vtkPVRepresentedArrayListSettings()

vtkPVRepresentedArrayListSettings::~vtkPVRepresentedArrayListSettings ( )
protected

Member Function Documentation

◆ New()

static vtkPVRepresentedArrayListSettings* vtkPVRepresentedArrayListSettings::New ( )
static

◆ 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()

static vtkPVRepresentedArrayListSettings* vtkPVRepresentedArrayListSettings::SafeDownCast ( vtkObject *  o)
static

◆ PrintSelf()

void vtkPVRepresentedArrayListSettings::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

◆ GetInstance()

static vtkPVRepresentedArrayListSettings* vtkPVRepresentedArrayListSettings::GetInstance ( )
static

Access the singleton.

◆ 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: