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

Function Is64BitArray

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

True if data array uses 64-bit representation for its storage

Source from the content-addressed store, hash-verified

263
264// True if data array uses 64-bit representation for its storage
265bool Is64BitArray(const vtkDataArray* array)
266{
267 return (array && array->GetElementComponentSize() == 8);
268}
269
270// Given a data array and a flag indicating whether 64 bit labels are used,
271// lookup and return a single element in the array. The data array must

Callers 9

ReadListMethod · 0.85
CreateCellFacesMethod · 0.85
InsertCellsToGridMethod · 0.85
InsertFacesToGridMethod · 0.85
MoveInternalMeshMethod · 0.85
MoveBoundaryMeshMethod · 0.85
GetVolFieldAtTimeStepMethod · 0.85

Calls 1

Tested by

no test coverage detected