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

Method CheckFunctionFile

IO/Parallel/vtkMultiBlockPLOT3DReader.cxx:2656–2665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2654}
2655
2656int vtkMultiBlockPLOT3DReader::CheckFunctionFile(FILE*& fFp)
2657{
2658 if (this->FunctionFileName == nullptr || this->FunctionFileName[0] == '\0')
2659 {
2660 this->SetErrorCode(vtkErrorCode::NoFileNameError);
2661 vtkErrorMacro(<< "Must specify geometry file");
2662 return VTK_ERROR;
2663 }
2664 return this->CheckFile(fFp, this->FunctionFileName);
2665}
2666
2667int vtkMultiBlockPLOT3DReader::GetByteCountSize()
2668{

Callers 1

ReadArraysMethod · 0.95

Calls 1

CheckFileMethod · 0.95

Tested by

no test coverage detected