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

Function SetAtomPosition

Common/DataModel/vtkMolecule.h:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 void SetAtomPosition(vtkIdType atomId, const vtkVector3f& pos);
164 void SetAtomPosition(vtkIdType atomId, double x, double y, double z);
165 void SetAtomPosition(vtkIdType atomId, double pos[3])
166 {
167 this->SetAtomPosition(atomId, pos[0], pos[1], pos[2]);
168 }
169 ///@}
170
171 ///@{

Callers

nothing calls this directly

Calls 1

SetAtomPositionMethod · 0.80

Tested by

no test coverage detected