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

Method DefaultNames

IO/Parallel/vtkEnSightWriter.cxx:1353–1362  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1351
1352//------------------------------------------------------------------------------
1353void vtkEnSightWriter::DefaultNames()
1354{
1355 char* path = new char[4];
1356 char* base = new char[20];
1357 strcpy(path, "./");
1358 strcpy(base, "EnSightWriter.out");
1359
1360 this->SetPath(path);
1361 this->SetBaseName(base);
1362}
1363
1364//------------------------------------------------------------------------------
1365void vtkEnSightWriter::ComputeNames()

Callers 1

ComputeNamesMethod · 0.95

Calls 1

SetPathMethod · 0.45

Tested by

no test coverage detected