![]() |
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 | |
| the_text_t (const char *text="") | |
| the_text_t (const char *text, const size_t &size) | |
| the_text_t (const the_text_t &text) | |
| the_text_t (const std::list< char > &text) | |
| the_text_t & | operator= (const the_text_t &text) |
| void | clear () |
| bool | is_empty () const |
| void | assign (const char *text) |
| void | assign (const char *text, const size_t &text_size) |
| void | append (const char *text) |
| void | append (const char *text, const size_t &text_size) |
| bool | operator< (const the_text_t &text) const |
| the_text_t & | operator+= (const the_text_t &text) |
| the_text_t | operator+ (const the_text_t &text) const |
| const char * | text () const |
| const size_t & | size () const |
| operator const char * () const | |
| void | fill (const char &c, const size_t size) |
| void | fill (const char &c) |
1.8.10