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

Method GetIncrements

Common/DataModel/vtkImageData.cxx:762–769  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

760
761//------------------------------------------------------------------------------
762vtkIdType* vtkImageData::GetIncrements()
763{
764 // Make sure the increments are up to date. The filter bypass and update
765 // mechanism make it tricky to update the increments anywhere other than here
766 this->ComputeIncrements();
767
768 return this->Increments;
769}
770
771//------------------------------------------------------------------------------
772vtkIdType* vtkImageData::GetIncrements(vtkDataArray* scalars)

Callers 15

WriteSliceMethod · 0.80
HDRReaderUpdateMethod · 0.80
InternalUpdateMethod · 0.80
vtkPNGReaderUpdateMethod · 0.80
vtkImageReaderUpdate2Function · 0.80
vtkImageReader2UpdateFunction · 0.80
vtkGESignaReaderUpdateFunction · 0.80
vtkBMPReaderUpdate2Function · 0.80
WriteSliceMethod · 0.80
UpdateCacheMethod · 0.80

Calls 1

ComputeIncrementsMethod · 0.95

Tested by 1