Define the array for storing pairs of indices. More...
Go to the source code of this file.
Classes | |
class | ArrayPrs< K > |
class | ArrayPrs< K >::PairArray |
Define the array for storing pairs of indices.
ArrayPrs class is used for storing pairs of indices This data class at present is used for iCoord arrays and projnD (proj1D,proj2D)arrays nCoord arrays keep indices for each connected component in nth dimension The class includes a sub-class "PairArray" for the start and end indices in each connected component in dtgrid Note that indices are kept in list of structures and NOT in structures of list, which might introduce more efficiency, However it has not been tested yet!