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

Method GetArrayPointerForExtent

Common/DataModel/vtkImageData.cxx:1444–1448  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1442
1443//------------------------------------------------------------------------------
1444void* vtkImageData::GetArrayPointerForExtent(vtkDataArray* array, int extent[6])
1445{
1446 int tmp[3] = { extent[0], extent[2], extent[4] };
1447 return this->GetArrayPointer(array, tmp);
1448}
1449
1450//------------------------------------------------------------------------------
1451// This Method returns a pointer to a location in the vtkImageData.

Callers 10

RequestDataMethod · 0.80
RequestDataMethod · 0.80
ThreadedExecuteMethod · 0.80
InitOutputMethod · 0.80
RequestDataMethod · 0.80
RequestDataMethod · 0.80
RequestDataMethod · 0.80

Calls 1

GetArrayPointerMethod · 0.95

Tested by 2

RequestDataMethod · 0.64