SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
CellIterator< T > Struct Template Reference

Distinct type for cell Iterator. More...

#include <FieldIterator.h>

Inheritance diagram for CellIterator< T >:
FieldIteratorBase< T >

Public Member Functions

 CellIterator ()
 
 CellIterator (T index)
 
CellIndex< T > operator* ()
 Required interface for an FieldIterator. More...
 
- Public Member Functions inherited from FieldIteratorBase< T >
 FieldIteratorBase (T i)
 
operator++ ()
 Field Iterators need to be able to increment. More...
 
operator-- ()
 
bool operator== (const FieldIteratorBase &a) const
 
bool operator!= (const FieldIteratorBase &a) const
 
operator* ()
 

Additional Inherited Members

- Public Types inherited from FieldIteratorBase< T >
typedef
std::bidirectional_iterator_tag 
iterator_category
 
typedef T difference_type
 
- Protected Attributes inherited from FieldIteratorBase< T >
index_
 

Detailed Description

template<class T>
struct SCIRun::CellIterator< T >

Distinct type for cell Iterator.

Constructor & Destructor Documentation

CellIterator ( )
inline
CellIterator ( index)
inline

Member Function Documentation

CellIndex<T> operator* ( )
inline

Required interface for an FieldIterator.


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