------------------------------------------------------------------------------
| 36 | |
| 37 | //------------------------------------------------------------------------------ |
| 38 | vtkHyperTreeGrid* vtkXMLHyperTreeGridWriter::GetInput() |
| 39 | { |
| 40 | return static_cast<vtkHyperTreeGrid*>(this->Superclass::GetInput()); |
| 41 | } |
| 42 | |
| 43 | //------------------------------------------------------------------------------ |
| 44 | const char* vtkXMLHyperTreeGridWriter::GetDefaultFileExtension() |
no outgoing calls
no test coverage detected