------------------------------------------------------------------------------
| 128 | |
| 129 | //------------------------------------------------------------------------------ |
| 130 | void vtkXMLPDataWriter::WritePrimaryElementAttributes( |
| 131 | std::ostream& vtkNotUsed(os), vtkIndent vtkNotUsed(indent)) |
| 132 | { |
| 133 | this->WriteScalarAttribute("GhostLevel", this->GhostLevel); |
| 134 | } |
| 135 | |
| 136 | //------------------------------------------------------------------------------ |
| 137 | void vtkXMLPDataWriter::SetupPieceFileNameExtension() |
no test coverage detected