xc
Public Types | Public Member Functions | Friends | List of all members
XC::BeamIntegratorHandler Class Reference

Beam integrators handler. More...

#include <BeamIntegratorHandler.h>

Inheritance diagram for XC::BeamIntegratorHandler:
XC::PrepHandler XC::PreprocessorContainer XC::MovableObject XC::DistributedBase

Public Types

typedef std::map< std::string, BeamIntegration * > map_beam_integrators
 
typedef map_beam_integrators::const_iterator const_iterator
 
typedef map_beam_integrators::iterator iterator
 

Public Member Functions

 BeamIntegratorHandler (Preprocessor *owr)
 Default constructor.
 
const map_beam_integrators & Map (void) const
 Returns a reference to the beam integrator container.
 
const_iterator begin (void) const
 Returns an iterator which points to principio de la lista.
 
const_iterator end (void) const
 Returns an iterator apuntando después del final de la lista.
 
iterator begin (void)
 Returns an iterator which points to principio de la lista.
 
iterator end (void)
 Returns an iterator apuntando después del final de la lista.
 
const_iterator find (const std::string &str) const
 Si encuentra el BeamIntegrator cuyo nombre se pasa as parameter returns an iterator which points to mismo.
 
iterator find (const std::string &str)
 Si encuentra el BeamIntegrator cuyo nombre se pasa as parameter returns an iterator which points to mismo.
 
BeamIntegrationfind_ptr (const std::string &str)
 Si encuentra el BeamIntegrator cuyo nombre se pasa as parameter returns a pointer al mismo, otherwise it returns nullptr. More...
 
const BeamIntegrationfind_ptr (const std::string &nmb) const
 Si encuentra el BeamIntegrator cuyo nombre se pasa as parameter returns a pointer al mismo, otherwise it returns nullptr. More...
 
size_t size (void) const
 
bool exists (const std::string &nmb) const
 True if integrator named nmb exists.
 
BeamIntegrationnewBI (const std::string &, const std::string &)
 Defines a new beam integrator framework.
 
BeamIntegrationget (const std::string &)
 Returns a reference to the material named as in the parameter.
 
void clearAll (void)
 
- Public Member Functions inherited from XC::PrepHandler
 PrepHandler (Preprocessor *owr)
 Default constructor.
 
virtual int sendSelf (CommParameters &)
 Sends object through the channel being passed as parameter.
 
virtual int recvSelf (const CommParameters &)
 Receives object through the channel being passed as parameter.
 
- Public Member Functions inherited from XC::PreprocessorContainer
 PreprocessorContainer (Preprocessor *owr)
 Default constructor.
 
const DomaingetDomain (void) const
 Returns the domain.
 
DomaingetDomain (void)
 Returns the domain.
 
PreprocessorgetPreprocessor (void)
 Returns a pointer to the object preprocessor.
 
const PreprocessorgetPreprocessor (void) const
 Returns a pointer to the object preprocessor.
 
void checkPreprocessor (void)
 
- Public Member Functions inherited from XC::MovableObject
 MovableObject (int classTag, int dbTag)
 Constructor. More...
 
 MovableObject (int classTag)
 Constructor. More...
 
 MovableObject (const MovableObject &)
 Copy constructor. Doesn't copy the dbTag.
 
MovableObjectoperator= (const MovableObject &)
 Assignment operator. Doesn't copy the dbTag.
 
int getClassTag (void) const
 Return the class identifier.
 
int getDbTag (void) const
 Return the object identifier in the database.
 
int getDbTag (CommParameters &)
 Return the object identifier in the database.
 
void setDbTag (int dbTag)
 Sets the object identifier in the database.
 
void setDbTag (CommParameters &)
 Sets the object identifier in the database if not already set. More...
 
virtual int setParameter (const std::vector< std::string > &argv, Parameter &param)
 Sets the value param to the parameter argv.
 
virtual int updateParameter (int parameterID, Information &info)
 Updates the parameter identified by parameterID with info.
 
virtual int activateParameter (int parameterID)
 Activates the parameter identified by parameterID.
 
virtual int setVariable (const std::string &variable, Information &)
 Set the value of the variable idenfified by var.
 
virtual int getVariable (const std::string &variable, Information &)
 Return the value of the variable idenfified by var.
 
- Public Member Functions inherited from XC::DistributedBase
 DistributedBase (void)
 Constructor.
 
virtual DbTagDatagetDbTagData (void) const
 Returns a vector to store class dbTags.
 
const int & getDbTagDataPos (const int &i) const
 Returns the data at the i-th position.
 
void setDbTagDataPos (const int &i, const int &v)
 Sets the data at the i-th position.
 
void inicComm (const int &dataSize) const
 Initializes communication.
 

Friends

class ElementHandler
 

Detailed Description

Beam integrators handler.

Member Function Documentation

§ find_ptr() [1/2]

XC::BeamIntegration * XC::BeamIntegratorHandler::find_ptr ( const std::string &  nmb)

Si encuentra el BeamIntegrator cuyo nombre se pasa as parameter returns a pointer al mismo, otherwise it returns nullptr.

§ find_ptr() [2/2]

const XC::BeamIntegration * XC::BeamIntegratorHandler::find_ptr ( const std::string &  nmb) const

Si encuentra el BeamIntegrator cuyo nombre se pasa as parameter returns a pointer al mismo, otherwise it returns nullptr.


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