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

Function TestIsStorage64Bit

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

Source from the content-addressed store, hash-verified

667};
668
669void TestIsStorage64Bit(vtkSmartPointer<vtkCellArray> cellArray)
670{
671 vtkLogScopeFunction(INFO);
672
673 cellArray->Dispatch(TestIsStorage64BitImpl{}, cellArray->IsStorage64Bit());
674}
675
676struct TestIsStorage32BitImpl : public vtkCellArray::DispatchUtilities
677{

Callers 1

RunTestsFunction · 0.85

Calls 1

DispatchMethod · 0.45

Tested by

no test coverage detected