NetDEM v1.0
|
#include "cork_wrapper.hpp"
#include "utils_io.hpp"
#include "utils_macros.hpp"
#include <cork.h>
#include <mesh.h>
Typedefs | |
typedef RawMesh< CorkVertex, CorkTriangle > | RawCorkMesh |
typedef Mesh< CorkVertex, CorkTriangle > | CorkMesh |
typedef Mesh<CorkVertex, CorkTriangle> CorkMesh |
A mesh using the CorkVertex and CorkTriangle structs.
typedef RawMesh<CorkVertex, CorkTriangle> RawCorkMesh |
A raw mesh using the CorkVertex and CorkTriangle structs.