Collection of data samples. More...
#include <cvb/sample_database/sample_list.hpp>
Public Member Functions | |
| int | Count () const |
| Get the number of samples for this collection. | |
| TData | ReadData (int index) const |
| Access one of the sample images. | |
| TData | RemoveAt (int index) |
| Remove a sample. | |
Collection of data samples.
|
inline |
Get the number of samples for this collection.
| Any | exception derived from std::exception including CvbException. |
|
inline |
Access one of the sample images.
| [in] | index | Index to be accessed. |
| Any | exception derived from std::exception including CvbException. |
|
inline |
Remove a sample.
| [in] | index | Index of the sample to be removed. |
| Any | exception derived from std::exception including CvbException. |