Skip to content
  • Spiros Tsalikis's avatar
    vtkStructuredGrid: Use Implicit structures · 5d975d45
    Spiros Tsalikis authored
    vtkStructuredGrid now builds structured 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 GetCells and GetCellTypesArray functions.
    5d975d45