MCPcopy Create free account
hub / github.com/Kitware/VTK / XdmfWriterGetFilePath

Function XdmfWriterGetFilePath

ThirdParty/xdmf3/vtkxdmf3/core/XdmfWriter.cpp:741–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

739}
740
741char * XdmfWriterGetFilePath(XDMFWRITER * writer, int * status)
742{
743 XDMF_ERROR_WRAP_START(status)
744 char * returnPointer = strdup(((XdmfWriter *)writer)->getFilePath().c_str());
745 return returnPointer;
746 XDMF_ERROR_WRAP_END(status)
747 return NULL;
748}
749
750XDMFHEAVYDATAWRITER * XdmfWriterGetHeavyDataWriter(XDMFWRITER * writer, int * status)
751{

Callers

nothing calls this directly

Calls 4

strdupFunction · 0.85
XDMF_ERROR_WRAP_STARTFunction · 0.70
c_strMethod · 0.45
getFilePathMethod · 0.45

Tested by

no test coverage detected