Go to the source code of this file.
Classes | |
| class | vbl_array_1d< T > |
| A simple container. More... | |
| class | vbl_array_2d< T > |
| simple 2D array. More... | |
| class | vbl_array_3d< T > |
| Templated 3-dimensional array. More... | |
| class | vbl_sparse_array_1d< T > |
| Sparse array allowing space efficient access of the form s[3000] = 2;. More... | |
| class | vbl_sparse_array_2d< T > |
| Sparse 2D array allowing space efficient access of the form s(300,700) =2. More... | |
| class | vbl_sparse_array_3d< T > |
| Sparse 3d array allowing space efficient access. More... | |
| class | vbl_big_sparse_array_3d< T > |
| class | vbl_bounding_box< T, DIM > |
| A class to hold and update a bounding box. More... | |
| class | vbl_smart_ptr< T > |
| A templated smart pointer class. More... | |
| class | vbl_scoped_ptr< T > |
| vbl_scoped_ptr mimics a built-in pointer except that it guarantees deletion of the object pointed to, either on destruction of the vbl_scoped_ptr or via an explicit reset(). More... | |
| class | vbl_shared_pointer< T > |
| Non-intrusive smart pointers. More... | |
| struct | vbl_triple< T1, T2, T3 > |
| a templated 3-tuple. More... | |
1.8.15