|
ParaView
|
iterates over domains of a property More...
#include <vtkSMDomainIterator.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | SetProperty (vtkSMProperty *property) |
| void | Begin () |
| int | IsAtEnd () |
| void | Next () |
| const char * | GetKey () |
| vtkSMDomain * | GetDomain () |
| virtual vtkSMProperty * | GetProperty () |
Static Public Member Functions | |
| static vtkSMDomainIterator * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSMDomainIterator * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSMDomainIterator () | |
| ~vtkSMDomainIterator () | |
Protected Attributes | |
| vtkSMProperty * | Property |
iterates over domains of a property
vtkSMDomainIterator iterates over the domains of a property.
Definition at line 33 of file vtkSMDomainIterator.h.
| vtkSMDomainIterator::vtkSMDomainIterator | ( | ) | [protected] |
| vtkSMDomainIterator::~vtkSMDomainIterator | ( | ) | [protected] |
| static vtkSMDomainIterator* vtkSMDomainIterator::New | ( | ) | [static] |
Reimplemented from vtkSMObject.
| virtual const char* vtkSMDomainIterator::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSMObject.
| static int vtkSMDomainIterator::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSMObject.
| virtual int vtkSMDomainIterator::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSMObject.
| static vtkSMDomainIterator* vtkSMDomainIterator::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSMObject.
| void vtkSMDomainIterator::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSMObject.
| void vtkSMDomainIterator::SetProperty | ( | vtkSMProperty * | property | ) |
A property must be assigned before iteration is performed.
| virtual vtkSMProperty* vtkSMDomainIterator::GetProperty | ( | ) | [virtual] |
Returns the property being iterated over.
| void vtkSMDomainIterator::Begin | ( | ) |
Go to the first domain.
| int vtkSMDomainIterator::IsAtEnd | ( | ) |
Is the iterator at the end of the list.
| void vtkSMDomainIterator::Next | ( | ) |
Move to the next iterator.
| const char* vtkSMDomainIterator::GetKey | ( | ) |
Returns the key (the name) of the current domain.
| vtkSMDomain* vtkSMDomainIterator::GetDomain | ( | ) |
Returns the current domain.
vtkSMProperty* vtkSMDomainIterator::Property [protected] |
Definition at line 67 of file vtkSMDomainIterator.h.
1.7.5.1