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

Method PrintSelf

Common/DataModel/vtkBond.cxx:27–32  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

25
26//------------------------------------------------------------------------------
27void 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//------------------------------------------------------------------------------
35double vtkBond::GetLength() const

Callers

nothing calls this directly

Calls 2

GetOrderMethod · 0.95
GetLengthMethod · 0.95

Tested by

no test coverage detected