![]() |
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.
|
Public Member Functions | |
| SinglePath (Point &p1, Point &p2) | |
| void | add_a_point (const Core::Point &p) |
| Point & | get_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 |
|
inline |
Compute the distance to every piece of path Return the smallest distance
1.8.10