Public Member Functions | |
void | appendGlobs (const MEDFileFieldGlobsReal &other, double eps) |
void | appendLoc (const std::string &locName, INTERP_KERNEL::NormalizedCellType geoType, const std::vector< double > &refCoo, const std::vector< double > &gsCoo, const std::vector< double > &w) |
void | appendProfile (DataArrayInt *pfl) |
void | changeLocName (const std::string &oldName, const std::string &newName) |
void | changeLocsNames (const std::vector< std::pair< std::vector< std::string >, std::string > > &mapOfModif) |
void | changeLocsNamesInStruct (const std::vector< std::pair< std::vector< std::string >, std::string > > &mapOfModif) |
virtual void | changeLocsRefsNamesGen (const std::vector< std::pair< std::vector< std::string >, std::string > > &mapOfModif)=0 |
void | changePflName (const std::string &oldName, const std::string &newName) |
void | changePflsNames (const std::vector< std::pair< std::vector< std::string >, std::string > > &mapOfModif) |
void | changePflsNamesInStruct (const std::vector< std::pair< std::vector< std::string >, std::string > > &mapOfModif) |
virtual void | changePflsRefsNamesGen (const std::vector< std::pair< std::vector< std::string >, std::string > > &mapOfModif)=0 |
void | checkGlobsCoherency () const |
void | checkGlobsLocsPartCoherency () const |
void | checkGlobsPflsPartCoherency () const |
std::string | createNewNameOfLoc () const |
std::string | createNewNameOfPfl () const |
void | deepCpyGlobs (const MEDFileFieldGlobsReal &other) |
void | deepCpyOnlyUsedGlobs (const MEDFileFieldGlobsReal &other) |
bool | existsLoc (const std::string &locName) const |
bool | existsPfl (const std::string &pflName) const |
std::vector< const BigMemoryObject * > | getDirectChildrenWithNull () const |
std::string | getFileName () const |
std::size_t | getHeapMemorySizeWithoutChildren () const |
const MEDFileFieldLoc & | getLocalization (const std::string &locName) const |
MEDFileFieldLoc & | getLocalization (const std::string &locName) |
const MEDFileFieldLoc & | getLocalizationFromId (int locId) const |
MEDFileFieldLoc & | getLocalizationFromId (int locId) |
int | getLocalizationId (const std::string &loc) const |
std::vector< std::string > | getLocs () const |
virtual std::vector< std::string > | getLocsReallyUsed () const =0 |
virtual std::vector< std::string > | getLocsReallyUsedMulti () const =0 |
int | getNbOfGaussPtPerCell (int locId) const |
std::vector< std::string > | getPfls () const |
virtual std::vector< std::string > | getPflsReallyUsed () const =0 |
virtual std::vector< std::string > | getPflsReallyUsedMulti () const =0 |
const DataArrayInt * | getProfile (const std::string &pflName) const |
DataArrayInt * | getProfile (const std::string &pflName) |
const DataArrayInt * | getProfileFromId (int pflId) const |
DataArrayInt * | getProfileFromId (int pflId) |
void | killLocalizationIds (const std::vector< int > &locIds) |
void | killProfileIds (const std::vector< int > &pflIds) |
void | killStructureElementsInGlobs () |
void | loadAllGlobals (med_idt fid, const MEDFileEntities *entities=0) |
void | loadGlobals (med_idt fid) |
void | loadProfileInFile (med_idt fid, int id, const std::string &pflName) |
void | loadProfileInFile (med_idt fid, int id) |
MEDFileFieldGlobsReal (med_idt fid) | |
MEDFileFieldGlobsReal () | |
void | resetContent () |
void | setFileName (const std::string &fileName) |
void | shallowCpyGlobs (const MEDFileFieldGlobsReal &other) |
void | shallowCpyOnlyUsedGlobs (const MEDFileFieldGlobsReal &other) |
void | simpleReprGlobs (std::ostream &oss) const |
std::vector< std::vector< int > > | whichAreEqualLocs (double eps) const |
std::vector< std::vector< int > > | whichAreEqualProfiles () const |
void | writeGlobals (med_idt fid, const MEDFileWritable &opt) const |
std::vector< std::pair < std::vector< std::string > , std::string > > | zipLocsNames (double eps) |
std::vector< std::pair < std::vector< std::string > , std::string > > | zipPflsNames () |
virtual | ~MEDFileFieldGlobsReal () |
Protected Member Functions | |
MEDFileFieldGlobs * | contentNotNull () |
const MEDFileFieldGlobs * | contentNotNull () const |
Protected Attributes | |
MCAuto< MEDFileFieldGlobs > | _globals |
MEDFileFieldGlobsReal::MEDFileFieldGlobsReal | ( | med_idt | fid | ) |
Creates a MEDFileFieldGlobsReal on a given file name. Nothing is read here.
[in] | fname | - the file name. |
MEDFileFieldGlobsReal::MEDFileFieldGlobsReal | ( | ) |
Creates an empty MEDFileFieldGlobsReal.
|
virtual |
std::size_t MEDFileFieldGlobsReal::getHeapMemorySizeWithoutChildren | ( | ) | const |
std::vector< const BigMemoryObject * > MEDFileFieldGlobsReal::getDirectChildrenWithNull | ( | ) | const |
void MEDFileFieldGlobsReal::simpleReprGlobs | ( | std::ostream & | oss | ) | const |
Returns a string describing profiles and Gauss points held in this.
References _globals.
Referenced by MEDCoupling::MEDFileAnyTypeField1TS::simpleRepr(), MEDCoupling::MEDFileAnyTypeFieldMultiTS::simpleRepr(), and MEDCoupling::MEDFileFields::simpleRepr().
void MEDFileFieldGlobsReal::resetContent | ( | ) |
References _globals.
void MEDFileFieldGlobsReal::killStructureElementsInGlobs | ( | ) |
References contentNotNull().
void MEDFileFieldGlobsReal::shallowCpyGlobs | ( | const MEDFileFieldGlobsReal & | other | ) |
Copies references to profiles and Gauss points from another MEDFileFieldGlobsReal.
[in] | other | - the other MEDFileFieldGlobsReal to copy data from. |
References _globals.
Referenced by MEDCoupling::MEDFileIntField1TS::convertToDouble(), MEDCoupling::MEDFileIntFieldMultiTS::convertToDouble(), MEDCoupling::MEDFileField1TS::convertToInt(), MEDCoupling::MEDFileFieldMultiTS::convertToInt(), MEDCoupling::MEDFileFields::getFieldAtPos(), MEDCoupling::MEDFileFieldMultiTS::getTimeStepAtPos(), and MEDCoupling::MEDFileIntFieldMultiTS::getTimeStepAtPos().
void MEDFileFieldGlobsReal::deepCpyGlobs | ( | const MEDFileFieldGlobsReal & | other | ) |
References _globals.
Referenced by MEDCoupling::MEDFileIntField1TS::convertToDouble(), MEDCoupling::MEDFileIntFieldMultiTS::convertToDouble(), MEDCoupling::MEDFileField1TS::convertToInt(), MEDCoupling::MEDFileFieldMultiTS::convertToInt(), MEDCoupling::MEDFileAnyTypeField1TS::deepCopy(), MEDCoupling::MEDFileAnyTypeFieldMultiTS::deepCopy(), and MEDCoupling::MEDFileFields::deepCopy().
void MEDFileFieldGlobsReal::shallowCpyOnlyUsedGlobs | ( | const MEDFileFieldGlobsReal & | other | ) |
Copies references to ** only used ** by this, profiles and Gauss points from another MEDFileFieldGlobsReal.
[in] | other | - the other MEDFileFieldGlobsReal to copy data from. |
References _globals, getLocsReallyUsed(), and getPflsReallyUsed().
Referenced by MEDCoupling::MEDFileFields::partOfThisLyingOnSpecifiedMeshName(), MEDCoupling::MEDFileFields::partOfThisLyingOnSpecifiedTimeSteps(), and MEDCoupling::MEDFileFields::partOfThisNotLyingOnSpecifiedTimeSteps().
void MEDFileFieldGlobsReal::deepCpyOnlyUsedGlobs | ( | const MEDFileFieldGlobsReal & | other | ) |
Copies deeply to ** only used ** by this, profiles and Gauss points from another MEDFileFieldGlobsReal.
[in] | other | - the other MEDFileFieldGlobsReal to copy data from. |
References _globals, getLocsReallyUsed(), and getPflsReallyUsed().
void MEDFileFieldGlobsReal::appendGlobs | ( | const MEDFileFieldGlobsReal & | other, |
double | eps | ||
) |
Adds profiles and Gauss points held by another MEDFileFieldGlobsReal to this one.
[in] | other | - the MEDFileFieldGlobsReal to copy data from. |
[in] | eps | - a precision used to compare Gauss points with same name held by this and other MEDFileFieldGlobsReal. |
If | this and other hold profiles with equal names but different ids. |
If | this and other hold different Gauss points with equal names. |
References _globals.
Referenced by MEDCoupling::MEDFileAnyTypeFieldMultiTS::pushBackTimeStep(), MEDCoupling::MEDFileFields::pushField(), and MEDCoupling::MEDFileFields::setFieldAtPos().
void MEDFileFieldGlobsReal::checkGlobsCoherency | ( | ) | const |
References checkGlobsLocsPartCoherency(), and checkGlobsPflsPartCoherency().
void MEDFileFieldGlobsReal::checkGlobsPflsPartCoherency | ( | ) | const |
References contentNotNull(), and getPflsReallyUsed().
Referenced by checkGlobsCoherency().
void MEDFileFieldGlobsReal::checkGlobsLocsPartCoherency | ( | ) | const |
References contentNotNull(), and getLocsReallyUsed().
Referenced by checkGlobsCoherency().
|
pure virtual |
Implemented in MEDCoupling::MEDFileFields, MEDCoupling::MEDFileAnyTypeFieldMultiTS, and MEDCoupling::MEDFileAnyTypeField1TS.
Referenced by checkGlobsPflsPartCoherency(), deepCpyOnlyUsedGlobs(), and shallowCpyOnlyUsedGlobs().
|
pure virtual |
Implemented in MEDCoupling::MEDFileFields, MEDCoupling::MEDFileAnyTypeFieldMultiTS, and MEDCoupling::MEDFileAnyTypeField1TS.
Referenced by checkGlobsLocsPartCoherency(), deepCpyOnlyUsedGlobs(), and shallowCpyOnlyUsedGlobs().
|
pure virtual |
|
pure virtual |
|
pure virtual |
Implemented in MEDCoupling::MEDFileFields, MEDCoupling::MEDFileAnyTypeFieldMultiTS, and MEDCoupling::MEDFileAnyTypeField1TS.
Referenced by changePflsNames(), and zipPflsNames().
|
pure virtual |
Implemented in MEDCoupling::MEDFileFields, MEDCoupling::MEDFileAnyTypeFieldMultiTS, and MEDCoupling::MEDFileAnyTypeField1TS.
Referenced by changeLocsNames(), and zipLocsNames().
void MEDFileFieldGlobsReal::loadProfileInFile | ( | med_idt | fid, |
int | id, | ||
const std::string & | pflName | ||
) |
References contentNotNull().
void MEDFileFieldGlobsReal::loadProfileInFile | ( | med_idt | fid, |
int | id | ||
) |
References contentNotNull().
void MEDFileFieldGlobsReal::loadGlobals | ( | med_idt | fid | ) |
References contentNotNull().
Referenced by MEDCoupling::MEDFileAnyTypeField1TS::MEDFileAnyTypeField1TS(), MEDCoupling::MEDFileAnyTypeFieldMultiTS::MEDFileAnyTypeFieldMultiTS(), MEDCoupling::MEDFileAnyTypeField1TS::New(), MEDCoupling::MEDFileAnyTypeFieldMultiTS::New(), and MEDCoupling::MEDFileAnyTypeField1TS::NewAdv().
void MEDFileFieldGlobsReal::loadAllGlobals | ( | med_idt | fid, |
const MEDFileEntities * | entities = 0 |
||
) |
References contentNotNull().
void MEDFileFieldGlobsReal::writeGlobals | ( | med_idt | fid, |
const MEDFileWritable & | opt | ||
) | const |
std::vector< std::string > MEDFileFieldGlobsReal::getPfls | ( | ) | const |
Returns names of all profiles. To get only used profiles call getPflsReallyUsed() or getPflsReallyUsedMulti().
References contentNotNull().
std::vector< std::string > MEDFileFieldGlobsReal::getLocs | ( | ) | const |
Returns names of all localizations. To get only used localizations call getLocsReallyUsed() or getLocsReallyUsedMulti().
References contentNotNull().
bool MEDFileFieldGlobsReal::existsPfl | ( | const std::string & | pflName | ) | const |
Checks if the profile with a given name exists.
[in] | pflName | - the profile name of interest. |
true
if the profile named pflName exists. References contentNotNull().
Referenced by MEDCoupling::MEDFileAnyTypeField1TS::setProfileNameOnLeaf().
bool MEDFileFieldGlobsReal::existsLoc | ( | const std::string & | locName | ) | const |
Checks if the localization with a given name exists.
[in] | locName | - the localization name of interest. |
true
if the localization named locName exists. References contentNotNull().
Referenced by MEDCoupling::MEDFileAnyTypeField1TS::setLocNameOnLeaf().
std::string MEDFileFieldGlobsReal::createNewNameOfPfl | ( | ) | const |
References contentNotNull().
Referenced by MEDCoupling::WriteField().
std::string MEDFileFieldGlobsReal::createNewNameOfLoc | ( | ) | const |
References contentNotNull().
std::vector< std::vector< int > > MEDFileFieldGlobsReal::whichAreEqualProfiles | ( | ) | const |
Finds equal profiles. Two profiles are considered equal if they contain the same ids in the same order.
References contentNotNull().
Referenced by zipPflsNames().
std::vector< std::vector< int > > MEDFileFieldGlobsReal::whichAreEqualLocs | ( | double | eps | ) | const |
Finds equal localizations.
[in] | eps | - a precision used to compare real values of the localizations. |
References contentNotNull().
Referenced by zipLocsNames().
void MEDFileFieldGlobsReal::setFileName | ( | const std::string & | fileName | ) |
Sets the name of a MED file.
[in,out] | fileName | - the file name. |
References contentNotNull().
Referenced by MEDCoupling::MEDFileAnyTypeField1TS::BuildNewInstanceFromContent(), MEDCoupling::MEDFileAnyTypeFieldMultiTS::BuildNewInstanceFromContent(), MEDCoupling::MEDFileField1TS::setFieldNoProfileSBT(), MEDCoupling::MEDFileIntField1TS::setFieldNoProfileSBT(), MEDCoupling::MEDFileField1TS::setFieldProfile(), and MEDCoupling::MEDFileIntField1TS::setFieldProfile().
void MEDFileFieldGlobsReal::changePflsNamesInStruct | ( | const std::vector< std::pair< std::vector< std::string >, std::string > > & | mapOfModif | ) |
Renames the profiles. References to profiles (a reference is a profile name) are not changed.
[in] | mapOfModif | - a sequence describing required renaming. Each element of this sequence is a pair whose
|
References contentNotNull().
Referenced by changePflsNames().
void MEDFileFieldGlobsReal::changeLocsNamesInStruct | ( | const std::vector< std::pair< std::vector< std::string >, std::string > > & | mapOfModif | ) |
Renames the localizations. References to localizations (a reference is a localization name) are not changed.
[in] | mapOfModif | - a sequence describing required renaming. Each element of this sequence is a pair whose
|
References contentNotNull().
Referenced by changeLocsNames().
void MEDFileFieldGlobsReal::changePflsNames | ( | const std::vector< std::pair< std::vector< std::string >, std::string > > & | mapOfModif | ) |
Replaces references to some profiles (a reference is a profile name) by references to other profiles and, contrary to changePflsRefsNamesGen(), renames the profiles them-selves accordingly.
This method is a generalization of changePflName().
[in] | mapOfModif | - a sequence describing required replacements. Each element of this sequence is a pair whose
|
References changePflsNamesInStruct(), and changePflsRefsNamesGen().
Referenced by changePflName().
void MEDFileFieldGlobsReal::changeLocsNames | ( | const std::vector< std::pair< std::vector< std::string >, std::string > > & | mapOfModif | ) |
Replaces references to some localizations (a reference is a localization name) by references to other localizations and, contrary to changeLocsRefsNamesGen(), renames the localizations them-selves accordingly.
This method is a generalization of changeLocName().
[in] | mapOfModif | - a sequence describing required replacements. Each element of this sequence is a pair whose
|
References changeLocsNamesInStruct(), and changeLocsRefsNamesGen().
Referenced by changeLocName().
void MEDFileFieldGlobsReal::changePflName | ( | const std::string & | oldName, |
const std::string & | newName | ||
) |
Renames the profile having a given name and updates references to this profile.
[in] | oldName | - the name of the profile to rename. |
[in] | newName | - a new name of the profile. |
References changePflsNames().
void MEDFileFieldGlobsReal::changeLocName | ( | const std::string & | oldName, |
const std::string & | newName | ||
) |
Renames the localization having a given name and updates references to this localization.
[in] | oldName | - the name of the localization to rename. |
[in] | newName | - a new name of the localization. |
References changeLocsNames().
std::vector< std::pair< std::vector< std::string >, std::string > > MEDFileFieldGlobsReal::zipPflsNames | ( | ) |
Removes duplicated profiles. Returns a map used to update references to removed profiles via changePflsRefsNamesGen(). Equal profiles are found using whichAreEqualProfiles().
References changePflsRefsNamesGen(), MEDCoupling::DataArrayTemplate< T >::front(), MEDCoupling::DataArray::getName(), getProfileFromId(), killProfileIds(), and whichAreEqualProfiles().
std::vector< std::pair< std::vector< std::string >, std::string > > MEDFileFieldGlobsReal::zipLocsNames | ( | double | eps | ) |
Removes duplicated localizations. Returns a map used to update references to removed localizations via changeLocsRefsNamesGen(). Equal localizations are found using whichAreEqualLocs().
[in] | eps | - a precision used to compare real values of the localizations. |
References changeLocsRefsNamesGen(), MEDCoupling::DataArrayTemplate< T >::front(), getLocalizationFromId(), MEDCoupling::MEDFileFieldLoc::getName(), killLocalizationIds(), and whichAreEqualLocs().
int MEDFileFieldGlobsReal::getNbOfGaussPtPerCell | ( | int | locId | ) | const |
Returns number of Gauss points per cell in a given localization.
[in] | locId | - an id of the localization of interest. |
References contentNotNull().
int MEDFileFieldGlobsReal::getLocalizationId | ( | const std::string & | loc | ) | const |
Returns an id of a localization by its name.
[in] | loc | - the localization name of interest. |
If | there is no a localization named loc. |
References contentNotNull().
std::string MEDFileFieldGlobsReal::getFileName | ( | ) | const |
Returns the name of the MED file.
References contentNotNull().
Referenced by MEDCoupling::MEDFileAnyTypeField1TSWithoutSDA::getFieldAtLevel(), MEDCoupling::MEDFileField1TS::getFieldAtLevel(), MEDCoupling::MEDFileIntField1TS::getFieldAtLevel(), MEDCoupling::MEDFileField1TS::getFieldAtLevelOld(), MEDCoupling::MEDFileIntField1TS::getFieldAtLevelOld(), MEDCoupling::MEDFileAnyTypeField1TSWithoutSDA::getFieldAtTopLevel(), MEDCoupling::MEDFileField1TS::getFieldAtTopLevel(), MEDCoupling::MEDFileIntField1TS::getFieldAtTopLevel(), MEDCoupling::MEDFileAnyTypeField1TS::loadArrays(), MEDCoupling::MEDFileAnyTypeFieldMultiTS::loadArrays(), MEDCoupling::MEDFileFields::loadArrays(), MEDCoupling::MEDFileAnyTypeField1TS::loadArraysIfNecessary(), MEDCoupling::MEDFileAnyTypeFieldMultiTS::loadArraysIfNecessary(), MEDCoupling::MEDFileFields::loadArraysIfNecessary(), MEDCoupling::MEDFileAnyTypeField1TS::unloadArraysWithoutDataLoss(), MEDCoupling::MEDFileAnyTypeFieldMultiTS::unloadArraysWithoutDataLoss(), and MEDCoupling::MEDFileFields::unloadArraysWithoutDataLoss().
const MEDFileFieldLoc & MEDFileFieldGlobsReal::getLocalizationFromId | ( | int | locId | ) | const |
Returns a localization object by its id.
[in] | locId | - the id of the localization of interest. |
If | there is no a localization with id locId. |
References contentNotNull().
Referenced by zipLocsNames().
const MEDFileFieldLoc & MEDFileFieldGlobsReal::getLocalization | ( | const std::string & | locName | ) | const |
Returns a localization object by its name.
[in] | locName | - the name of the localization of interest. |
If | there is no a localization named locName. |
References contentNotNull().
Referenced by MEDCoupling::MEDFileAnyTypeField1TS::setLocNameOnLeaf().
MEDFileFieldLoc & MEDFileFieldGlobsReal::getLocalizationFromId | ( | int | locId | ) |
Returns a localization object, apt for modification, by its id.
[in] | locId | - the id of the localization of interest. |
If | there is no a localization with id locId. |
References contentNotNull().
MEDFileFieldLoc & MEDFileFieldGlobsReal::getLocalization | ( | const std::string & | locName | ) |
Returns a localization object, apt for modification, by its name.
[in] | locName | - the name of the localization of interest. |
If | there is no a localization named locName. |
References contentNotNull().
const DataArrayInt * MEDFileFieldGlobsReal::getProfile | ( | const std::string & | pflName | ) | const |
Returns a profile array by its name.
[in] | pflName | - the name of the profile of interest. |
If | there is no a profile named pflName. |
References contentNotNull().
Referenced by MEDCoupling::MEDFileAnyTypeField1TS::setProfileNameOnLeaf(), MEDCoupling::MEDFileUMesh::whichAreNodesFetched(), and MEDCoupling::MEDFileStructuredMesh::whichAreNodesFetched().
const DataArrayInt * MEDFileFieldGlobsReal::getProfileFromId | ( | int | pflId | ) | const |
Returns a profile array by its id.
[in] | pflId | - the id of the profile of interest. |
If | there is no a profile with id pflId. |
References contentNotNull().
Referenced by zipPflsNames().
DataArrayInt * MEDFileFieldGlobsReal::getProfile | ( | const std::string & | pflName | ) |
Returns a profile array, apt for modification, by its name.
[in] | pflName | - the name of the profile of interest. |
If | there is no a profile named pflName. |
References contentNotNull().
DataArrayInt * MEDFileFieldGlobsReal::getProfileFromId | ( | int | pflId | ) |
Returns a profile array, apt for modification, by its id.
[in] | pflId | - the id of the profile of interest. |
If | there is no a profile with id pflId. |
References contentNotNull().
void MEDFileFieldGlobsReal::killProfileIds | ( | const std::vector< int > & | pflIds | ) |
Removes profiles given by their ids. No data is updated to track this removal.
[in] | pflIds | - a sequence of ids of the profiles to remove. |
References contentNotNull().
Referenced by zipPflsNames().
void MEDFileFieldGlobsReal::killLocalizationIds | ( | const std::vector< int > & | locIds | ) |
Removes localizations given by their ids. No data is updated to track this removal.
[in] | locIds | - a sequence of ids of the localizations to remove. |
References contentNotNull().
Referenced by zipLocsNames().
void MEDFileFieldGlobsReal::appendProfile | ( | DataArrayInt * | pfl | ) |
Stores a profile array.
[in] | pfl | - the profile array to store. |
If | the name of pfl is empty. |
If | a profile with the same name as that of pfl already exists but contains different ids. |
References contentNotNull().
void MEDFileFieldGlobsReal::appendLoc | ( | const std::string & | locName, |
INTERP_KERNEL::NormalizedCellType | geoType, | ||
const std::vector< double > & | refCoo, | ||
const std::vector< double > & | gsCoo, | ||
const std::vector< double > & | w | ||
) |
Adds a new localization of Gauss points.
[in] | locName | - the name of the new localization. |
[in] | geoType | - a geometrical type of the reference cell. |
[in] | refCoo | - coordinates of points of the reference cell. Size of this vector must be nbOfNodesPerCell * dimOfType . |
[in] | gsCoo | - coordinates of Gauss points on the reference cell. Size of this vector must be wg.size() * dimOfType . |
[in] | w | - the weights of Gauss points. |
If | locName is empty. |
If | a localization with the name locName already exists but is different form the new one. |
References contentNotNull().
|
protected |
References _globals.
Referenced by appendLoc(), appendProfile(), changeLocsNamesInStruct(), changePflsNamesInStruct(), checkGlobsLocsPartCoherency(), checkGlobsPflsPartCoherency(), createNewNameOfLoc(), createNewNameOfPfl(), existsLoc(), existsPfl(), getFileName(), getLocalization(), getLocalizationFromId(), getLocalizationId(), getLocs(), getNbOfGaussPtPerCell(), getPfls(), getProfile(), getProfileFromId(), killLocalizationIds(), killProfileIds(), killStructureElementsInGlobs(), loadAllGlobals(), loadGlobals(), loadProfileInFile(), setFileName(), whichAreEqualLocs(), whichAreEqualProfiles(), and writeGlobals().
|
protected |
References _globals.
|
protected |