------------------------------------------------------------------------------
| 1716 | |
| 1717 | //------------------------------------------------------------------------------ |
| 1718 | vtkGraphInternals* vtkGraph::GetGraphInternals(bool modifying) |
| 1719 | { |
| 1720 | if (modifying) |
| 1721 | { |
| 1722 | this->ForceOwnership(); |
| 1723 | } |
| 1724 | return this->Internals; |
| 1725 | } |
| 1726 | |
| 1727 | //------------------------------------------------------------------------------ |
| 1728 | void vtkGraph::ForceOwnership() |
no test coverage detected