|
plastimatch
|
#include "plmbase_config.h"#include <string>#include <stdlib.h>#include <stdio.h>#include <time.h>#include <itksys/SystemTools.hxx>#include <itkImageIOBase.h>#include "dicom_probe.h"#include "dir_list.h"#include "file_util.h"#include "itk_image.h"#include "path_util.h"#include "plm_file_format.h"#include "string_util.h"#include "xio_dir.h"Functions | |
| static bool | is_xio_directory (const char *path) |
| static bool | is_rt_study_directory (const char *path) |
| static bool | is_proj_image_dir (const char *path) |
| Plm_file_format | plm_file_format_deduce (const char *path) |
| Plm_file_format | plm_file_format_deduce (const std::string &path) |
| char * | plm_file_format_string (Plm_file_format file_type) |
| Plm_file_format | plm_file_format_parse (const char *string) |
| Plm_file_format | plm_file_format_from_extension (const char *filename) |
|
static |
|
static |
|
static |
| Plm_file_format plm_file_format_deduce | ( | const char * | path | ) |
| Plm_file_format plm_file_format_deduce | ( | const std::string & | path | ) |
| Plm_file_format plm_file_format_from_extension | ( | const char * | filename | ) |
| Plm_file_format plm_file_format_parse | ( | const char * | string | ) |
| char * plm_file_format_string | ( | Plm_file_format | file_type | ) |