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

Function AddCellMetaDataToCellDataImpl

Testing/Core/vtkTestUtilities.cxx:1387–1392  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1385
1386//----------------------------------------------------------------------------
1387void AddCellMetaDataToCellDataImpl(
1388 vtkHyperTreeGrid* vtkNotUsed(out1), vtkHyperTreeGrid* vtkNotUsed(out2))
1389{
1390 // No special array to handle for HTG, the mask being used during tree iteration,
1391 // it does not need to be compared value-by-value
1392}
1393
1394//----------------------------------------------------------------------------
1395void AddCellMetaDataToCellDataImpl(vtkUnstructuredGrid* out1, vtkUnstructuredGrid* out2)

Callers 1

Calls 12

implFunction · 0.85
ForFunction · 0.50
GetCellTypesMethod · 0.45
GetCellDataMethod · 0.45
BuildCellsMethod · 0.45
SetNumberOfValuesMethod · 0.45
GetNumberOfCellsMethod · 0.45
GetNumberOfValuesMethod · 0.45
GetCellTypeMethod · 0.45
AddArrayMethod · 0.45

Tested by

no test coverage detected