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

Method GetLineNumber

IO/Geometry/vtkOpenFOAMReader.cxx:1728–1728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1726
1727 const std::string& GetFileName() const noexcept { return this->FileName; }
1728 int GetLineNumber() const noexcept { return this->LineNumber; }
1729
1730 void SetInputBufferSize(int size) { this->InputBufferSize = size; }
1731 void SetOutputBufferSize(int size) { this->OutputBufferSize = size; }

Callers 9

StackStringMethod · 0.45
ReadPointsFileMethod · 0.45
ReadFacesFileMethod · 0.45
ReadFieldFileMethod · 0.45
MakeLagrangianMeshMethod · 0.45
GetPolyMeshFileMethod · 0.45
GetAreaMeshMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected