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.
Static Public Member Functions | List of all members
Seg3D::LayerIOFunctions Class Reference

Static Public Member Functions

static bool ImportFiles (QMainWindow *main_window, const std::string &file_to_open)
 
static void ImportSeries (QMainWindow *main_window)
 
static bool ImportLargeVolume (QMainWindow *main_window)
 IMPORTLARGEVOLUME:
 
static void ExportLayer (QMainWindow *main_window)
 
static void ExportSegmentation (QMainWindow *main_window)
 
static void ExportIsosurfaceFromActiveLayer (QMainWindow *main_window)
 
static void ExportIsosurface (QWidget *widget, LayerHandle layerHandle)
 

Member Function Documentation

void Seg3D::LayerIOFunctions::ExportIsosurfaceFromActiveLayer ( QMainWindow *  main_window)
static

EXPORTISOSURFACE Export isosurface generated from selected mask layer to file

void Seg3D::LayerIOFunctions::ExportLayer ( QMainWindow *  main_window)
static

EXPORTLAYER: Export the current layer to file

void Seg3D::LayerIOFunctions::ExportSegmentation ( QMainWindow *  main_window)
static

EXPORTSEGMENTATION: Export selected mask layers to file

bool Seg3D::LayerIOFunctions::ImportFiles ( QMainWindow *  main_window,
const std::string &  file_to_open 
)
static

IMPORTSINGLEFILE: Import a layer into the LayerManager from a single file, returns its success/failure

void Seg3D::LayerIOFunctions::ImportSeries ( QMainWindow *  main_window)
static

IMPORTSERIES: Import a data volume from a series of files using the ITK importer.


The documentation for this class was generated from the following files: