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

Function TestIsStorageGeneric

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

Source from the content-addressed store, hash-verified

756};
757
758void TestIsStorageGeneric(vtkSmartPointer<vtkCellArray> cellArray)
759{
760 vtkLogScopeFunction(INFO);
761
762 cellArray->Dispatch(TestIsStorageGenericImpl{}, cellArray->IsStorageGeneric());
763}
764
765void TestUse32BitStorage(vtkSmartPointer<vtkCellArray> cellArray)
766{

Callers 1

RunTestsFunction · 0.85

Calls 1

DispatchMethod · 0.45

Tested by

no test coverage detected