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

Function InsertNext

Common/Core/vtkDataArrayAccessor.h:211–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 }
210
211 VTK_ALWAYS_INLINE
212 void InsertNext(APIType val) const { this->Array->InsertNextTuple1(val); }
213
214 VTK_ALWAYS_INLINE
215 void InsertNext(APIType* tuple) const { this->Array->InsertNextTuple(tuple); }

Callers

nothing calls this directly

Calls 2

InsertNextTuple1Method · 0.80
InsertNextTupleMethod · 0.45

Tested by

no test coverage detected