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

Function print

src/sampling/sampledSurface/sampledPlane/sampledPlane.C:251–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249
250
251void Foam::sampledPlane::print(Ostream& os) const
252{
253 os << "sampledPlane: " << name() << " :"
254 << " base:" << refPoint()
255 << " normal:" << normal()
256 << " triangulate:" << triangulate_
257 << " faces:" << faces().size()
258 << " points:" << points().size();
259}
260
261
262// ************************************************************************* //

Callers 1

updateFunction · 0.70

Calls 4

normalClass · 0.85
pointsFunction · 0.85
nameFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected