A template class representing a 3D matrix data structure for any type of data written in C++.
Functionalities requested in implementation are contained in the pdf file Project-Description.
The most relevants design choices took in the implementation are contained in the pdf file Design-Choices.
The file main.cpp contains some tests to verify the correctness of the implementation.
It is possible to generate HTML documentation for the class through the doxygen tool. To do so, just install doxygen, open the terminal in the project folder, and run the doxygen command. It will automatically search for the Doxyfile which is in the folder and create a new folder containing the newly generated documentation. To read it, just go into the folder and open index.html with your preferred browser.