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

Bidimensional scheme container. More...

#include <MapEsquemas2d.h>

Inheritance diagram for XC::MapEsquemas2d:
XC::MapCadMember< MatrizPtrPnt > XC::MapCadMemberBase

Public Member Functions

 MapEsquemas2d (Cad *cad=nullptr)
 Constructor.
 
MatrizPtrPntmakeNew (void)
 Creates a new esquema bidimensional.
 
- Public Member Functions inherited from XC::MapCadMember< MatrizPtrPnt >
 MapCadMember (Cad *cad=nullptr)
 Constructor.
 
MatrizPtrPntbusca (const Indice &)
 Return a pointer to the geometry entity whose identifier is passed as parameter.
 
const MatrizPtrPntbusca (const Indice &) const
 Return a pointer to the entity whose identifier is passed as parameter.
 
bool existe (const Indice &) const
 Return true if the entity already exists.
 
MatrizPtrPntget (const Indice &)
 Return the entity with tag iEnt.
 
boost::python::list getKeys (void) const
 Return the container's keys.
 
void clearAll (void)
 Erase all the entities.
 
- Public Member Functions inherited from XC::MapCadMemberBase
 MapCadMemberBase (Cad *cad=nullptr)
 Default identifier for new point. More...
 
const CadgetCad (void) const
 Return a pointer to Cad.
 
CadgetCad (void)
 Return a pointer to Cad.
 
const PreprocessorgetPreprocessor (void) const
 Return a pointer to preprocessor.
 
PreprocessorgetPreprocessor (void)
 Return a pointer to preprocessor.
 
size_t getTag (void) const
 
void setTag (const size_t &t)
 

Protected Member Functions

MatrizPtrPntCrea (void)
 Creates a new punto.
 

Additional Inherited Members

- Public Types inherited from XC::MapCadMember< MatrizPtrPnt >
typedef std::map< Indice, MatrizPtrPnt * > map_base
 
typedef std::pair< Indice, MatrizPtrPnt * > pair
 
typedef map_base::iterator iterator
 
typedef map_base::const_iterator const_iterator
 
- Public Types inherited from XC::MapCadMemberBase
typedef size_t Indice
 
- Protected Attributes inherited from XC::MapCadMemberBase
Indice tag
 

Detailed Description

Bidimensional scheme container.


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