iterates over domains of a property
More...
#include <vtkSMDomainIterator.h>
iterates over domains of a property
vtkSMDomainIterator iterates over the domains of a property.
Definition at line 33 of file vtkSMDomainIterator.h.
§ Superclass
§ vtkSMDomainIterator()
vtkSMDomainIterator::vtkSMDomainIterator |
( |
| ) |
|
|
protected |
§ ~vtkSMDomainIterator()
vtkSMDomainIterator::~vtkSMDomainIterator |
( |
| ) |
|
|
protected |
§ New()
§ GetClassName()
virtual const char* vtkSMDomainIterator::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkSMDomainIterator::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkSMDomainIterator::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
void vtkSMDomainIterator::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ SetProperty()
void vtkSMDomainIterator::SetProperty |
( |
vtkSMProperty * |
property | ) |
|
A property must be assigned before iteration is performed.
§ GetProperty()
Returns the property being iterated over.
§ Begin()
void vtkSMDomainIterator::Begin |
( |
| ) |
|
§ IsAtEnd()
int vtkSMDomainIterator::IsAtEnd |
( |
| ) |
|
Is the iterator at the end of the list.
§ Next()
void vtkSMDomainIterator::Next |
( |
| ) |
|
Move to the next iterator.
§ GetKey()
const char* vtkSMDomainIterator::GetKey |
( |
| ) |
|
Returns the key (the name) of the current domain.
§ GetDomain()
Returns the current domain.
§ Property
The documentation for this class was generated from the following file: