Home
last modified time | relevance | path

Searched refs:nbCharInName (Results 1 – 5 of 5) sorted by relevance

/dports/misc/ezc3d/ezc3d-Release_1.4.6/src/
H A DGroup.cpp78 std::fstream &file, int nbCharInName) { in read() argument
79 if (nbCharInName < 0) in read()
88 abs(nbCharInName) * ezc3d::DATA_TYPE::BYTE))); in read()
228 int nbCharInName) { in parameter() argument
230 int nextParamByteInFile = p.read(c3d, params, file, nbCharInName); in parameter()
H A DParameters.cpp81 int nbCharInName( in Parameters() local
84 if (nbCharInName == 0) in Parameters()
97 (abs(id)-1)).read(c3d, *this, file, nbCharInName); in Parameters()
102 c3d, *this, file, nbCharInName); in Parameters()
H A DParameter.cpp184 int nbCharInName) { in read() argument
185 if (nbCharInName < 0) in read()
192 static_cast<unsigned int>(abs(nbCharInName) in read()
/dports/misc/ezc3d/ezc3d-Release_1.4.6/include/
H A DGroup.h55 int nbCharInName);
198 int nbCharInName);
H A DParameter.h76 int nbCharInName);