aimsalgo  5.1.2
Neuroimaging image processing
geodesic_mesh_elements.h File Reference
#include <assert.h>
#include <cstddef>
Include dependency graph for geodesic_mesh_elements.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  geodesic::SimpleVector< Data >
 
class  geodesic::MeshElementBase
 
class  geodesic::Point3D
 
class  geodesic::Vertex
 
class  geodesic::Face
 
class  geodesic::Edge
 
class  geodesic::SurfacePoint
 
struct  geodesic::HalfEdge
 

Namespaces

 geodesic
 

Typedefs

typedef Vertexgeodesic::vertex_pointer
 
typedef Edgegeodesic::edge_pointer
 
typedef Face * geodesic::face_pointer
 
typedef Mesh * geodesic::mesh_pointer
 
typedef MeshElementBase * geodesic::base_pointer
 

Enumerations

enum  geodesic::PointType { geodesic::VERTEX , geodesic::EDGE , geodesic::FACE , geodesic::UNDEFINED_POINT }
 

Functions

bool geodesic::operator< (const HalfEdge &x, const HalfEdge &y)
 
bool geodesic::operator!= (const HalfEdge &x, const HalfEdge &y)
 
bool geodesic::operator== (const HalfEdge &x, const HalfEdge &y)