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

Function fill

Common/Core/vtkDataArrayTupleRange_Generic.h:1296–1297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1294 }
1295
1296 VTK_ITER_INLINE
1297 void fill(const value_type& v) noexcept { std::fill(this->begin(), this->end(), v); }
1298
1299 VTK_ITER_INLINE
1300 size_type size() const noexcept { return this->NumComps.value; }

Callers 15

fillMethod · 0.70
GetBoundsMethod · 0.50
Test_fft_cplxFunction · 0.50
Test_fft_inverse_cplxFunction · 0.50
Test_kernel_generationFunction · 0.50
InitializeFunction · 0.50
benchmarkFunction · 0.50
ResetMethod · 0.50
IntersectWithLineMethod · 0.50
ExtendForUnionFunction · 0.50
PreExtendForUnionFunction · 0.50
GetAttributesFunction · 0.50

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by 4

Test_fft_cplxFunction · 0.40
Test_fft_inverse_cplxFunction · 0.40
Test_kernel_generationFunction · 0.40
benchmarkFunction · 0.40