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

Distinct type for face Iterator. More...

#include <FieldVIterator.h>

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

Public Member Functions

 VFaceIterator ()
 
 VFaceIterator (T index)
 
VFaceIndex< 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
 

Friends

template<class U >
operator+ (const VFaceIndex< U > &a, const VFaceIndex< U > &b)
 

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::VFaceIterator< T >

Distinct type for face Iterator.

Constructor & Destructor Documentation

VFaceIterator ( )
inline
VFaceIterator ( index)
inline

Member Function Documentation

VFaceIndex<T> operator* ( ) const
inline

Required interface for an FieldIterator.

Friends And Related Function Documentation

U operator+ ( const VFaceIndex< U > &  a,
const VFaceIndex< U > &  b 
)
friend

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