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

Method SetPosition

Common/DataModel/vtkAtom.cxx:52–55  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

50
51//------------------------------------------------------------------------------
52void vtkAtom::SetPosition(const float pos[3])
53{
54 this->Molecule->SetAtomPosition(this->Id, vtkVector3f(pos));
55}
56
57//------------------------------------------------------------------------------
58void vtkAtom::SetPosition(float x, float y, float z)

Calls 2

SetAtomPositionMethod · 0.80
vtkVector3fClass · 0.70

Tested by 8

testICPTransformMethod · 0.36
TestPickerFunction · 0.36
TestCellLocatorFunction · 0.36
IntersectWithCellFunction · 0.36
TestKdTreeRepresentationFunction · 0.36
IntersectWithCellFunction · 0.36
IntersectWithCellFunction · 0.36