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 Types | Public Member Functions | List of all members
Core::StackVector< T, CAPACITY > Class Template Reference

Public Types

typedef T value_type
 
typedef T * pointer_type
 
typedef T & reference_type
 
typedef const T & const_reference_type
 
typedef T * iterator_type
 
typedef const T * const_iterator_type
 
typedef size_t size_type
 

Public Member Functions

 StackVector (size_t s)
 
 StackVector (size_t s, T val)
 
iterator_type begin ()
 
iterator_type end ()
 
const_iterator_type begin () const
 
const_iterator_type end () const
 
size_t size () const
 
size_t max_size () const
 
size_t capacity () const
 
bool empty () const
 
reference_type operator[] (size_t n)
 
const_reference_type operator[] (size_t n) const
 
void resize (size_t s)
 
void reserve (size_t)
 
void push_back (T t)
 
void clear ()
 

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