#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 |
| double * | getArray () const |
| const std::string & | getLocName () const |
| const std::vector< int > & | getCellIdPerType () const |
| void | releaseArray () |
Private Attributes | |
| int | _ntuple |
| int | _ncomp |
| double * | _values |
| std::string | _loc_name |
| std::vector< int > | _cell_id_per_type |
| INTERP_KERNEL::NormalizedCellType | _type |
| MEDLoader.MEDFieldDoublePerCellType::MEDFieldDoublePerCellType | ( | INTERP_KERNEL::NormalizedCellType | type, |
| double * | values, | ||
| int | ncomp, | ||
| int | ntuple, | ||
| const int * | cellIdPerType, | ||
| const char * | locName | ||
| ) |
| 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 | ( | ) |
std::string MEDLoader.MEDFieldDoublePerCellType._loc_name [private] |
std::vector<int> MEDLoader.MEDFieldDoublePerCellType._cell_id_per_type [private] |