------------------------------------------------------------------------------
| 37 | |
| 38 | //------------------------------------------------------------------------------ |
| 39 | void vtkXMLPStructuredDataWriter::WritePrimaryElementAttributes(ostream& os, vtkIndent indent) |
| 40 | { |
| 41 | int* wExt = |
| 42 | this->GetInputInformation(0, 0)->Get(vtkStreamingDemandDrivenPipeline::WHOLE_EXTENT()); |
| 43 | this->WriteVectorAttribute("WholeExtent", 6, wExt); |
| 44 | this->Superclass::WritePrimaryElementAttributes(os, indent); |
| 45 | } |
| 46 | |
| 47 | //------------------------------------------------------------------------------ |
| 48 | void vtkXMLPStructuredDataWriter::WritePPieceAttributes(int index) |
nothing calls this directly
no test coverage detected