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

Distinct type for cell index. More...

#include <FieldVIndex.h>

Inheritance diagram for VCellIndex< T >:
FieldVIndexBase< T >

Public Member Functions

 VCellIndex ()
 
 VCellIndex (T index)
 
- Public Member Functions inherited from FieldVIndexBase< T >
 FieldVIndexBase (T i)
 
 operator T const & () const
 Required interface for an Index. More...
 
FieldVIndexBase< T > operator+ (const int) const
 
FieldVIndexBase< T > operator+ (const long long) const
 
FieldVIndexBase< T > operator+ (const FieldVIndexBase< T > &) const
 
FieldVIndexBase< T > operator- (const int) const
 
FieldVIndexBase< T > operator- (const long long) const
 
FieldVIndexBase< T > operator- (const FieldVIndexBase< T > &) const
 
FieldVIndexBase< T > & operator++ ()
 
void operator++ (int)
 
FieldVIndexBase< T > & operator-- ()
 
void operator-- (int)
 
FieldVIndexBase< T > & operator+= (const int)
 
FieldVIndexBase< T > & operator+= (const long long)
 
FieldVIndexBase< T > & operator+= (const FieldVIndexBase< T > &)
 
FieldVIndexBase< T > & operator-= (const int)
 
FieldVIndexBase< T > & operator-= (const long long)
 
FieldVIndexBase< T > & operator-= (const FieldVIndexBase< T > &)
 

Additional Inherited Members

- Public Types inherited from FieldVIndexBase< T >
typedef T value_type
 
- Public Attributes inherited from FieldVIndexBase< T >
index_
 

Detailed Description

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

Distinct type for cell index.

Constructor & Destructor Documentation

VCellIndex ( )
inline
VCellIndex ( index)
inline

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