MCPcopy Create free account
hub / github.com/Kitware/VTK / operator()

Method operator()

Common/DataModel/vtkCellArray.cxx:165–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163{
164 template <class OffsetsT, class ConnectivityT>
165 void operator()(OffsetsT* offsets, ConnectivityT* conn) const
166 {
167 offsets->Squeeze();
168 conn->Squeeze();
169 }
170};
171
172struct IsValidImpl : public vtkCellArray::DispatchUtilities

Callers

nothing calls this directly

Calls 1

SqueezeMethod · 0.45

Tested by

no test coverage detected