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 | |
LayerExporterInfo (LayerExporterBuilderBaseHandle builder, const std::string name, const std::string file_type_string) | |
LayerExporterHandle | build (std::vector< LayerHandle > &layers) const |
std::string | get_name () const |
bool | converts_file_type (const std::string &file_type) const |
std::string | get_file_type_string () const |
LayerExporterHandle Seg3D::LayerExporterInfo::build | ( | std::vector< LayerHandle > & | layers | ) | const |
BUILD: Build the exporter
bool Seg3D::LayerExporterInfo::converts_file_type | ( | const std::string & | file_type | ) | const |
CONVERTS_FILE_TYPE: Check whether this exporter deals with a specific file type
std::string Seg3D::LayerExporterInfo::get_file_type_string | ( | ) | const |
GET_FILE_TYPE_STRING: Get the string that defines the allowed file types
std::string Seg3D::LayerExporterInfo::get_name | ( | ) | const |
GET_NAME: Get the name of the exporter