Skip to content
  • Spiros Tsalikis's avatar
    vtkImageData: Use Implicit structures and check visibility · 92fc5b26
    Spiros Tsalikis authored
    vtkImageData and its subclasses now builds structured Points, CellArray, CellTypesArray.
    
    These structures allow faster queries instead of the pre-existing switch-cases.
    These structures should not be ShallowCopy/DeepCopy, since they will be automatically
    be computed when SetExtent is called.
    
    Additionally, add GetPoints, GetCells and GetCellTypesArray functions.
    
    Lastly, visibility related checks, and blanking functions have been moved from vtkUniformGrid
    to vtkImageData.
    92fc5b26