Home
last modified time | relevance | path

Searched refs:arrId (Results 1 – 22 of 22) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/Traffic/
H A DSchedFlight.cxx92 arrId = other.arrId; in FGScheduledFlight()
118 arrId = arrPrt; in FGScheduledFlight()
281 arrivalPort = FGAirport::findByIdent(arrId); in initializeAirports()
284 SG_LOG( SG_AI, SG_DEBUG, "Traffic manager could not find arrival airport : " << arrId); in initializeAirports()
H A DSchedFlight.hxx54 std::string arrId; member in FGScheduledFlight
91 void setArrivalAirport (const std::string& port) { arrId = port; }; in setArrivalAirport()
/dports/math/mdal/MDAL-release-0.9.0/mdal/frmts/
H A Dmdal_tuflowfv.cpp124 mNcidVerticalLevels = ncFile->arrId( "NL" ); in TuflowFVDataset3D()
125 mNcidVerticalLevelsZ = ncFile->arrId( "layerface_Z" ); in TuflowFVDataset3D()
126 mNcidActive2D = ncFile->arrId( "stat" ); in TuflowFVDataset3D()
127 mNcid3DTo2D = ncFile->arrId( "idx2" ); in TuflowFVDataset3D()
128 mNcid2DTo3D = ncFile->arrId( "idx3" ); in TuflowFVDataset3D()
407 int ncidVerticalLevels = mNcFile->arrId( "NL" ); in calculateMaximumLevelCount()
535 mNcFile->arrId( "stat" ), in create2DDataset()
557 mNcFile->arrId( "stat" ), in create3DDataset()
H A Dmdal_3di.cpp145 size_t arrId = faceId * verticesInFace + faceVertexId; in populateMesh2DElements() local
147 vertex.x = faceVerticesX[arrId]; in populateMesh2DElements()
148 vertex.y = faceVerticesY[arrId]; in populateMesh2DElements()
H A Dmdal_netcdf.hpp57 int arrId( const std::string &name ) const;
H A Dmdal_netcdf.cpp216 int NetCDFFile::arrId( const std::string &name ) const in arrId() function in NetCDFFile
/dports/graphics/qgis/qgis-3.22.3/external/mdal/frmts/
H A Dmdal_tuflowfv.cpp124 mNcidVerticalLevels = ncFile->arrId( "NL" ); in TuflowFVDataset3D()
125 mNcidVerticalLevelsZ = ncFile->arrId( "layerface_Z" ); in TuflowFVDataset3D()
126 mNcidActive2D = ncFile->arrId( "stat" ); in TuflowFVDataset3D()
127 mNcid3DTo2D = ncFile->arrId( "idx2" ); in TuflowFVDataset3D()
128 mNcid2DTo3D = ncFile->arrId( "idx3" ); in TuflowFVDataset3D()
407 int ncidVerticalLevels = mNcFile->arrId( "NL" ); in calculateMaximumLevelCount()
535 mNcFile->arrId( "stat" ), in create2DDataset()
557 mNcFile->arrId( "stat" ), in create3DDataset()
H A Dmdal_3di.cpp145 size_t arrId = faceId * verticesInFace + faceVertexId; in populateMesh2DElements() local
147 vertex.x = faceVerticesX[arrId]; in populateMesh2DElements()
148 vertex.y = faceVerticesY[arrId]; in populateMesh2DElements()
H A Dmdal_netcdf.hpp57 int arrId( const std::string &name ) const;
H A Dmdal_netcdf.cpp229 int NetCDFFile::arrId( const std::string &name ) const in arrId() function in NetCDFFile
/dports/graphics/qgis-ltr/qgis-3.16.16/external/mdal/frmts/
H A Dmdal_tuflowfv.cpp124 mNcidVerticalLevels = ncFile->arrId( "NL" ); in TuflowFVDataset3D()
125 mNcidVerticalLevelsZ = ncFile->arrId( "layerface_Z" ); in TuflowFVDataset3D()
126 mNcidActive2D = ncFile->arrId( "stat" ); in TuflowFVDataset3D()
127 mNcid3DTo2D = ncFile->arrId( "idx2" ); in TuflowFVDataset3D()
128 mNcid2DTo3D = ncFile->arrId( "idx3" ); in TuflowFVDataset3D()
407 int ncidVerticalLevels = mNcFile->arrId( "NL" ); in calculateMaximumLevelCount()
535 mNcFile->arrId( "stat" ), in create2DDataset()
557 mNcFile->arrId( "stat" ), in create3DDataset()
H A Dmdal_3di.cpp145 size_t arrId = faceId * verticesInFace + faceVertexId; in populateMesh2DElements() local
147 vertex.x = faceVerticesX[arrId]; in populateMesh2DElements()
148 vertex.y = faceVerticesY[arrId]; in populateMesh2DElements()
H A Dmdal_netcdf.hpp57 int arrId( const std::string &name ) const;
H A Dmdal_netcdf.cpp216 int NetCDFFile::arrId( const std::string &name ) const in arrId() function in NetCDFFile
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_categories/helpers/
H A Dcategories.php121 $arrId = explode(':', $langAssociation->id);
122 $assocId = $arrId[0];
/dports/math/vtk9/VTK-9.1.0/IO/Exodus/
H A DvtkExodusIICache.h46 vtkExodusIICacheKey(int time, int objType, int objId, int arrId) in vtkExodusIICacheKey() argument
51 ArrayId = arrId; in vtkExodusIICacheKey()
H A DvtkExodusIIReader.cxx1228 int arrId = (conn_type == vtkExodusIIReader::ELEM_BLOCK_ELEM_CONN ? 0 : 1); in InsertBlockCells() local
1230 this->GetCacheOrRead(vtkExodusIICacheKey(-1, vtkExodusIIReader::ENTITY_COUNTS, obj, arrId))); in InsertBlockCells()
/dports/math/vtk8/VTK-8.2.0/IO/Exodus/
H A DvtkExodusIICache.h46 vtkExodusIICacheKey( int time, int objType, int objId, int arrId ) in vtkExodusIICacheKey() argument
51 ArrayId = arrId; in vtkExodusIICacheKey()
H A DvtkExodusIIReader.cxx1329 int arrId = (conn_type == vtkExodusIIReader::ELEM_BLOCK_ELEM_CONN ? 0 : 1); in InsertBlockCells() local
1332 vtkExodusIICacheKey( -1, vtkExodusIIReader::ENTITY_COUNTS, obj, arrId in InsertBlockCells()
/dports/math/vtk6/VTK-6.2.0/IO/Exodus/
H A DvtkExodusIICache.h47 vtkExodusIICacheKey( int time, int objType, int objId, int arrId ) in vtkExodusIICacheKey() argument
52 ArrayId = arrId; in vtkExodusIICacheKey()
H A DvtkExodusIIReader.cxx1209 int arrId = (conn_type == vtkExodusIIReader::ELEM_BLOCK_ELEM_CONN ? 0 : 1); in InsertBlockCells() local
1212 vtkExodusIICacheKey( -1, vtkExodusIIReader::ENTITY_COUNTS, obj, arrId in InsertBlockCells()
/dports/deskutils/itinerary/itinerary-21.12.3/src/app/
H A Dtripgroupmanager.cpp514 const auto arrId = g.elements().constLast(); in isRoundTrip() local
516 const auto arr = LocationUtil::arrivalLocation(m_resMgr->reservation(arrId)); in isRoundTrip()