ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
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

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 ()
vtkSMDomainGetDomain ()
virtual vtkSMPropertyGetProperty ()

Static Public Member Functions

static vtkSMDomainIteratorNew ()
static int IsTypeOf (const char *type)
static vtkSMDomainIteratorSafeDownCast (vtkObject *o)

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

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.


Member Data Documentation

Definition at line 67 of file vtkSMDomainIterator.h.


The documentation for this class was generated from the following file: