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

Method GetAtomGhostArray

Common/DataModel/vtkMolecule.cxx:616–620  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

614
615//------------------------------------------------------------------------------
616vtkUnsignedCharArray* vtkMolecule::GetAtomGhostArray()
617{
618 return vtkArrayDownCast<vtkUnsignedCharArray>(
619 this->GetVertexData()->GetArray(vtkDataSetAttributes::GhostArrayName()));
620}
621
622//------------------------------------------------------------------------------
623void vtkMolecule::AllocateAtomGhostArray()

Callers 7

ComputeBondsMethod · 0.80
CreateGhostsMethod · 0.80
RequestDataMethod · 0.80
CheckMoleculeFunction · 0.80
TestAppendMoleculeFunction · 0.80

Calls 3

GhostArrayNameFunction · 0.85
GetVertexDataMethod · 0.80
GetArrayMethod · 0.45

Tested by 2

CheckMoleculeFunction · 0.64
TestAppendMoleculeFunction · 0.64