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.
|
Class for importing MRC (latest version MRC 2000) files. More...
#include <MRCLayerImporter.h>
Public Member Functions | |
virtual bool | get_file_info (LayerImporterFileInfoHandle &info) |
virtual bool | get_file_data (LayerImporterFileDataHandle &data) |
Public Member Functions inherited from Seg3D::LayerSingleFileImporter | |
LayerSingleFileImporter () | |
Create an importer for a given file. | |
virtual std::string | get_filename () const |
virtual std::vector< std::string > | get_filenames () const |
virtual std::string | get_file_tag () const |
virtual bool | check_files () |
virtual InputFilesImporterHandle | get_inputfiles_importer () |
Public Attributes | |
MRCLayerImporterPrivateHandle | private_ |
Additional Inherited Members | |
Static Public Member Functions inherited from Seg3D::LayerSingleFileImporter | |
static LayerImporterType | GetType () |
Protected Member Functions inherited from Seg3D::LayerSingleFileImporter | |
void | set_filename (const std::string &filename) |
Class for importing MRC (latest version MRC 2000) files.
|
virtual |
GET_FILE_DATA Get the file data from the file/ file series NOTE: The information is generated again, so that hints can be processed
|
virtual |
GET_FILE_INFO Get the information about the file we are currently importing. NOTE: This function often causes the file to be loaded in its entirety Hence it is best to run this on a separate thread if needed ( from the GUI ).