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.
All Classes Namespaces Functions Variables Typedefs Enumerator Friends
Public Types | Public Member Functions | Static Public Attributes | List of all members
Core::DataVolumeBrick Class Reference

Public Types

typedef unsigned short data_type
 

Public Member Functions

 DataVolumeBrick (const BBox &brick_bbox, const BBox &tex_bbox, const Vector &texel_size, Texture3DHandle tex)
 
Texture3DHandle get_texture () const
 
BBox get_brick_bbox () const
 
BBox get_texture_bbox () const
 
Vector get_texel_size () const
 

Static Public Attributes

static const unsigned int TEXTURE_DATA_TYPE_C = GL_UNSIGNED_SHORT
 An array of GLenum's for data types, indexed by data_type values.
 
static const unsigned int TEXTURE_FORMAT_C = GL_ALPHA16
 

Member Data Documentation

const unsigned int Core::DataVolumeBrick::TEXTURE_FORMAT_C = GL_ALPHA16
static

An array of GLenum's for GL internal texture formats, indexed by data_type values. These formats are picked to best match the data type.


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