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

Function TestIsStorage32Bit

Common/DataModel/Testing/Cxx/TestCellArrayHelpers.h:691–696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

689};
690
691void TestIsStorage32Bit(vtkSmartPointer<vtkCellArray> cellArray)
692{
693 vtkLogScopeFunction(INFO);
694
695 cellArray->Dispatch(TestIsStorage32BitImpl{}, cellArray->IsStorage32Bit());
696}
697
698struct TestIsStorageFixedSize64BitImpl : public vtkCellArray::DispatchUtilities
699{

Callers 1

RunTestsFunction · 0.85

Calls 1

DispatchMethod · 0.45

Tested by

no test coverage detected