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

Body contaainer. More...

#include <MapCuerpos.h>

Inheritance diagram for XC::MapCuerpos:
XC::MapEnt< Body > XC::MapCadMember< Body > XC::MapCadMemberBase

Public Member Functions

 MapCuerpos (Cad *cad=nullptr)
 Constructor.
 
bool conciliaNDivs (void)
 Conciliates the number of divisions of the lines.
 
bool checkNDivs (void) const
 Checks that the number of divisions of the edges are compatible.
 
template<class B >
BodyNew (void)
 Creates a new cuerpo.
 
- Public Member Functions inherited from XC::MapEnt< Body >
 MapEnt (Cad *cad=nullptr)
 Constructor.
 
BodygetNearest (const Pos3d &p)
 Returns the object closest to the position being passed as parameter.
 
const BodygetNearest (const Pos3d &p) const
 Returns the object closest to the position being passed as parameter.
 
void numera (void)
 Set indices to the objects to allow its use in VTK.
 
- Public Member Functions inherited from XC::MapCadMember< Body >
 MapCadMember (Cad *cad=nullptr)
 Constructor.
 
Bodybusca (const Indice &)
 Return a pointer to the geometry entity whose identifier is passed as parameter.
 
const Bodybusca (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.
 
Bodyget (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)
 

Additional Inherited Members

- Public Types inherited from XC::MapEnt< Body >
typedef MapCadMember< Body >::iterator iterator
 
typedef MapCadMember< Body >::const_iterator const_iterator
 
- Public Types inherited from XC::MapCadMember< Body >
typedef std::map< Indice, Body * > map_base
 
typedef std::pair< Indice, Body * > 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

Body contaainer.


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