Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

dolfin::Index Class Reference

IndexPair represents a two-dimensional index pair (i,j). More...

#include <Index.h>

List of all members.

Public Member Functions

 Index ()
 Create default index (0,0).

 Index (unsigned int i, unsigned int j)
 Create given index.

 ~Index ()
 Destructor.


Public Attributes

unsigned int i
 Index pair (i,j).

unsigned int j
 Index pair (i,j).


Detailed Description

IndexPair represents a two-dimensional index pair (i,j).


Constructor & Destructor Documentation

Index::Index  ) 
 

Create default index (0,0).

Index::Index unsigned int  i,
unsigned int  j
 

Create given index.

Index::~Index  ) 
 

Destructor.


Member Data Documentation

unsigned int dolfin::Index::i
 

Index pair (i,j).

unsigned int dolfin::Index::j
 

Index pair (i,j).


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


Documentation automatically generated with Doxygen on 10 Sep 2004.