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

Distinct type for cell Iterator. More...

#include <FieldVIterator.h>

Inheritance diagram for VElemIterator< T >:
FieldVIteratorBase< T >

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

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

Distinct type for cell Iterator.

Constructor & Destructor Documentation

VElemIterator ( )
inline
VElemIterator ( index)
inline

Member Function Documentation

VElemIndex<T> operator* ( ) const
inline

Required interface for an FieldIterator.


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