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

Method CompareAbstractArray

Testing/Core/vtkTestUtilities.cxx:2135–2141  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2133
2134//----------------------------------------------------------------------------
2135bool vtkTestUtilities::CompareAbstractArray(vtkAbstractArray* array1, vtkAbstractArray* array2,
2136 double toleranceFactor, vtkUnsignedCharArray* ghosts, unsigned char ghostsToSkip)
2137{
2138 ::FixToleranceFactorIfNeeded(toleranceFactor);
2139 return ::TestAbstractArray(array1, array2, ::IdentityMapper(array1->GetNumberOfTuples()),
2140 toleranceFactor, ghosts, ghostsToSkip);
2141}
2142
2143VTK_ABI_NAMESPACE_END

Callers

nothing calls this directly

Calls 4

TestAbstractArrayFunction · 0.85
IdentityMapperClass · 0.85
GetNumberOfTuplesMethod · 0.45

Tested by

no test coverage detected