XC Open source finite element analysis program
Public Member Functions | List of all members
XC::MapSoluMethod Class Reference

Solution methods container. More...

#include <MapSoluMethod.h>

Inheritance diagram for XC::MapSoluMethod:

Public Member Functions

 MapSoluMethod (ProcSoluControl *owr)
 Default constructor.
 
iterator begin ()
 
iterator end ()
 
const_iterator begin () const
 
const_iterator end () const
 
bool empty (void) const
 
size_t size (void) const
 
bool existeSoluMethod (const std::string &) const
 Returns true ifexiste el método cuyo nombre being passed as parameter.
 
SoluMethodcreaSoluMethod (const std::string &, ModelWrapper *)
 Creates a new solution method con el código being passed as parameter. More...
 
const SoluMethodgetSoluMethod (const std::string &) const
 Returns a const pointer to the solution method.
 
SoluMethodgetSoluMethod (const std::string &)
 Returns a pointer to the solution method.
 
SoluMethodnewSoluMethod (const std::string &, const std::string &)
 Creates a new solution method con el código being passed as parameter.
 
void revertToStart (void)
 Returns todo a su estado original.
 
void clearAll (void)
 Clears all.
 

Detailed Description

Solution methods container.

Member Function Documentation

XC::SoluMethod & XC::MapSoluMethod::creaSoluMethod ( const std::string &  cod,
ModelWrapper sm 
)

Creates a new solution method con el código being passed as parameter.

Si ya existe returns a pointer al mismo.


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