Go to the source code of this file.
|
class | Interface |
| A container class holding managers for all pieces defining an interface. More...
|
|
|
shared_ptr< Interface > | newInterface (const std::string &infile, const std::string &name="", const std::vector< std::string > &adjacent={}) |
| Create and initialize a new Interface from an input file. More...
|
|
shared_ptr< Interface > | newInterface (const std::string &infile, const std::string &name, const std::vector< shared_ptr< Solution > > &adjacent) |
| Create and initialize a new Interface from an input file. More...
|
|
shared_ptr< Interface > | newInterface (AnyMap &phaseNode, const AnyMap &rootNode=AnyMap(), const std::vector< shared_ptr< Solution > > &adjacent={}) |
| Create and initialize a new Interface from AnyMap objects. More...
|
|