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

Method DebugIdAsserts

Common/Core/vtkDataArrayValueRange_Generic.h:841–842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

839
840protected:
841 VTK_ITER_INLINE
842 void DebugIdAsserts() const { this->Ref.Id.DebugAsserts(this->Ref.Array); }
843
844 // Needed for access from friend functions. We could just store the array
845 // and ID here instead of the ref, but meh.

Callers 4

ValueIteratorMethod · 0.95
ValueIteratorClass · 0.95
operator++Method · 0.95
operator--Method · 0.95

Calls 1

DebugAssertsMethod · 0.80

Tested by

no test coverage detected