STIR  6.2.0
Public Member Functions | List of all members
stir::Line Class Reference

A class used by the Interfile parser. More...

#include "stir/line.h"

Inherits std::string.

Public Member Functions

Lineoperator= (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)
 

Detailed Description

A class used by the Interfile parser.

Warning
This will be removed soon. Do NOT USE.

The documentation for this class was generated from the following files: