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

Public Member Functions

ClipboardItemConstHandle get_item (long long sandbox=-1)
 
ClipboardItemHandle get_item (size_t width, size_t height, Core::DataType data_type, long long sandbox=-1)
 
void create_sandbox (long long sandbox_id)
 
bool delete_sandbox (long long sandbox_id)
 

Friends

class ClipboardUndoBufferItem
 

Member Function Documentation

void Seg3D::Clipboard::create_sandbox ( long long  sandbox_id)

CREATE_SANDBOX: Create a sandbox with specified ID.

bool Seg3D::Clipboard::delete_sandbox ( long long  sandbox_id)

DELETE_SANDBOX: Delete a sandbox.

ClipboardItemConstHandle Seg3D::Clipboard::get_item ( long long  sandbox = -1)

GET_ITEM: Get the current item stored at slot index.

ClipboardItemHandle Seg3D::Clipboard::get_item ( size_t  width,
size_t  height,
Core::DataType  data_type,
long long  sandbox = -1 
)

GET_ITEM: Create a new item with the specified width, height, and data type at the slot index, and return a handle to it.


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