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

Method HasStandardMemoryLayout

Common/Core/vtkAbstractArray.cxx:281–284  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

279
280//------------------------------------------------------------------------------
281bool vtkAbstractArray::HasStandardMemoryLayout() const
282{
283 return true;
284}
285
286//------------------------------------------------------------------------------
287void vtkAbstractArray::DeepCopy(vtkAbstractArray* da)

Callers 15

LoadVariableMethod · 0.80
get_varsMethod · 0.80
ReadPointDataArrayMethod · 0.80
get_varsMethod · 0.80
GetCacheOrReadMethod · 0.80
ReadPointDataArrayMethod · 0.80
GetSideSetMethod · 0.80
GetDataFunction · 0.80
operator()Method · 0.80
readSolutionMethod · 0.80
readBCDataMethod · 0.80
SetNumberOfComponentsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected