aimsalgo  5.1.2
Neuroimaging image processing
geometric.h File Reference
#include <aims/mesh/texture.h>
#include <aims/mesh/surface.h>
#include <aims/mesh/mesh_graph.h>
#include <cartobase/smart/rcptr.h>
#include <list>
Include dependency graph for geometric.h:

Go to the source code of this file.

Classes

class  aims::GeometricProperties
 
class  aims::Curvature
 
class  aims::CurvatureFactory
 
class  aims::FiniteElementCurvature
 
class  aims::BoixCurvature
 
class  aims::BarycenterCurvature
 
class  aims::BoixGaussianCurvature
 
class  aims::GaussianCurvature
 
class  aims::VertexRemover
 A class to remove a vertex from a mesh, and remeshing the hole. More...
 

Namespaces

 aims
 

Functions

template<class T >
float sign (T x)
 
Point3df cross (const Point3df &a, const Point3df &b)
 
float cross (const Point2df &a, const Point2df &b)
 
std::list< AimsVector< uint, 3 > > aims::simple_delaunay_triangulation (const std::vector< Point2df > &points)
 SimpleDelaunayTriangulation. More...
 

Function Documentation

◆ cross() [1/2]

float cross ( const Point2df a,
const Point2df b 
)
inline

Definition at line 69 of file geometric.h.

◆ cross() [2/2]

Point3df cross ( const Point3df a,
const Point3df b 
)
inline

Definition at line 58 of file geometric.h.

◆ sign()

template<class T >
float sign ( x)
inline

Definition at line 46 of file geometric.h.