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

Function begin

Common/Core/vtkBatch.h:251–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249 reference operator[](size_type pos) noexcept { return this->Batches[pos]; }
250 const_reference operator[](size_type pos) const noexcept { return this->Batches[pos]; }
251 iterator begin() noexcept { return this->Batches.begin(); }
252 const_iterator begin() const noexcept { return this->Batches.begin(); }
253 const_iterator cbegin() const noexcept { return this->Batches.cbegin(); }
254 iterator end() noexcept { return this->Batches.end(); }

Callers 15

~ComponentTypeMethod · 0.70
UpdateTransformMethod · 0.50
GetInterpolatedDataMethod · 0.50
RequestInformationMethod · 0.50
GetUnstructuredZoneMethod · 0.50
ImportBeginMethod · 0.50
TestVariantSerializationFunction · 0.50
RequestDataMethod · 0.50

Calls 1

beginMethod · 0.45

Tested by 1

TestVariantSerializationFunction · 0.40