plastimatch
Loading...
Searching...
No Matches
Functions
plm_file_format.cxx File Reference
#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)
 
charplm_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)
 

Function Documentation

◆ is_proj_image_dir()

static bool is_proj_image_dir ( const char path)
static

◆ is_rt_study_directory()

static bool is_rt_study_directory ( const char path)
static

◆ is_xio_directory()

static bool is_xio_directory ( const char path)
static

◆ plm_file_format_deduce() [1/2]

Plm_file_format plm_file_format_deduce ( const char path)

◆ plm_file_format_deduce() [2/2]

Plm_file_format plm_file_format_deduce ( const std::string &  path)

◆ plm_file_format_from_extension()

Plm_file_format plm_file_format_from_extension ( const char filename)

◆ plm_file_format_parse()

Plm_file_format plm_file_format_parse ( const char string)

◆ plm_file_format_string()

char * plm_file_format_string ( Plm_file_format  file_type)