Version: 6.3.1
Public Member Functions | Private Attributes | Friends

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)
MEDSKYLINEARRAYmakeReverseArray ()

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 ( )

References MESSAGE_MED.

MEDSKYLINEARRAY::MEDSKYLINEARRAY ( const MEDSKYLINEARRAY myArray)
MEDSKYLINEARRAY::MEDSKYLINEARRAY ( const int  count,
const int  length 
)

References MESSAGE_MED.

MEDSKYLINEARRAY::MEDSKYLINEARRAY ( const int  count,
const int  length,
const int index,
const int value,
bool  shallowCopy = false 
)
MEDSKYLINEARRAY::~MEDSKYLINEARRAY ( )

References MESSAGE_MED.


Member Function Documentation

int MEDMEM.MEDSKYLINEARRAY::getNumberOf ( ) const

Returns the number of elements of type medGeometryElement.

Note :

  • Implemented for MED_ALL_ELEMENTS
  • Not implemented for MED_ALL_ENTITIES (A VERIFIER)
  • Not implemented for MED_NONE

References MED_EN.MED_ALL_ELEMENTS, MED_EN.MED_DESCENDING, MED_EN.MED_NODAL, MED_EN.MED_NODE, and MED_EN.MED_NONE.

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)
MEDSKYLINEARRAY * MEDSKYLINEARRAY::makeReverseArray ( )

Friends And Related Function Documentation

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

Field Documentation

Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS