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

dolfin::IndexPair Class Reference

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

#include <IndexPair.h>

List of all members.

Public Member Functions

 IndexPair ()
 Create default index pair (0,0).

 IndexPair (unsigned int i, unsigned int j)
 Create given index pair (i,j).

 ~IndexPair ()
 Destructor.


Public Attributes

unsigned int i
 The pair of indices.

unsigned int j
 The pair of indices.


Detailed Description

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


Constructor & Destructor Documentation

IndexPair::IndexPair  ) 
 

Create default index pair (0,0).

IndexPair::IndexPair unsigned int  i,
unsigned int  j
 

Create given index pair (i,j).

IndexPair::~IndexPair  ) 
 

Destructor.


Member Data Documentation

unsigned int dolfin::IndexPair::i
 

The pair of indices.

unsigned int dolfin::IndexPair::j
 

The pair of indices.


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


Documentation automatically generated with Doxygen on 10 Sep 2004.