------------------------------------------------------------------------------
| 540 | |
| 541 | //------------------------------------------------------------------------------ |
| 542 | const char* vtkXMLCompositeDataWriter::GetFilePath() |
| 543 | { |
| 544 | return this->Internal->FilePath.c_str(); |
| 545 | } |
| 546 | |
| 547 | //------------------------------------------------------------------------------ |
| 548 | void vtkXMLCompositeDataWriter::ProgressCallbackFunction( |
no test coverage detected