RBGen  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
RBGen_Params.h
1 #ifndef RBGEN_CREATE_PARAMS_H
2 #define RBGEN_CREATE_PARAMS_H
3 
5 #include "Teuchos_RCP.hpp"
6 
7 namespace RBGen {
8 
10 
12  Teuchos::RCP<Teuchos::ParameterList> createParams( const std::string& filename );
13 
15 
18 
19 }
20 #endif
Teuchos::RCP< Teuchos::ParameterList > createParams(const std::string &filename)
Create a Teuchos::ParameterList from an XML file.
Teuchos::RCP< std::vector< std::string > > genFileList(const Teuchos::ParameterList &params)
Extract the filename list from a Teuchos::ParameterList.