Particle Identification and Tracking
|
#include <iostream>
#include <dirent.h>
#include <libgen.h>
#include <string.h>
#include <stdlib.h>
#include <fnmatch.h>
#include <string>
#include "image_series.h"
#include "FreeImagePlus.h"
#include "tuple.h"
#include "md_parser.h"
#include "md_store.h"
Functions | |
int | selector (const struct dirent *d) |
Variables | |
const char * | selector_name = NULL |
int selector | ( | const struct dirent * | d) |
References selector_name.
Referenced by iden::Image_series::init().
const char* selector_name = NULL |
Referenced by iden::Image_series::init(), and selector().