------------------------------------------------------------------------------
| 29 | |
| 30 | //------------------------------------------------------------------------------ |
| 31 | void vtkXMLImageDataWriter::GetInputExtent(int* extent) |
| 32 | { |
| 33 | this->GetInput()->GetExtent(extent); |
| 34 | } |
| 35 | |
| 36 | //------------------------------------------------------------------------------ |
| 37 | const char* vtkXMLImageDataWriter::GetDataSetName() |
no test coverage detected