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

Method Reset

Common/DataModel/vtkCellArray.h:1882–1885  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1880
1881//----------------------------------------------------------------------------
1882inline void vtkCellArray::Reset()
1883{
1884 this->Dispatch(vtkCellArray_detail::ResetImpl{});
1885}
1886
1887VTK_ABI_NAMESPACE_END
1888#endif // vtkCellArray.h

Callers 3

ImportLegacyFormatMethod · 0.95
operator()Method · 0.45
GetNextCellMethod · 0.45

Calls 1

DispatchMethod · 0.45

Tested by

no test coverage detected