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

Base type for index types. More...

#include <FieldIndex.h>

Inheritance diagram for FieldIndexBase< T >:
CellIndex< T > EdgeIndex< T > FaceIndex< T > NodeIndex< T >

Public Types

typedef T value_type
 

Public Member Functions

 FieldIndexBase (T i)
 
 operator T const & () const
 Required interface for an Index. More...
 
std::ostream & str_render (std::ostream &os) const
 

Public Attributes

index_
 

Detailed Description

template<class T>
class SCIRun::FieldIndexBase< T >

Base type for index types.

Member Typedef Documentation

typedef T value_type

Constructor & Destructor Documentation

FieldIndexBase ( i)
inline

Member Function Documentation

operator T const & ( ) const
inline

Required interface for an Index.

std::ostream& str_render ( std::ostream &  os) const
inline

Member Data Documentation

T index_

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