MeshKit  1.0
Global.hpp File Reference
#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>
Include dependency graph for Global.hpp:
This graph shows which files directly or indirectly include this file:

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 Documentation

typedef MeshKit::Matrix<3, 3> Matrix3D

Definition at line 32 of file Global.hpp.

Definition at line 31 of file Global.hpp.

Definition at line 30 of file Global.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines