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

Public Member Functions

ClipboardItemHandle clone () const
 
size_t get_width () const
 
size_t get_height () const
 
Core::DataType get_data_type () const
 
size_t buffer_size () const
 
const void * get_buffer () const
 
void * get_buffer ()
 
void set_provenance_id (const ProvenanceID &pid)
 
ProvenanceID get_provenance_id () const
 

Friends

class Clipboard
 

Member Function Documentation

size_t Seg3D::ClipboardItem::buffer_size ( ) const

BUFFER_SIZE: Returns the number of bytes in the buffer.

ClipboardItemHandle Seg3D::ClipboardItem::clone ( ) const

CLONE: Make a copy of the item.

const void * Seg3D::ClipboardItem::get_buffer ( ) const

GET_BUFFER: Returns the pointer to the buffer of the clipboard item.

void * Seg3D::ClipboardItem::get_buffer ( )

GET_BUFFER: Returns the pointer to the buffer of the clipboard item.

Core::DataType Seg3D::ClipboardItem::get_data_type ( ) const

GET_DATA_TYPE: Returns the actual data type of the buffer.

size_t Seg3D::ClipboardItem::get_height ( ) const

GET_HEIGHT: Returns the height of the buffer.

ProvenanceID Seg3D::ClipboardItem::get_provenance_id ( ) const

GET_PROVENANCE_ID: Get the provenance ID of the clipboard item.

size_t Seg3D::ClipboardItem::get_width ( ) const

GET_WIDTH: Returns the width of the buffer.

void Seg3D::ClipboardItem::set_provenance_id ( const ProvenanceID &  pid)

SET_PROVENANCE_ID: Set the provenance ID of the clipboard item.


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