Define the array for storing pointers into ArrayPrs. More...
#include "ArrayPrs.hpp"
Go to the source code of this file.
Classes | |
class | ArrayPtr< T, K > |
Define the array for storing pointers into ArrayPrs.
ArrayPtr class is used for storing pointers to ArrayPrs objects The class is used by acc pointer arrays (Ptr_List_3D, Ptr_List_2D, Ptr_List_1D) DTGrid paper by Nielsen, does not mention about this data structure (?) Instead of using pointers numerical indices are kept in the original work Nevertheless using pointers seems more efficient