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::LayerCheckPoint Class Reference
Inheritance diagram for Seg3D::LayerCheckPoint:

Public Member Functions

 LayerCheckPoint (LayerHandle layer)
 Create a volume check point.
 
 LayerCheckPoint (LayerHandle layer, Core::SliceType type, Core::DataBlock::index_type index)
 Create a slice check point.
 
 LayerCheckPoint (LayerHandle layer, Core::SliceType type, Core::DataBlock::index_type start, Core::DataBlock::index_type end)
 Create a slice check point.
 
bool apply (LayerHandle layer) const
 
bool create_volume (LayerHandle layer)
 
bool create_slice (LayerHandle layer, Core::SliceType type, Core::DataBlock::index_type index)
 
bool create_slice (LayerHandle layer, Core::SliceType type, Core::DataBlock::index_type start, Core::DataBlock::index_type end)
 
size_t get_byte_size () const
 

Member Function Documentation

bool Seg3D::LayerCheckPoint::apply ( LayerHandle  layer) const

APPLY: Applies a check point to a layer

bool Seg3D::LayerCheckPoint::create_slice ( LayerHandle  layer,
Core::SliceType  type,
Core::DataBlock::index_type  index 
)

CREATE_SLICE: Check point a slice check point

bool Seg3D::LayerCheckPoint::create_slice ( LayerHandle  layer,
Core::SliceType  type,
Core::DataBlock::index_type  start,
Core::DataBlock::index_type  end 
)

CREATE_SLICE: Check point a slice check point

bool Seg3D::LayerCheckPoint::create_volume ( LayerHandle  layer)

CREATE_VOLUME: Check point the full volume

size_t Seg3D::LayerCheckPoint::get_byte_size ( ) const

GET_BYTE_SIZE: Get the size of the check point


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