Home
last modified time | relevance | path

Searched defs:regionRef (Results 1 – 8 of 8) sorted by relevance

/dports/biology/lamarc/lamarc-2.1.8/src/guiconv/
H A Dgc_region_dialogs.cpp42 gcRegion & regionRef = dataStore.GetStructures().GetRegion(m_regionId); in FromDataStore() local
49 gcRegion & regionRef = dataStore.GetStructures().GetRegion(m_regionId); in ToDataStore() local
68 gcRegion & regionRef = dataStore.GetStructures().GetRegion(m_regionId); in FromDataStore() local
83 gcRegion & regionRef = dataStore.GetStructures().GetRegion(m_regionId); in ToDataStore() local
118 gcRegion & regionRef = dataStore.GetStructures().GetRegion(m_choiceRegionId); in UpdateDisplayInitial() local
298 gcRegion & regionRef = m_dataStore.GetStructures().GetRegion(m_regionId); in DoDelete() local
406 gcRegion & regionRef = dataStore.GetStructures().MakeRegion("",true); in OperateOn() local
H A Dgc_locus_dialogs.cpp520 gcRegion & regionRef = dataStore.GetStructures().GetRegion(m_regionId); in UpdateDisplayInitial() local
946 gcRegion & regionRef = dataStore.GetStructures().MakeRegion(); in OperateOn() local
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/test/
H A DitkImageTest.cxx117 Image::RegionType regionRef; in itkImageTest() local
/dports/biology/lamarc/lamarc-2.1.8/src/convModel/
H A Dgc_individual.cpp71 const gcRegion & regionRef) in GCIndividual()
H A Dgc_datastore_export.cpp187 …iXmlElement * individualElem, const GCIndividual & individual, const gcRegion & regionRef, const g… in AddSampleElem() argument
203 …iXmlElement * individualElem, const GCIndividual & individual, const gcRegion & regionRef, size_t … in AddSampleElem() argument
295 …lElem(TiXmlElement * popElem, const GCIndividual & individual, const gcRegion & regionRef, const g… in AddIndividualElem() argument
782 …(const gcNameResolvedInfo & info, const gcPopulation & popRef, const gcRegion & regionRef, const g… in MakePopulationElemForUnlinkedLocus() argument
800 …on(TiXmlElement * regionElem, const gcNameResolvedInfo & info, const gcRegion & regionRef, const g… in AddPopulationElemForRegion() argument
1224 GCDataStore::MakeUnlinkedSite(const gcExportable & expo, const gcRegion & regionRef, const gcLocus … in MakeUnlinkedSite() argument
H A Dgc_datastore_readcmd.cpp49 GCDataStore::cmdParseBlock(TiXmlElement * blockElem, gcRegion & regionRef, size_t numBlocksInRegion) in cmdParseBlock()
586 GCDataStore::cmdParseTraitLocation(TiXmlElement * traitElem, gcRegion & regionRef) in cmdParseTraitLocation()
670 gcRegion & regionRef = GetStructures().FetchOrMakeRegion(regionName); in cmdParseRegion() local
707 GCDataStore::cmdParseSpacing(TiXmlElement * spacingElem, gcRegion & regionRef) in cmdParseSpacing()
H A Dgc_structures.cpp756 gcRegion & regionRef = GetRegion(regionId); in AssignLocus() local
1743 gcRegion & regionRef = GetRegion(regionId); in FragmentRegion() local
1784 gcRegion & regionRef = GetRegion(locusRef.GetRegionId()); in LocusToOwnRegion() local
1941 gcRegion & regionRef = *regionP; in MergeRegions() local
/dports/science/py-h5json/h5json-1.1.3/h5json/
H A Dhdf5db.py1912 def getRegionReference(self, regionRef): argument