MEDMEM.MEDSKYLINEARRAY Class Reference

#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 intgetIndex () const
const intgetValue () const
int getNumberOfI (int i) const throw (MEDEXCEPTION)
const intgetI (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)

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 MEDSKYLINEARRAY myArray  ) 
 

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
 

int MEDMEM.MEDSKYLINEARRAY::getNumberOfI int  i  )  const throw (MEDEXCEPTION)
 

const int * MEDMEM.MEDSKYLINEARRAY::getI int  i  )  const throw (MEDEXCEPTION)
 

int MEDMEM.MEDSKYLINEARRAY::getIJ int  i,
int  j
const throw (MEDEXCEPTION)
 

int MEDMEM.MEDSKYLINEARRAY::getIndexValue int  i  )  const throw (MEDEXCEPTION)
 

void MEDMEM.MEDSKYLINEARRAY::setIndex const int index  ) 
 

void MEDMEM.MEDSKYLINEARRAY::setI const int  i,
const int values
throw (MEDEXCEPTION)
 

void MEDMEM.MEDSKYLINEARRAY::setIJ int  i,
int  j,
int  value
throw (MEDEXCEPTION)
 

void MEDMEM.MEDSKYLINEARRAY::setIndexValue int  i,
int  value
throw (MEDEXCEPTION)
 


Friends And Related Function Documentation

ostream& operator<< ostream &  os,
const MEDSKYLINEARRAY sky
[friend]
 


Field Documentation

int MEDMEM.MEDSKYLINEARRAY._count [private]
 

int MEDMEM.MEDSKYLINEARRAY._length [private]
 

PointerOf<int> MEDMEM.MEDSKYLINEARRAY._index [private]
 

PointerOf<int> MEDMEM.MEDSKYLINEARRAY._value [private]