Skip to content

Commit

Permalink
MMVII: GenArgsSpec: add some information in spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
meynardc committed Oct 25, 2023
1 parent b1cff61 commit 3f361ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MMVII/src/Appli/MMVII_Cste.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const std::string MMVIILocalParametersDir = "MMVII-LocalParameters" +Strin
const std::map<eTA2007,std::vector<std::string>> MMVIISupportedFilesExt = {
{eTA2007::FileImage,{".tif",".tiff",".jpg",".jpeg",".png",".cr2",".crw",".nef"}},
{eTA2007::FileCloud,{".ply"}},
{eTA2007::Orient,{".xml",".json"}},
{eTA2007::File3DRegion,{".*"}}
};

Expand Down
1 change: 1 addition & 0 deletions MMVII/src/Appli/cMMVII_GenArgsSpec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ int cAppli_GenArgsSpec::Exe()
aDesc += " \"DirBin2007\":\"" + DirBinMMVII() + "\",\n";
aDesc += " \"Bin2007\":\"" + FullBin() + "\",\n";

aDesc += " \"MMVIIDirPhp\":\"" + MMVII_DirPhp + "\",\n";
aDesc += " \"MMVIIDirOrient\":\"" + MMVIIDirOrient + "\",\n";
aDesc += " \"MMVIIDirHomol\":\"" + MMVIIDirHomol + "\",\n";
aDesc += " \"MMVIIDirMeshDev\":\"" + MMVIIDirMeshDev + "\",\n";
Expand Down

0 comments on commit 3f361ae

Please sign in to comment.