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

Function init

src/meshTools/coordinateSystems/coordinateSystem.C:325–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323// * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * //
324
325void Foam::coordinateSystem::init(const dictionary& rhs)
326{
327 rhs.lookup("origin") >> origin_;
328 note_.clear();
329 rhs.readIfPresent("note", note_);
330 R_.reset(coordinateRotation::New(rhs.subDict("coordinateRotation")).ptr());
331}
332
333
334void Foam::coordinateSystem::init

Callers 1

coordinateSystem.CFile · 0.70

Calls 6

lookupMethod · 0.80
readIfPresentMethod · 0.80
NewFunction · 0.70
clearMethod · 0.45
resetMethod · 0.45
ptrMethod · 0.45

Tested by

no test coverage detected