#include <MEDMEM_SkyLineArray.hxx>
Public Member Functions |
| | MEDSKYLINEARRAY () |
| | MEDSKYLINEARRAY (const MEDSKYLINEARRAY &myArray) |
| | MEDSKYLINEARRAY (const int count, const int length) |
| | MEDSKYLINEARRAY (const int count, const int length, const int *index, const int *value, bool shallowCopy=false) |
| | ~MEDSKYLINEARRAY () |
| int | getNumberOf () const |
| int | getLength () const |
| const int * | getIndex () const |
| const int * | getValue () const |
| int | getNumberOfI (int i) const throw (MEDEXCEPTION) |
| const int * | getI (int i) const throw (MEDEXCEPTION) |
| int | getIJ (int i, int j) const throw (MEDEXCEPTION) |
| int | getIndexValue (int i) const throw (MEDEXCEPTION) |
| void | setIndex (const int *index) |
| void | setI (const int i, const int *values) throw (MEDEXCEPTION) |
| void | setIJ (int i, int j, int value) throw (MEDEXCEPTION) |
| void | setIndexValue (int i, int value) throw (MEDEXCEPTION) |
| MEDSKYLINEARRAY * | makeReverseArray () |
Private Attributes |
| int | _count |
| int | _length |
| PointerOf< int > | _index |
| PointerOf< int > | _value |
Friends |
| ostream & | operator<< (ostream &os, const MEDSKYLINEARRAY &sky) |
Constructor & Destructor Documentation
| MEDSKYLINEARRAY::MEDSKYLINEARRAY |
( |
| ) |
|
| MEDSKYLINEARRAY::MEDSKYLINEARRAY |
( |
const int |
count, |
|
|
const int |
length |
|
) |
| |
| MEDSKYLINEARRAY::MEDSKYLINEARRAY |
( |
const int |
count, |
|
|
const int |
length, |
|
|
const int * |
index, |
|
|
const int * |
value, |
|
|
bool |
shallowCopy = false |
|
) |
| |
| MEDSKYLINEARRAY::~MEDSKYLINEARRAY |
( |
| ) |
|
Member Function Documentation
| int MEDMEM.MEDSKYLINEARRAY::getNumberOf |
( |
| ) |
const |
| int MEDMEM.MEDSKYLINEARRAY::getLength |
( |
| ) |
const |
| const int * MEDMEM.MEDSKYLINEARRAY::getIndex |
( |
| ) |
const |
| const int * MEDMEM.MEDSKYLINEARRAY::getValue |
( |
| ) |
const |
| void MEDMEM.MEDSKYLINEARRAY::setIndex |
( |
const int * |
index | ) |
|
| void MEDMEM.MEDSKYLINEARRAY::setI |
( |
const int |
i, |
|
|
const int * |
values |
|
) |
| throw (MEDEXCEPTION) |
Friends And Related Function Documentation
Field Documentation