| 43 | } |
| 44 | |
| 45 | vtkStatisticalModel* vtkXMLStatisticalModelWriter::GetModelInput() |
| 46 | { |
| 47 | return static_cast<vtkStatisticalModel*>(this->Superclass::GetInput()); |
| 48 | } |
| 49 | |
| 50 | const char* vtkXMLStatisticalModelWriter::GetDataSetName() |
| 51 | { |
no outgoing calls
no test coverage detected