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

vtkSMSubPropertyIterator Class Reference

iterates over the sub-properties of a property More...

#include <vtkSMSubPropertyIterator.h>

Inheritance diagram for vtkSMSubPropertyIterator:

Inheritance graph
[legend]
Collaboration diagram for vtkSMSubPropertyIterator:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Static Public Member Functions

vtkSMSubPropertyIteratorNew ()

Protected Member Functions

 vtkSMSubPropertyIterator ()
 ~vtkSMSubPropertyIterator ()
virtual void SaveState (const char *, ostream *, vtkIndent)

Protected Attributes

vtkSMPropertyProperty

Detailed Description

iterates over the sub-properties of a property

vtkSMSubPropertyIterator iterates over the sub-properties of a property

Definition at line 33 of file vtkSMSubPropertyIterator.h.


Constructor & Destructor Documentation

vtkSMSubPropertyIterator::vtkSMSubPropertyIterator  )  [protected]
 

vtkSMSubPropertyIterator::~vtkSMSubPropertyIterator  )  [protected]
 


Member Function Documentation

vtkSMSubPropertyIterator* vtkSMSubPropertyIterator::New  )  [static]
 

Reimplemented from vtkSMObject.

vtkSMSubPropertyIterator::vtkTypeRevisionMacro vtkSMSubPropertyIterator  ,
vtkSMObject 
 

void vtkSMSubPropertyIterator::PrintSelf ostream &  os,
vtkIndent  indent
 

Reimplemented from vtkSMObject.

void vtkSMSubPropertyIterator::SetProperty vtkSMProperty property  ) 
 

Set the property to be used.

virtual vtkSMProperty* vtkSMSubPropertyIterator::GetProperty  )  [virtual]
 

Return the property.

void vtkSMSubPropertyIterator::Begin  ) 
 

Go to the first property.

int vtkSMSubPropertyIterator::IsAtEnd  ) 
 

Returns true if iterator points past the end of the collection.

void vtkSMSubPropertyIterator::Next  ) 
 

Move to the next property.

const char* vtkSMSubPropertyIterator::GetKey  ) 
 

Returns the key (name) at the current iterator position.

vtkSMProperty* vtkSMSubPropertyIterator::GetSubProperty  ) 
 

Returns the property at the current iterator position.

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

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

Reimplemented from vtkSMObject.

Definition at line 69 of file vtkSMSubPropertyIterator.h.


Member Data Documentation

vtkSMProperty* vtkSMSubPropertyIterator::Property [protected]
 

Definition at line 67 of file vtkSMSubPropertyIterator.h.


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