------------------------------------------------------------------------------
| 54 | |
| 55 | //------------------------------------------------------------------------------ |
| 56 | void vtkGaussianCubeReader2::SetOutput(vtkMolecule* output) |
| 57 | { |
| 58 | this->GetExecutive()->SetOutputData(0, output); |
| 59 | } |
| 60 | |
| 61 | //------------------------------------------------------------------------------ |
| 62 | vtkImageData* vtkGaussianCubeReader2::GetGridOutput() |
nothing calls this directly
no test coverage detected