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

Method GetAtomicPositionArray

Common/DataModel/vtkMolecule.cxx:295–298  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

293
294//------------------------------------------------------------------------------
295vtkPoints* vtkMolecule::GetAtomicPositionArray()
296{
297 return this->Points;
298}
299
300//------------------------------------------------------------------------------
301vtkUnsignedShortArray* vtkMolecule::GetAtomicNumberArray()

Callers 5

RenderMethod · 0.80
RequestDataMethod · 0.80
CreateGhostsMethod · 0.80
RequestDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected