Memosa-FVM  0.2
OneToOneIndexMap Class Reference

#include <OneToOneIndexMap.h>

Public Member Functions

 OneToOneIndexMap (shared_ptr< Array< int > > fromIndices, shared_ptr< Array< int > > toIndices)
 
virtual ~OneToOneIndexMap ()
 
 DEFINE_TYPENAME ("OneToOneIndexMap")
 
const Array< int > & getFromIndices () const
 
const Array< int > & getToIndices () const
 

Public Attributes

shared_ptr< Array< int > > _fromIndices
 
shared_ptr< Array< int > > _toIndices
 

Detailed Description

Definition at line 10 of file OneToOneIndexMap.h.

Constructor & Destructor Documentation

OneToOneIndexMap::OneToOneIndexMap ( shared_ptr< Array< int > >  fromIndices,
shared_ptr< Array< int > >  toIndices 
)

Definition at line 7 of file OneToOneIndexMap.cpp.

References logCtor.

8  :
9  _fromIndices(fromIndices),
10  _toIndices(toIndices)
11 {
12  logCtor();
13 }
shared_ptr< Array< int > > _fromIndices
#define logCtor()
Definition: RLogInterface.h:26
shared_ptr< Array< int > > _toIndices
OneToOneIndexMap::~OneToOneIndexMap ( )
virtual

Definition at line 16 of file OneToOneIndexMap.cpp.

References logDtor.

17 {
18  logDtor();
19 }
#define logDtor()
Definition: RLogInterface.h:33

Member Function Documentation

OneToOneIndexMap::DEFINE_TYPENAME ( "OneToOneIndexMap"  )
const Array<int>& OneToOneIndexMap::getFromIndices ( ) const
inline

Definition at line 21 of file OneToOneIndexMap.h.

References _fromIndices.

21 {return *_fromIndices;}
shared_ptr< Array< int > > _fromIndices
const Array<int>& OneToOneIndexMap::getToIndices ( ) const
inline

Definition at line 22 of file OneToOneIndexMap.h.

References _toIndices.

22 {return *_toIndices;}
shared_ptr< Array< int > > _toIndices

Member Data Documentation

shared_ptr<Array<int> > OneToOneIndexMap::_fromIndices

Definition at line 24 of file OneToOneIndexMap.h.

Referenced by getFromIndices().

shared_ptr<Array<int> > OneToOneIndexMap::_toIndices

Definition at line 25 of file OneToOneIndexMap.h.

Referenced by getToIndices().


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