------------------------------------------------------------------------------
| 57 | |
| 58 | //------------------------------------------------------------------------------ |
| 59 | void vtkNewickTreeReader::SetOutput(vtkTree* output) |
| 60 | { |
| 61 | this->GetExecutive()->SetOutputData(0, output); |
| 62 | } |
| 63 | |
| 64 | //------------------------------------------------------------------------------ |
| 65 | int vtkNewickTreeReader::ReadNewickTree(const char* buffer, vtkTree& tree) |
no test coverage detected