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

Method CheckGeometryFile

IO/Parallel/vtkMultiBlockPLOT3DReader.cxx:2645–2654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2643}
2644
2645int vtkMultiBlockPLOT3DReader::CheckGeometryFile(FILE*& xyzFp)
2646{
2647 if (this->XYZFileName == nullptr || this->XYZFileName[0] == '\0')
2648 {
2649 this->SetErrorCode(vtkErrorCode::NoFileNameError);
2650 vtkErrorMacro(<< "Must specify geometry file");
2651 return VTK_ERROR;
2652 }
2653 return this->CheckFile(xyzFp, this->XYZFileName);
2654}
2655
2656int vtkMultiBlockPLOT3DReader::CheckFunctionFile(FILE*& fFp)
2657{

Callers 2

GetTimeValueMethod · 0.95
ReadMeshMethod · 0.95

Calls 1

CheckFileMethod · 0.95

Tested by

no test coverage detected