Memosa-FVM
0.2
|
#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 |
Definition at line 10 of file OneToOneIndexMap.h.
OneToOneIndexMap::OneToOneIndexMap | ( | shared_ptr< Array< int > > | fromIndices, |
shared_ptr< Array< int > > | toIndices | ||
) |
Definition at line 7 of file OneToOneIndexMap.cpp.
References logCtor.
|
virtual |
Definition at line 16 of file OneToOneIndexMap.cpp.
References logDtor.
OneToOneIndexMap::DEFINE_TYPENAME | ( | "OneToOneIndexMap" | ) |
|
inline |
Definition at line 21 of file OneToOneIndexMap.h.
References _fromIndices.
|
inline |
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().