------------------------------------------------------------------------------
| 73 | |
| 74 | //------------------------------------------------------------------------------ |
| 75 | void vtkCMLMoleculeReader::SetOutput(vtkMolecule* output) |
| 76 | { |
| 77 | this->GetExecutive()->SetOutputData(0, output); |
| 78 | } |
| 79 | |
| 80 | int vtkCMLMoleculeReader::RequestData( |
| 81 | vtkInformation*, vtkInformationVector**, vtkInformationVector* outputVector) |
nothing calls this directly
no test coverage detected