------------------------------------------------------------------------------
| 25 | |
| 26 | //------------------------------------------------------------------------------ |
| 27 | vtkImageData* vtkXMLPImageDataWriter::GetInput() |
| 28 | { |
| 29 | return static_cast<vtkImageData*>(this->Superclass::GetInput()); |
| 30 | } |
| 31 | |
| 32 | //------------------------------------------------------------------------------ |
| 33 | const char* vtkXMLPImageDataWriter::GetDataSetName() |
no outgoing calls
no test coverage detected