![]() |
aimsalgo
5.0.5
Neuroimaging image processing
|
#include <aims/geodesicpath/geodesic_mesh_elements.h>
Public Member Functions | |
SurfacePoint () | |
SurfacePoint (vertex_pointer v) | |
SurfacePoint (face_pointer f) | |
SurfacePoint (edge_pointer e, double a=0.5) | |
SurfacePoint (base_pointer g, double x, double y, double z, PointType t=UNDEFINED_POINT) | |
void | initialize (SurfacePoint const &p) |
~SurfacePoint () | |
PointType | type () |
base_pointer & | base_element () |
![]() | |
Point3D () | |
Point3D (Point3D *p) | |
double * | xyz () |
double & | x () |
double & | y () |
double & | z () |
void | set (double new_x, double new_y, double new_z) |
void | set (double *data) |
double | distance (double *v) |
double | distance (Point3D *v) |
void | add (Point3D *v) |
void | multiply (double v) |
Protected Attributes | |
base_pointer | m_p |
Definition at line 288 of file geodesic_mesh_elements.h.
|
inline |
Definition at line 291 of file geodesic_mesh_elements.h.
|
inline |
Definition at line 295 of file geodesic_mesh_elements.h.
|
inline |
Definition at line 300 of file geodesic_mesh_elements.h.
References geodesic::MeshElementBase::adjacent_vertices().
|
inline |
Definition at line 310 of file geodesic_mesh_elements.h.
References geodesic::MeshElementBase::adjacent_vertices(), geodesic::Point3D::x(), geodesic::Point3D::y(), and geodesic::Point3D::z().
|
inline |
Definition at line 324 of file geodesic_mesh_elements.h.
|
inline |
Definition at line 340 of file geodesic_mesh_elements.h.
|
inline |
Definition at line 343 of file geodesic_mesh_elements.h.
Referenced by geodesic::GeodesicAlgorithmGraphBase< SubdivisionNode >::best_first_node(), geodesic::GeodesicAlgorithmExact::best_source(), geodesic::GeodesicAlgorithmDijkstraAlternative::best_source(), geodesic::Mesh::closest_vertices(), geodesic::fill_surface_point_double(), geodesic::fill_surface_point_structure(), geodesic::Interval::initialize(), geodesic::GeodesicAlgorithmGraphBase< SubdivisionNode >::propagate(), geodesic::GeodesicAlgorithmDijkstraAlternative::trace_back(), geodesic::GeodesicAlgorithmGraphBase< SubdivisionNode >::trace_back_with_index(), and geodesic::GeodesicAlgorithmExact::~GeodesicAlgorithmExact().
|
inline |
Definition at line 335 of file geodesic_mesh_elements.h.
Referenced by geodesic::SurfacePointWithIndex::initialize().
|
inline |
Definition at line 342 of file geodesic_mesh_elements.h.
References geodesic::UNDEFINED_POINT.
Referenced by geodesic::GeodesicAlgorithmGraphBase< SubdivisionNode >::best_first_node(), geodesic::GeodesicAlgorithmExact::best_source(), geodesic::GeodesicAlgorithmDijkstraAlternative::best_source(), geodesic::Mesh::closest_vertices(), geodesic::fill_surface_point_double(), geodesic::GeodesicAlgorithmDijkstraAlternative::trace_back(), and geodesic::GeodesicAlgorithmExact::~GeodesicAlgorithmExact().
|
protected |
Definition at line 343 of file geodesic_mesh_elements.h.