STIR
6.2.0
|
This is the complete list of members for stir::KeyParser, including all inherited members.
add_alias_key(const std::string &keyword, const std::string &alias, bool deprecated_key=true) | stir::KeyParser | |
add_key(const std::string &keyword, float *variable_ptr) | stir::KeyParser | |
add_key(const std::string &keyword, double *variable_ptr) | stir::KeyParser | |
add_key(const std::string &keyword, int *variable_ptr) | stir::KeyParser | |
add_key(const std::string &keyword, std::vector< int > *variable_ptr) | stir::KeyParser | |
add_key(const std::string &keyword, long int *variable_ptr) | stir::KeyParser | |
add_key(const std::string &keyword, unsigned int *variable_ptr) | stir::KeyParser | |
add_key(const std::string &keyword, unsigned long *variable_ptr) | stir::KeyParser | |
add_key(const std::string &keyword, bool *variable_ptr) | stir::KeyParser | |
add_key(const std::string &keyword, std::vector< double > *variable_ptr) | stir::KeyParser | |
add_key(const std::string &keyword, std::vector< std::string > *variable_ptr) | stir::KeyParser | |
add_key(const std::string &keyword, Array< 2, float > *variable_ptr) | stir::KeyParser | |
add_key(const std::string &keyword, Array< 3, float > *variable_ptr) | stir::KeyParser | |
add_key(const std::string &keyword, BasicCoordinate< 3, float > *variable_ptr) | stir::KeyParser | |
add_key(const std::string &keyword, BasicCoordinate< 3, Array< 3, float >> *variable_ptr) | stir::KeyParser | |
add_key(const std::string &keyword, std::string *variable_ptr) | stir::KeyParser | |
add_key(const std::string &keyword, int *variable_ptr, const ASCIIlist_type *const list_of_values) | stir::KeyParser | |
add_key(const std::string &keyword, KeyArgument::type t, KeywordProcessor function, void *variable=0, const ASCIIlist_type *const list=0) | stir::KeyParser | protected |
add_key(const std::string &keyword, KeyArgument::type t, KeywordProcessor function, void *variable, const int vectorised_key_level, const ASCIIlist_type *const list=0) | stir::KeyParser | protected |
add_key(const std::string &keyword, KeyArgument::type t, void *variable, const ASCIIlist_type *const list=0) | stir::KeyParser | protected |
add_key(const std::string &keyword, KeyArgument::type t, void *variable, const int vectorised_key_level, const ASCIIlist_type *const list=0) | stir::KeyParser | protected |
add_parsing_key(const std::string &keyword, ParsingClass **parsed_object_ptr_ptr) | stir::KeyParser | inline |
add_parsing_key(const std::string &keyword, shared_ptr< ParsingClass > *parsed_object_ptr_ptr) | stir::KeyParser | inline |
add_start_key(const std::string &keyword) | stir::KeyParser | |
add_stop_key(const std::string &keyword) | stir::KeyParser | |
add_vectorised_key(const std::string &keyword, std::vector< float > *variable_ptr) | stir::KeyParser | |
add_vectorised_key(const std::string &keyword, std::vector< double > *variable_ptr) | stir::KeyParser | |
add_vectorised_key(const std::string &keyword, std::vector< std::vector< double >> *variable_ptr) | stir::KeyParser | |
add_vectorised_key(const std::string &keyword, std::vector< int > *variable_ptr) | stir::KeyParser | |
add_vectorised_key(const std::string &keyword, std::vector< std::vector< int >> *variable_ptr) | stir::KeyParser | |
add_vectorised_key(const std::string &keyword, std::vector< unsigned int > *variable) | stir::KeyParser | |
add_vectorised_key(const std::string &keyword, std::vector< unsigned long > *variable_ptr) | stir::KeyParser | |
add_vectorised_key(const std::string &keyword, std::vector< std::string > *variable_ptr) | stir::KeyParser | |
ask_parameters() | stir::KeyParser | virtual |
do_nothing() | stir::KeyParser | inline |
find_in_ASCIIlist(const std::string &, const ASCIIlist_type &list_of_values) | stir::KeyParser | |
get_keyword(const std::string &) const | stir::KeyParser | protectedvirtual |
ignore_key(const std::string &keyword) | stir::KeyParser | |
KeyParser() (defined in stir::KeyParser) | stir::KeyParser | |
KeywordProcessor typedef (defined in stir::KeyParser) | stir::KeyParser | protected |
map_element (defined in stir::KeyParser) | stir::KeyParser | friend |
parameter_info() const | stir::KeyParser | virtual |
parse(std::istream &f, const bool write_warnings=true) | stir::KeyParser | |
parse(const char *const filename, const bool write_warnings=true) | stir::KeyParser | |
parse(const std::string &, const bool write_warnings=true) | stir::KeyParser | |
post_processing() | stir::KeyParser | inlineprotectedvirtual |
print_keywords_to_stream(std::ostream &) const | stir::KeyParser | |
remove_key(const std::string &keyword) | stir::KeyParser | |
set_parsing_object() | stir::KeyParser | |
set_shared_parsing_object() | stir::KeyParser | |
set_variable() | stir::KeyParser | |
standardise_keyword(const std::string &keyword) const | stir::KeyParser | protectedvirtual |
start_parsing() | stir::KeyParser | |
stop_parsing() | stir::KeyParser | |
~KeyParser() (defined in stir::KeyParser) | stir::KeyParser | virtual |