This file contains the implementation of a class that represents a 3D cubic grid.
More...
#include "grid.hpp"
#include "mathmacros.hpp"
#include <sstream>
Go to the source code of this file.
Namespaces |
namespace | mc |
| The namespace mc contains an adaptation of the Marching Cubes algorithm implementation given by Jules Bloomenthal in his web site:
|
Detailed Description
This file contains the implementation of a class that represents a 3D cubic grid.
- Author:
- Marcelo Ferreira Siqueira
Universidade Federal do Rio Grande do Norte,
Departamento de Informatica e Matematica Aplicada,
marcelo at dimap (dot) ufrn (dot) br
- Version:
- 1.0
- Date:
- August 2012
- Attention:
- This program is distributed WITHOUT ANY WARRANTY, and it may be freely redistributed under the condition that the copyright notices are not removed, and no compensation is received. Private, research, and institutional use is free. Distribution of this code as part of a commercial system is permissible ONLY BY DIRECT ARRANGEMENT WITH THE AUTHOR.
Definition in file grid.cpp.