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

Uniform grid container. More...

#include <MapUniformGrids.h>

Inheritance diagram for XC::MapUniformGrids:
XC::MapEnt< UniformGrid > XC::MapCadMember< UniformGrid > XC::MapCadMemberBase

Public Member Functions

 MapUniformGrids (Cad *cad=nullptr)
 Constructor.
 
Vector3d getVector (const Indice &i, const Indice &j) const
 
Recta3d getRecta (const Indice &i, const Indice &j) const
 
Plano3d getPlano (const Indice &i, const Indice &j, const Indice &k) const
 
UniformGridNueva (void)
 New uniform grid.
 
- Public Member Functions inherited from XC::MapEnt< UniformGrid >
 MapEnt (Cad *cad=nullptr)
 Constructor.
 
UniformGridgetNearest (const Pos3d &p)
 Returns the object closest to the position being passed as parameter.
 
const UniformGridgetNearest (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< UniformGrid >
 MapCadMember (Cad *cad=nullptr)
 Constructor.
 
UniformGridbusca (const Indice &)
 Return a pointer to the geometry entity whose identifier is passed as parameter.
 
const UniformGridbusca (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.
 
UniformGridget (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

UniformGridCrea (void)
 

Additional Inherited Members

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

Uniform grid container.


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