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

Method RegisterAndGetOutputString

IO/Legacy/vtkDataWriter.cxx:2352–2360  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

2350
2351//------------------------------------------------------------------------------
2352char* vtkDataWriter::RegisterAndGetOutputString()
2353{
2354 char* tmp = this->OutputString;
2355
2356 this->OutputString = nullptr;
2357 this->OutputStringLength = 0;
2358
2359 return tmp;
2360}
2361
2362//------------------------------------------------------------------------------
2363vtkStdString vtkDataWriter::GetOutputStdString()

Callers 5

MarshallDataSetMethod · 0.45
WriteDataMethod · 0.45
WriteDataMethod · 0.45
MarshalDataObjectMethod · 0.45
MarshallDataSetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected