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 | List of all members
Seg3D::LayerImporterFileData Class Reference
Inheritance diagram for Seg3D::LayerImporterFileData:

Public Member Functions

const Core::GridTransformget_grid_transform () const
 
void set_grid_transform (const Core::GridTransform &grid_transform)
 
const LayerMetaDataget_meta_data () const
 
void set_meta_data (const LayerMetaData &meta_data)
 
Core::DataBlockHandle get_data_block () const
 
void set_data_block (const Core::DataBlockHandle &data_block)
 
const std::string & get_name () const
 
void set_name (const std::string &data_type)
 
bool convert_to_layers (const std::string &mode, std::vector< LayerHandle > &layers)
 

Member Function Documentation

bool Seg3D::LayerImporterFileData::convert_to_layers ( const std::string &  mode,
std::vector< LayerHandle > &  layers 
)

CONVERT_TO_LAYERS Convert the data contained in this structure into layers that can be inserted into the LayerManager

Core::DataBlockHandle Seg3D::LayerImporterFileData::get_data_block ( ) const

GET_DATABLOCK Get the datablock with the data

const Core::GridTransform & Seg3D::LayerImporterFileData::get_grid_transform ( ) const

GET_GRID_TRANSFORM Get the transform of the data

const LayerMetaData & Seg3D::LayerImporterFileData::get_meta_data ( ) const

GET_META_DATA Get the meta data associated with the data

const std::string & Seg3D::LayerImporterFileData::get_name ( ) const

GET_DATA_TYPE Get the type of the data

void Seg3D::LayerImporterFileData::set_data_block ( const Core::DataBlockHandle &  data_block)

SET_DATABLOCK Set the data block that was loaded from file

void Seg3D::LayerImporterFileData::set_grid_transform ( const Core::GridTransform grid_transform)

SET_GRID_TRANSFORM Set the grid transform of the data

void Seg3D::LayerImporterFileData::set_meta_data ( const LayerMetaData meta_data)

SET_META_DATA Set the meta data associated with the data

void Seg3D::LayerImporterFileData::set_name ( const std::string &  data_type)

SET_DATA_TYPE Set the data type of the data


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