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 | |
Measurement (bool visible, std::string label, std::string note, Core::Point p1, Core::Point p2, ViewAxis view_axis, int slice_num, int slice_thickness, std::string oblique_name="") | |
bool | get_visible () const |
void | set_visible (bool visible) |
std::string | get_label () const |
void | set_label (std::string label) |
double | get_length () const |
std::string | get_note () const |
void | set_note (std::string note) |
Core::Point | get_point1 () const |
void | set_point1 (Core::Point p1) |
Core::Point | get_point2 () const |
void | set_point2 (Core::Point p2) |
int | get_slice_num () const |
void | set_slice_num (int slice_num) |
ViewAxis | get_view_axis () const |
void | set_view_axis (ViewAxis view_axis) |
std::string | get_view_name () const |
void | set_oblique_name (std::string oblique_name) |
int | get_slice_thickness () const |
void | set_slice_thickness (int slice_thickness) |