MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / writeOBJ

Function writeOBJ

src/meshTools/meshTools/meshTools.C:202–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200
201
202void Foam::meshTools::writeOBJ
203(
204 Ostream& os,
205 const point& pt
206)
207{
208 os << "v " << pt.x() << ' ' << pt.y() << ' ' << pt.z() << endl;
209}
210
211
212void Foam::meshTools::writeOBJ

Callers 15

updateFunction · 0.50
calcSamplesFunction · 0.50
dumpMoveFunction · 0.50
dumpIntersectionsFunction · 0.50
getBafflePatchesFunction · 0.50
calcDualFunction · 0.50
calcFeaturesFunction · 0.50
InteractionLists.CFile · 0.50
resetAMIFunction · 0.50
AMIInterpolation.CFile · 0.50

Calls 6

forAllFunction · 0.50
xMethod · 0.45
yMethod · 0.45
zMethod · 0.45
sizeMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected