| 850 | } |
| 851 | |
| 852 | std::string vtkGLTFWriter::WriteToString() |
| 853 | { |
| 854 | std::ostringstream result; |
| 855 | this->WriteToStream(result, this->GetInput()); |
| 856 | return result.str(); |
| 857 | } |
| 858 | |
| 859 | void vtkGLTFWriter::WriteData() |
| 860 | { |
nothing calls this directly
no test coverage detected