Skip to content

iFoxz17/3D-Matrix

Repository files navigation

3D-Matrix

A template class representing a 3D matrix data structure for any type of data written in C++.

Functionalities

Functionalities requested in implementation are contained in the pdf file Project-Description.

Implementation

The most relevants design choices took in the implementation are contained in the pdf file Design-Choices.

Test

The file main.cpp contains some tests to verify the correctness of the implementation.

Documentation

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.

About

C++ template class representing a 3D matrix data structure for any type of data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published