|
ParaView
|
list of filenames More...
#include <vtkSMFileListDomain.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static vtkSMFileListDomain * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSMFileListDomain * | SafeDownCast (vtkObject *o) |
| virtual int | SetDefaultValues (vtkSMProperty *) |
| vtkSMFileListDomain () | |
| ~vtkSMFileListDomain () | |
list of filenames
vtkSMFileListDomain represents a domain consisting of a list of filenames. It only works with vtkSMStringVectorProperty. Valid XML elements are:
* <String value="">
Definition at line 33 of file vtkSMFileListDomain.h.
| 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.
| 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.
1.7.5.1