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

Method ComputeIncrements

Common/DataModel/vtkImageData.cxx:845–848  ·  view source on GitHub ↗

------------------------------------------------------------------------------ This method computes the increments from the MemoryOrder and the extent. This version assumes we are using the Active Scalars

Source from the content-addressed store, hash-verified

843// This method computes the increments from the MemoryOrder and the extent.
844// This version assumes we are using the Active Scalars
845void vtkImageData::ComputeIncrements(vtkIdType inc[3])
846{
847 this->ComputeIncrements(this->GetPointData()->GetScalars(), inc);
848}
849
850//------------------------------------------------------------------------------
851// This method computes the increments from the MemoryOrder and the extent.

Callers 2

GetIncrementsMethod · 0.95

Calls 4

GetScalarsMethod · 0.45
GetPointDataMethod · 0.45
GetNumberOfComponentsMethod · 0.45
GetExtentMethod · 0.45

Tested by

no test coverage detected