Home
last modified time | relevance | path

Searched refs:sOutName (Results 1 – 3 of 3) sorted by relevance

/dports/misc/openmvg/openMVG-2.0/src/openMVG/matching/
H A DpairwiseAdjacencyDisplay.hpp26 const std::string & sOutName in PairWiseMatchingToAdjacencyMatrixSVG() argument
79 std::ofstream svgFileStream( sOutName); in PairWiseMatchingToAdjacencyMatrixSVG()
/dports/misc/openmvg/openMVG-2.0/src/software/SfM/
H A Dmain_ListMatchingPairs.cpp40 const std::string & sOutName in AdjacencyMatrixToSVG() argument
79 std::ofstream svgFileStream(sOutName.c_str()); in AdjacencyMatrixToSVG()
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/base/
H A Dmbpar.cc637 const char *sOutName = GetFileName(); in C81Data_int() local
638 if (sOutName == NULL) { in C81Data_int()
645 std::ofstream out(sOutName); in C81Data_int()
649 "\"" << sOutName << "\" " in C81Data_int()