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

Method GetValueIndexForExtent

Common/DataModel/vtkCartesianGrid.cxx:637–641  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

635
636//------------------------------------------------------------------------------
637vtkIdType vtkCartesianGrid::GetValueIndexForExtent(vtkDataArray* array, int extent[6])
638{
639 int tmp[3] = { extent[0], extent[2], extent[4] };
640 return this->GetValueIndex(array, tmp);
641}
642
643VTK_ABI_NAMESPACE_END

Callers 15

RequestDataMethod · 0.80
ThreadedRequestDataMethod · 0.80
operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80
ContourImageMethod · 0.80
ContourMethod · 0.80
ContourImageMethod · 0.80
operator()Method · 0.80
ContourImageMethod · 0.80
ContourMethod · 0.80
RequestDataMethod · 0.80

Calls 1

GetValueIndexMethod · 0.95

Tested by

no test coverage detected