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

Method Fetch

Filters/General/vtkSumTables.cxx:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108
109template <>
110void TupleFetcher<vtkTypeInt64>::Fetch(vtkIdType idx)
111{
112 this->Array->GetIntegerTuple(idx, this->Tuple.data());
113}
114
115template <>
116void TupleFetcher<vtkTypeUInt64>::Fetch(vtkIdType idx)

Callers 1

SumIntegralMethod · 0.80

Calls 3

GetIntegerTupleMethod · 0.80
GetUnsignedTupleMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected