STIR
6.2.0
|
A class used by the Interfile parser. More...
#include "stir/line.h"
Inherits std::string.
Public Member Functions | |
Line & | operator= (const char *ch) |
std::string | get_keyword () |
int | get_index () |
int | get_param (std::vector< int > &v) |
int | get_param (std::vector< double > &v) |
int | get_param (std::vector< std::string > &v) |
int | get_param (std::string &s) |
int | get_param (int &i) |
int | get_param (unsigned long &i) |
int | get_param (double &i) |
A class used by the Interfile parser.