------------------------------------------------------------------------------
| 48 | |
| 49 | //------------------------------------------------------------------------------ |
| 50 | const char* vtkXMLHyperTreeGridWriter::GetDataSetName() |
| 51 | { |
| 52 | return "HyperTreeGrid"; |
| 53 | } |
| 54 | |
| 55 | //------------------------------------------------------------------------------ |
| 56 | int vtkXMLHyperTreeGridWriter::FillInputPortInformation(int, vtkInformation* info) |
no outgoing calls
no test coverage detected