MeshKit
1.0
|
#include <stdlib.h>
#include <stdio.h>
#include <assert.h>
#include <string>
#include <iostream>
#include <fstream>
#include <string.h>
#include <limits.h>
#include "meshkit/SimpleArray.hpp"
#include <iGeom.h>
#include "meshkit/Matrix.hpp"
#include <vector>
#include <set>
#include <list>
Go to the source code of this file.
Classes | |
struct | Vertex |
struct | Edge |
struct | Face |
Namespaces | |
namespace | MeshKit |
Typedefs | |
typedef MeshKit::Vector< 3 > | Vector3D |
typedef MeshKit::Vector< 2 > | Vector2D |
typedef MeshKit::Matrix< 3, 3 > | Matrix3D |
Variables | |
static const double | dist_tolerance = 1.0e-1 |
static const double | eps = 1.0e-5 |
typedef MeshKit::Matrix<3, 3> Matrix3D |
Definition at line 32 of file Global.hpp.
typedef MeshKit::Vector<2> Vector2D |
Definition at line 31 of file Global.hpp.
typedef MeshKit::Vector<3> Vector3D |
Definition at line 30 of file Global.hpp.