Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MEDCoupling::MEDFileFieldLoc Class Reference
Inheritance diagram for MEDCoupling::MEDFileFieldLoc:
Collaboration diagram for MEDCoupling::MEDFileFieldLoc:

Public Member Functions

MEDFileFieldLocdeepCopy () const
 
int getDimension () const
 
std::vector< const
BigMemoryObject * > 
getDirectChildrenWithNull () const
 
const std::vector< double > & getGaussCoords () const
 
const std::vector< double > & getGaussWeights () const
 
INTERP_KERNEL::NormalizedCellType getGeoType () const
 
std::size_t getHeapMemorySizeWithoutChildren () const
 
std::string getName () const
 
int getNbOfGaussPtPerCell () const
 
int getNumberOfGaussPoints () const
 
int getNumberOfPointsInCells () const
 
const std::vector< double > & getRefCoords () const
 
const MEDFileGTKeepergetUndergroundGTKeeper () const
 
bool isEqual (const MEDFileFieldLoc &other, double eps) const
 
bool isName (const std::string &name) const
 
bool isOnStructureElement () const
 
std::string repr () const
 
void setName (const std::string &name)
 
void simpleRepr (std::ostream &oss) const
 
void writeLL (med_idt fid) const
 

Static Public Member Functions

static MEDFileFieldLocNew (med_idt fid, const std::string &locName)
 
static MEDFileFieldLocNew (med_idt fid, int i, const MEDFileEntities *entities)
 
static MEDFileFieldLocNew (const std::string &locName, INTERP_KERNEL::NormalizedCellType geoType, const std::vector< double > &refCoo, const std::vector< double > &gsCoo, const std::vector< double > &w)
 

Additional Inherited Members

- Protected Member Functions inherited from MEDCoupling::RefCountObject
 RefCountObject ()
 
 RefCountObject (const RefCountObject &other)
 
virtual ~RefCountObject ()
 

Member Function Documentation

void MEDFileFieldLoc::simpleRepr ( std::ostream &  oss) const
std::string MEDCoupling::MEDFileFieldLoc::getName ( ) const
void MEDFileFieldLoc::setName ( const std::string &  name)
MEDFileFieldLoc * MEDFileFieldLoc::New ( med_idt  fid,
const std::string &  locName 
)
static
MEDFileFieldLoc * MEDFileFieldLoc::New ( med_idt  fid,
int  i,
const MEDFileEntities *  entities 
)
static
MEDFileFieldLoc * MEDFileFieldLoc::New ( const std::string &  locName,
INTERP_KERNEL::NormalizedCellType  geoType,
const std::vector< double > &  refCoo,
const std::vector< double > &  gsCoo,
const std::vector< double > &  w 
)
static
std::size_t MEDFileFieldLoc::getHeapMemorySizeWithoutChildren ( ) const
virtual
std::vector< const BigMemoryObject * > MEDFileFieldLoc::getDirectChildrenWithNull ( ) const
virtual
MEDFileFieldLoc * MEDFileFieldLoc::deepCopy ( ) const
bool MEDFileFieldLoc::isOnStructureElement ( ) const
const MEDFileGTKeeper* MEDCoupling::MEDFileFieldLoc::getUndergroundGTKeeper ( ) const
int MEDCoupling::MEDFileFieldLoc::getNbOfGaussPtPerCell ( ) const
void MEDFileFieldLoc::writeLL ( med_idt  fid) const

References getGeoType(), and typmai3.

std::string MEDFileFieldLoc::repr ( ) const

References getGeoType().

bool MEDCoupling::MEDFileFieldLoc::isName ( const std::string &  name) const
int MEDCoupling::MEDFileFieldLoc::getDimension ( ) const
int MEDCoupling::MEDFileFieldLoc::getNumberOfGaussPoints ( ) const
int MEDCoupling::MEDFileFieldLoc::getNumberOfPointsInCells ( ) const
const std::vector<double>& MEDCoupling::MEDFileFieldLoc::getRefCoords ( ) const
const std::vector<double>& MEDCoupling::MEDFileFieldLoc::getGaussCoords ( ) const
const std::vector<double>& MEDCoupling::MEDFileFieldLoc::getGaussWeights ( ) const
INTERP_KERNEL::NormalizedCellType MEDCoupling::MEDFileFieldLoc::getGeoType ( ) const

Referenced by repr(), and writeLL().

bool MEDFileFieldLoc::isEqual ( const MEDFileFieldLoc other,
double  eps 
) const