Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkSMDomainIterator Class Reference

iterates over domains of a property More...

#include <vtkSMDomainIterator.h>

Inheritance diagram for vtkSMDomainIterator:

Inheritance graph
[legend]
Collaboration diagram for vtkSMDomainIterator:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 vtkTypeRevisionMacro (vtkSMDomainIterator, vtkSMObject)
void PrintSelf (ostream &os, vtkIndent indent)
void SetProperty (vtkSMProperty *property)
void Begin ()
int IsAtEnd ()
void Next ()
const char * GetKey ()
vtkSMDomainGetDomain ()
virtual void SaveState (const char *, ostream *, vtkIndent)
virtual vtkSMPropertyGetProperty ()

Static Public Member Functions

vtkSMDomainIteratorNew ()

Protected Member Functions

 vtkSMDomainIterator ()
 ~vtkSMDomainIterator ()

Protected Attributes

vtkSMPropertyProperty

Detailed Description

iterates over domains of a property

vtkSMDomainIterator iterates over the domains of a property.

Definition at line 33 of file vtkSMDomainIterator.h.


Constructor & Destructor Documentation

vtkSMDomainIterator::vtkSMDomainIterator  )  [protected]
 

vtkSMDomainIterator::~vtkSMDomainIterator  )  [protected]
 


Member Function Documentation

vtkSMDomainIterator* vtkSMDomainIterator::New  )  [static]
 

Reimplemented from vtkSMObject.

vtkSMDomainIterator::vtkTypeRevisionMacro vtkSMDomainIterator  ,
vtkSMObject 
 

void vtkSMDomainIterator::PrintSelf ostream &  os,
vtkIndent  indent
 

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.

virtual void vtkSMDomainIterator::SaveState const char *  ,
ostream *  ,
vtkIndent 
[inline, virtual]
 

Saves the state of the object in XML format. Should be overwritten by proxies and properties.

Reimplemented from vtkSMObject.

Definition at line 63 of file vtkSMDomainIterator.h.


Member Data Documentation

vtkSMProperty* vtkSMDomainIterator::Property [protected]
 

Definition at line 69 of file vtkSMDomainIterator.h.


The documentation for this class was generated from the following file:
Generated on Tue May 30 12:37:44 2006 for ParaView by doxygen 1.3.5