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

Method ValueReference

Common/Core/vtkDataArrayValueRange_Generic.h:318–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316 using value_type = APIType;
317
318 VTK_ITER_INLINE
319 ValueReference() noexcept
320 : Array{ nullptr }
321 , Id{}
322 {
323 }
324
325 VTK_ITER_INLINE
326 ValueReference(ArrayType* array, IdStorageType id) noexcept

Callers

nothing calls this directly

Calls 1

DebugAssertsMethod · 0.80

Tested by

no test coverage detected