Home
last modified time | relevance | path

Searched refs:theHeading (Results 1 – 15 of 15) sorted by relevance

/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCDevice.hh83 const string theHeading = "DeviceList>");
91 const string theHeading = "DeviceList>");
93 const string theIndentation = "", const string theHeading = "DeviceList>");
H A Dresource.cc31 char * PrintProgress(rusage * theLastSnapshot_p, string theHeading) { in PrintProgress() argument
37 …sprintf(myString, "Usage %s: Time: %ld Memory: %ld I/O: %ld Swap: %ld", theHeading.c_str(), cur… in PrintProgress()
H A DCParameterMap.cc46 void CParameterMap::Print(string theIndentation, string theHeading) { in Print() argument
48 cout << theIndentation << theHeading << endl; in Print()
H A Dresource.hh31 char * PrintProgress(rusage * theLastSnapshot_p, string theHeading = "");
H A DCParameterMap.hh35 void Print(string theIndentation = "", string theHeading = "");
H A DCCvcDb.hh185 …void DumpConnectionList(string theHeading, CDeviceIdVector& theFirstDevice_v, CDeviceIdVector& the…
187 void DumpConnectionLists(string theHeading);
238 void AppendErrorFile(string theTempFileName, string theHeading, int theErrorSubIndex);
403 …CDeviceIdVector& theNextDeviceId_v, string theIndentation = "", string theHeading = "Connections>"…
404 void PrintBulkConnections(netId_t theNetId, string theIndentation, string theHeading);
410 void Print(const string theIndentation = "", const string theHeading = "CVC Database");
411 void PrintPowerList(ostream & theOutputStream, string theHeading = "", string theIndentation = "");
H A DCCircuit.cc223 void CCircuitPtrList::Print (const string theIndentation, const string theHeading) { in Print() argument
224 cout << theIndentation << theHeading << " start" << endl; in Print()
230 cout << theIndentation << theHeading << " end" << endl << endl; in Print()
H A DCCvcDb_print.cc354 …viceId_t theDeviceId, CDeviceIdVector& theNextDevice_v, string theIndentation, string theHeading) { in PrintConnections() argument
355 cout << theIndentation << theHeading << "(" << theDeviceCount << ")>"; in PrintConnections()
363 void CCvcDb::PrintBulkConnections(netId_t theNetId, string theIndentation, string theHeading) { in PrintBulkConnections() argument
371 cout << theIndentation << theHeading << "(" << myDeviceCount << ")>"; in PrintBulkConnections()
388 void CCvcDb::PrintPowerList(ostream & theOutputFile, string theHeading, string theIndentation) { in PrintPowerList() argument
389 …theOutputFile << theIndentation << theHeading << "> filename " << cvcParameters.cvcPowerFilename <… in PrintPowerList()
428 theOutputFile << theIndentation << theHeading << "> end" << endl << endl; in PrintPowerList()
431 void CCvcDb::Print(const string theIndentation, const string theHeading) { in Print() argument
434 cout << endl << theIndentation << theHeading << " start" << endl; in Print()
492 cout << theIndentation << theHeading << " end" << endl << endl; in Print()
H A DCCircuit.hh106 void Print(const string theIndentation = "", const string theHeading = "CircuitList>");
H A DCCvcDb_init.cc562 void CCvcDb::DumpConnectionList(string theHeading, CDeviceIdVector& theFirstDevice_v, CDeviceIdVect… in DumpConnectionList() argument
564 cout << theHeading << endl; in DumpConnectionList()
577 void CCvcDb::DumpConnectionLists(string theHeading) { in DumpConnectionLists() argument
578 cout << "Connection list dump " << theHeading << endl; in DumpConnectionLists()
H A DCCvcDb_error.cc326 void CCvcDb::AppendErrorFile(string theTempFileName, string theHeading, int theErrorSubIndex) { in AppendErrorFile() argument
329 …itErrors(this, cvcParameters.cvcCircuitErrorLimit, logFile, errorFile, theHeading, theErrorSubInde… in AppendErrorFile()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/projection/
H A DossimApplanixEcefModel.cpp43 theHeading = 0.0; in ossimApplanixEcefModel()
78 theHeading = heading; in ossimApplanixEcefModel()
283 ossimLsrSpace lsrSpace(theAdjEcefPlatformPosition, theHeading+computeParameterOffset(4)); in updateModel()
357 theHeading = heading; in setRollPitchHeading()
395 kwl.add(prefix, "heading", theHeading, true); in saveState()
434 theHeading = 0.0; in loadState()
477 theHeading = (*record)[headingIdx].toDouble(); in loadState()
513 theHeading = ossimString(heading).toDouble(); in loadState()
791 << "heading: " << theHeading << std::endl in loadState()
H A DossimBuckeyeSensor.cpp30 theHeading = 0.0; in ossimBuckeyeSensor()
60 theHeading = heading; in ossimBuckeyeSensor()
243 ossimLsrSpace lsrSpace(theAdjEcefPlatformPosition, theHeading+computeParameterOffset(4)); in updateModel()
335 kwl.add(prefix, "heading", theHeading, true); in saveState()
476 theHeading = yaw.toDouble(); in loadState()
565 theHeading = heading; in setRollPitchHeading()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/projection/
H A DossimApplanixEcefModel.h89 double theHeading; variable
H A DossimBuckeyeSensor.h133 double theHeading; in ~ossimBonneProjection()