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
Core::FramebufferObject Class Reference
Inheritance diagram for Core::FramebufferObject:

Public Member Functions

void enable ()
 
void disable ()
 
void safe_bind ()
 
void safe_unbind ()
 
void attach_texture (TextureHandle texture, unsigned int attachment=GL_COLOR_ATTACHMENT0_EXT, int level=0, int layer=0)
 
void detach_texture (TextureHandle texture, unsigned int attachment=GL_COLOR_ATTACHMENT0_EXT)
 
void attach_renderbuffer (RenderbufferHandle renderbuffer, unsigned int attachment)
 
void detach_renderbuffer (RenderbufferHandle renderbuffer, unsigned int attachment)
 
bool check_status (GLenum *status=NULL)
 

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