ParaView
Public Member Functions | Static Public Member Functions
vtkSMFileListDomain Class Reference

list of filenames More...

#include <vtkSMFileListDomain.h>

Inheritance diagram for vtkSMFileListDomain:
Inheritance graph
[legend]
Collaboration diagram for vtkSMFileListDomain:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static vtkSMFileListDomainNew ()
static int IsTypeOf (const char *type)
static vtkSMFileListDomainSafeDownCast (vtkObject *o)
virtual int SetDefaultValues (vtkSMProperty *)
 vtkSMFileListDomain ()
 ~vtkSMFileListDomain ()

Detailed Description

list of filenames

vtkSMFileListDomain represents a domain consisting of a list of filenames. It only works with vtkSMStringVectorProperty. Valid XML elements are:

 * <String value="">
 
See also:
vtkSMDomain vtkSMStringListDomain

Definition at line 33 of file vtkSMFileListDomain.h.


Constructor & Destructor Documentation

vtkSMFileListDomain::vtkSMFileListDomain ( ) [protected]

A vtkSMProperty is often defined with a default value in the XML itself. However, many times, the default value must be determined at run time. To facilitate this, domains can override this method to compute and set the default value for the property. Note that unlike the compile-time default values, the application must explicitly call this method to initialize the property. Returns 1 if the domain updated the property.

vtkSMFileListDomain::~vtkSMFileListDomain ( ) [protected]

A vtkSMProperty is often defined with a default value in the XML itself. However, many times, the default value must be determined at run time. To facilitate this, domains can override this method to compute and set the default value for the property. Note that unlike the compile-time default values, the application must explicitly call this method to initialize the property. Returns 1 if the domain updated the property.


Member Function Documentation

static vtkSMFileListDomain* vtkSMFileListDomain::New ( ) [static]

Reimplemented from vtkSMStringListDomain.

virtual const char* vtkSMFileListDomain::GetClassName ( ) [virtual]

Reimplemented from vtkSMStringListDomain.

static int vtkSMFileListDomain::IsTypeOf ( const char *  type) [static]

Reimplemented from vtkSMStringListDomain.

virtual int vtkSMFileListDomain::IsA ( const char *  type) [virtual]

Reimplemented from vtkSMStringListDomain.

static vtkSMFileListDomain* vtkSMFileListDomain::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkSMStringListDomain.

void vtkSMFileListDomain::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Reimplemented from vtkSMStringListDomain.

virtual int vtkSMFileListDomain::SetDefaultValues ( vtkSMProperty ) [virtual]

A vtkSMProperty is often defined with a default value in the XML itself. However, many times, the default value must be determined at run time. To facilitate this, domains can override this method to compute and set the default value for the property. Note that unlike the compile-time default values, the application must explicitly call this method to initialize the property. Returns 1 if the domain updated the property.

Reimplemented from vtkSMStringListDomain.


The documentation for this class was generated from the following file: