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

Method begin

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

Source from the content-addressed store, hash-verified

437 const T* data() const noexcept { return ptr; }
438
439 T* begin() noexcept { return ptr; }
440 T* end() noexcept { return (ptr + size_); }
441 const T* begin() const noexcept { return ptr; }
442 const T* end() const noexcept { return (ptr + size_); }

Callers 15

RequestDataMethod · 0.45
MoveMethod · 0.45
MoveMethod · 0.45
apply0Method · 0.45
ParseFunction · 0.45
read_fieldMethod · 0.45
PIO_DATA_PIOMethod · 0.45
BroadcastStringVectorFunction · 0.45
~PIOAdaptorMethod · 0.45
collectMetaDataMethod · 0.45
parsePIOFileMethod · 0.45

Calls

no outgoing calls

Tested by 15

TestSTLReaderStreamFunction · 0.36
TestSTLReaderFunction · 0.36
TestMySQLDatabaseFunction · 0.36
TestNetCDFUGRIDReaderFunction · 0.36
compareDataSetsFunction · 0.36
ValidateFunction · 0.36
ReadCityGMLBuildingsFunction · 0.36
tilerFunction · 0.36
JsonEqualFunction · 0.36
TestSQLiteDatabaseFunction · 0.36
TestReadLineToFunction · 0.36
TestMixedShapePolyDataFunction · 0.36