Version: 5.1.6

MEDLoader.MEDFieldDoublePerCellType Class Reference

#include <MEDLoader.hxx>

Public Member Functions

 MEDFieldDoublePerCellType (INTERP_KERNEL::NormalizedCellType type, double *values, int ncomp, int ntuple, const int *cellIdPerType, const char *locName)
INTERP_KERNEL::NormalizedCellType getType () const
int getNbComp () const
int getNbOfTuple () const
int getNbOfValues () const
doublegetArray () const
const std::string & getLocName () const
const std::vector< int > & getCellIdPerType () const
void releaseArray ()

Data Fields

int _ntuple
int _ncomp
double_values
std::string _loc_name
std::vector< int_cell_id_per_type
INTERP_KERNEL::NormalizedCellType _type

Constructor & Destructor Documentation

MEDLoader.MEDFieldDoublePerCellType::MEDFieldDoublePerCellType ( INTERP_KERNEL::NormalizedCellType  type,
double values,
int  ncomp,
int  ntuple,
const int cellIdPerType,
const char *  locName 
)

Member Function Documentation

INTERP_KERNEL::NormalizedCellType MEDLoader.MEDFieldDoublePerCellType.getType (  )  const
int MEDLoader.MEDFieldDoublePerCellType.getNbComp (  )  const
int MEDLoader.MEDFieldDoublePerCellType.getNbOfTuple (  )  const
int MEDLoader.MEDFieldDoublePerCellType.getNbOfValues (  )  const
double* MEDLoader.MEDFieldDoublePerCellType.getArray (  )  const
const std::string& MEDLoader.MEDFieldDoublePerCellType.getLocName (  )  const
const std::vector<int>& MEDLoader.MEDFieldDoublePerCellType.getCellIdPerType (  )  const
void MEDLoader.MEDFieldDoublePerCellType::releaseArray (  ) 

Field Documentation