------------------------------------------------------------------------------
| 61 | |
| 62 | //------------------------------------------------------------------------------ |
| 63 | vtkPointSet* vtkXMLUnstructuredDataWriter::GetPointSetInput() |
| 64 | { |
| 65 | return static_cast<vtkPointSet*>(this->Superclass::GetInput()); |
| 66 | } |
| 67 | |
| 68 | //------------------------------------------------------------------------------ |
| 69 | inline bool vtkNeedsNewFileVersionPolyhedronV2(vtkUnsignedCharArray* distinctCellTypes) |
no outgoing calls
no test coverage detected