Skip to content
  • Brad King's avatar
    ENH: Removed Extent, Piece, NumberOfPieces, and GhostLevel data members from... · 33831d44
    Brad King authored
    ENH: Removed Extent, Piece, NumberOfPieces, and GhostLevel data members from vtkDataObject.  They are now stored in the Information object attached to the data object with keys DATA_EXTENT, DATA_PIECE_NUMBER, DATA_NUMBER_OF_PIECES, and DATA_NUMBER_OF_GHOST_LEVELS.  The keys are defined by the vtkDataObject class.
    33831d44