![]() |
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 | |
| LayerImporterInfo (LayerImporterBuilderBaseHandle builder, std::string name, std::string file_type_string, int priority, LayerImporterType type) | |
| LayerImporterType | get_type () const |
| LayerImporterHandle | build () const |
| std::string | get_name () const |
| bool | converts_file_type (const std::string &file_type, bool strict=true) const |
| std::string | get_file_type_string () const |
| int | get_priority () const |
| LayerImporterHandle Seg3D::LayerImporterInfo::build | ( | ) | const |
BUILD Build the importer
| bool Seg3D::LayerImporterInfo::converts_file_type | ( | const std::string & | file_type, |
| bool | strict = true |
||
| ) | const |
CONVERTS_FILE_TYPE Check whether this importer deals with a specific file type
| std::string Seg3D::LayerImporterInfo::get_file_type_string | ( | ) | const |
GET_FILE_TYPES Get the string that defines the allowed file types
| std::string Seg3D::LayerImporterInfo::get_name | ( | ) | const |
GET_NAME Get the name of the importer
| int Seg3D::LayerImporterInfo::get_priority | ( | ) | const |
GET_PRIORITY Get the priority of the importer
| LayerImporterType Seg3D::LayerImporterInfo::get_type | ( | ) | const |
TYPE The type of importer this one is
1.8.10