------------------------------------------------------------------------------
| 25 | |
| 26 | //------------------------------------------------------------------------------ |
| 27 | void vtkBond::PrintSelf(ostream& os, vtkIndent indent) |
| 28 | { |
| 29 | os << indent << "Molecule: " << this->Molecule << " Id: " << this->Id |
| 30 | << " Order: " << this->GetOrder() << " Length: " << this->GetLength() |
| 31 | << " BeginAtomId: " << this->BeginAtomId << " EndAtomId: " << this->EndAtomId << endl; |
| 32 | } |
| 33 | |
| 34 | //------------------------------------------------------------------------------ |
| 35 | double vtkBond::GetLength() const |