MCPcopy Create free account
hub / github.com/Kitware/VTK / GetPosition

Method GetPosition

Common/DataModel/vtkAtom.cxx:40–43  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

38
39//------------------------------------------------------------------------------
40void vtkAtom::GetPosition(float pos[3]) const
41{
42 this->Molecule->GetAtomPosition(this->Id, pos);
43}
44
45//------------------------------------------------------------------------------
46void vtkAtom::GetPosition(double pos[3]) const

Callers 3

PrintSelfMethod · 0.95
GetPlaneFromBondMethod · 0.45
headBone.pyFile · 0.45

Calls 1

GetAtomPositionMethod · 0.80

Tested by

no test coverage detected