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 | |
const Core::GridTransform & | get_grid_transform () const |
void | set_grid_transform (const Core::GridTransform &grid_transform) |
const Core::DataType & | get_data_type () const |
void | set_data_type (const Core::DataType &data_type) |
const std::string & | get_file_type () |
void | set_file_type (const std::string &file_type) |
bool | get_mask_compatible () const |
void | set_mask_compatible (bool mask_compatible) |
const Core::DataType & Seg3D::LayerImporterFileInfo::get_data_type | ( | ) | const |
GET_DATA_TYPE Get the type of the data
const std::string & Seg3D::LayerImporterFileInfo::get_file_type | ( | ) |
GET_FILE_TYPE Get the file type that is being imported
const Core::GridTransform & Seg3D::LayerImporterFileInfo::get_grid_transform | ( | ) | const |
GET_GRID_TRANSFORM Get the transform of the data
bool Seg3D::LayerImporterFileInfo::get_mask_compatible | ( | ) | const |
GET_MASK_COMPATIBLE Whether the data can be converted into a mask
void Seg3D::LayerImporterFileInfo::set_data_type | ( | const Core::DataType & | data_type | ) |
SET_DATA_TYPE Set the data type of the data
void Seg3D::LayerImporterFileInfo::set_file_type | ( | const std::string & | file_type | ) |
SET_FILE_TYPE Set the file type of the file being imported
void Seg3D::LayerImporterFileInfo::set_grid_transform | ( | const Core::GridTransform & | grid_transform | ) |
SET_GRID_TRANSFORM Set the grid transform of the data
void Seg3D::LayerImporterFileInfo::set_mask_compatible | ( | bool | mask_compatible | ) |
SET_MASK_COMPATIBLE Set whether the data can be converted into a mask