Home
last modified time | relevance | path

Searched defs:cmdLineInt (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/colmap/colmap-3.6/lib/PoissonRecon/
H A DCmdLineParser.cpp64 cmdLineInt::cmdLineInt(const char* name) : cmdLineReadable(name) {value=0;} in cmdLineInt() function in cmdLineInt
65 cmdLineInt::cmdLineInt(const char* name,const int& v) : cmdLineReadable(name) {value=v;} in cmdLineInt() function in cmdLineInt
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_screened_poisson/Src/
H A DCmdLineParser.cpp64 cmdLineInt::cmdLineInt(const char* name) : cmdLineReadable(name) {value=0;} in cmdLineInt() function in cmdLineInt
65 cmdLineInt::cmdLineInt(const char* name,const int& v) : cmdLineReadable(name) {value=v;} in cmdLineInt() function in cmdLineInt