Seg3D  2.4
Seg3D is a free volume segmentation and processing tool developed by the NIH Center for Integrative Biomedical Computing at the University of Utah Scientific Computing and Imaging (SCI) Institute.
All Classes Namespaces Functions Variables Typedefs Enumerator Friends
Public Member Functions | List of all members
Core::SinglePath Class Reference

Public Member Functions

 SinglePath (Point &p1, Point &p2)
 
void add_a_point (const Core::Point &p)
 
Pointget_a_point (int index)
 
size_t get_points_num_on_path () const
 
bool get_point_on_ends (int index, Point &pt) const
 
bool set_point_on_ends (int index, const Point &pt)
 Set 3D world coordinate of point at given index (0 or 1)
 
double get_smallest_distance2 (const Point &pt)
 
bool operator== (const SinglePath &m) const
 
bool operator!= (const SinglePath &m) const
 

Member Function Documentation

double Core::SinglePath::get_smallest_distance2 ( const Point pt)
inline

Compute the distance to every piece of path Return the smallest distance


The documentation for this class was generated from the following file: