aimsalgo  5.0.5
Neuroimaging image processing
geodesic Namespace Reference

Classes

class  DijkstraNode
 
class  DijkstraNode1
 
class  Edge
 
struct  edge_visible_from_source
 
class  Face
 
class  GeodesicAlgorithmBase
 
class  GeodesicAlgorithmDijkstra
 
class  GeodesicAlgorithmDijkstraAlternative
 
class  GeodesicAlgorithmExact
 
class  GeodesicAlgorithmGraphBase
 
class  GeodesicAlgorithmSubdivision
 
struct  HalfEdge
 
class  Interval
 
class  IntervalList
 
struct  IntervalWithStop
 
class  MemoryAllocator
 
class  Mesh
 
class  MeshElementBase
 
class  OutputBuffer
 
class  Point3D
 
class  SimlpeMemoryAllocator
 
class  SimpleVector
 
class  SortedSources
 
class  SubdivisionNode
 
class  SurfacePoint
 
class  SurfacePointWithIndex
 
class  Vertex
 

Typedefs

typedef Intervalinterval_pointer
 
typedef IntervalListlist_pointer
 
typedef Vertexvertex_pointer
 
typedef Edgeedge_pointer
 
typedef Faceface_pointer
 
typedef Meshmesh_pointer
 
typedef MeshElementBasebase_pointer
 

Enumerations

enum  PointType { VERTEX, EDGE, FACE, UNDEFINED_POINT }
 

Functions

double cos_from_edges (double const a, double const b, double const c)
 
double angle_from_edges (double const a, double const b, double const c)
 
template<class Points , class Faces >
bool read_mesh_from_file (char *filename, Points &points, Faces &faces)
 
bool operator< (const HalfEdge &x, const HalfEdge &y)
 
bool operator!= (const HalfEdge &x, const HalfEdge &y)
 
bool operator== (const HalfEdge &x, const HalfEdge &y)
 
void fill_surface_point_structure (geodesic::SurfacePoint *point, double *data, Mesh *mesh)
 
void fill_surface_point_double (geodesic::SurfacePoint *point, double *data, long)
 

Variables

double const GEODESIC_INF = 1e100
 
double const SMALLEST_INTERVAL_RATIO = 1e-6
 

Typedef Documentation

◆ base_pointer

Definition at line 23 of file geodesic_mesh_elements.h.

◆ edge_pointer

Definition at line 20 of file geodesic_mesh_elements.h.

◆ face_pointer

Definition at line 21 of file geodesic_mesh_elements.h.

◆ interval_pointer

◆ list_pointer

◆ mesh_pointer

Definition at line 22 of file geodesic_mesh_elements.h.

◆ vertex_pointer

Definition at line 17 of file geodesic_mesh_elements.h.

Enumeration Type Documentation

◆ PointType

Enumerator
VERTEX 
EDGE 
FACE 
UNDEFINED_POINT 

Definition at line 65 of file geodesic_mesh_elements.h.

Function Documentation

◆ angle_from_edges()

double geodesic::angle_from_edges ( double const  a,
double const  b,
double const  c 
)
inline

◆ cos_from_edges()

double geodesic::cos_from_edges ( double const  a,
double const  b,
double const  c 
)
inline

◆ fill_surface_point_double()

void geodesic::fill_surface_point_double ( geodesic::SurfacePoint point,
double *  data,
long   
)
inline

◆ fill_surface_point_structure()

void geodesic::fill_surface_point_structure ( geodesic::SurfacePoint point,
double *  data,
Mesh mesh 
)
inline

◆ operator!=()

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

◆ operator<()

bool geodesic::operator< ( const HalfEdge x,
const HalfEdge y 
)
inline

◆ operator==()

bool geodesic::operator== ( const HalfEdge x,
const HalfEdge y 
)
inline

◆ read_mesh_from_file()

template<class Points , class Faces >
bool geodesic::read_mesh_from_file ( char *  filename,
Points &  points,
Faces &  faces 
)
inline

Definition at line 48 of file geodesic_constants_and_simple_functions.h.

Variable Documentation

◆ GEODESIC_INF

◆ SMALLEST_INTERVAL_RATIO