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