|
ParaView
|
#include <vtkSISILProperty.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 vtkSISILProperty * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSISILProperty * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSISILProperty () | |
| ~vtkSISILProperty () | |
| virtual bool | ReadXMLAttributes (vtkSIProxy *proxyhelper, vtkPVXMLElement *element) |
| virtual bool | Pull (vtkSMMessage *) |
| virtual void | SetSubTree (const char *) |
Static Protected Member Functions | |
| static void | GetLeaves (vtkGraph *sil, vtkIdType vertexid, vtkIdTypeSet &list, bool traverse_cross_edges) |
Friends | |
| class | vtkSIProxy |
SIProperty that deals with SIL data extraction to get the property value
Definition at line 27 of file vtkSISILProperty.h.
| vtkSISILProperty::vtkSISILProperty | ( | ) | [protected] |
| vtkSISILProperty::~vtkSISILProperty | ( | ) | [protected] |
| static vtkSISILProperty* vtkSISILProperty::New | ( | ) | [static] |
Reimplemented from vtkSIProperty.
| virtual const char* vtkSISILProperty::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSIProperty.
| static int vtkSISILProperty::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSIProperty.
| virtual int vtkSISILProperty::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSIProperty.
| static vtkSISILProperty* vtkSISILProperty::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSIProperty.
| void vtkSISILProperty::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSIProperty.
| virtual bool vtkSISILProperty::ReadXMLAttributes | ( | vtkSIProxy * | proxyhelper, |
| vtkPVXMLElement * | element | ||
| ) | [protected, virtual] |
Parse the xml for the property and specially the "subtree" extra attribute and the "output_port" if this one is different than the default one which is 0.
Reimplemented from vtkSIProperty.
| virtual bool vtkSISILProperty::Pull | ( | vtkSMMessage * | ) | [protected, virtual] |
Pull the current state of the underneath implementation
Reimplemented from vtkSIProperty.
| virtual void vtkSISILProperty::SetSubTree | ( | const char * | ) | [protected, virtual] |
| static void vtkSISILProperty::GetLeaves | ( | vtkGraph * | sil, |
| vtkIdType | vertexid, | ||
| vtkIdTypeSet & | list, | ||
| bool | traverse_cross_edges | ||
| ) | [static, protected] |
friend class vtkSIProxy [friend] |
Reimplemented from vtkSIProperty.
Definition at line 39 of file vtkSISILProperty.h.
1.7.5.1