Particle Identification and Tracking
|
#include <string>
#include "FreeImagePlus.h"
Go to the source code of this file.
Classes | |
class | utilities::Tuple< T, length > |
Class for carrying around the posistion and velocity vectors. More... | |
class | iden::Image_base |
This is an ABC for different file layouts, ie to make dealing with multi-part files and the spew that comes out of stream to disk easy to change between. More... | |
Namespaces | |
utilities | |
Namespace for utilities and helper functions. | |
iden | |
Name space for all of the particle identification code. | |
Constant Groups | |
utilities | |
Namespace for utilities and helper functions. | |
iden | |
Name space for all of the particle identification code. | |
Typedefs | |
typedef enum iden::PIX_TYPE | iden::PIX_TYPE |
Enumeration of pixel sizes. More... | |
Enumerations | |
enum | iden::PIX_TYPE { iden::U16 =0, iden::U8, iden::S16, iden::F32, iden::ERROR } |
Enumeration of pixel sizes. More... | |