![]() |
XC Open source finite element analysis program
|
Contenedor de puntos del modelo. More...
#include <MapSurfaces.h>
Public Member Functions | |
| MapSurfaces (Cad *cad=nullptr) | |
| Constructor. | |
| bool | conciliaNDivs (void) |
| Crea concilia el number of divisions of the lines. | |
| bool | checkNDivs (void) const |
| Verifica que los number of divisions of the edges are compatible. | |
| template<class F > | |
| Face * | Nueva (void) |
| Creates a new surface. | |
| QuadSurface * | newQuadSurfacePts (const size_t &, const size_t &, const size_t &, const size_t &) |
| New quadrilateral surface. | |
| QuadSurface * | newQuadSurfaceLines (const size_t &, const size_t &, const size_t &, const size_t &) |
| New quadrilateral surface. | |
| QuadSurface * | newQuadSurfaceGridPoints (const boost::python::list &) |
| New quadrilateral surface. | |
Public Member Functions inherited from XC::MapEnt< Face > | |
| MapEnt (Cad *cad=nullptr) | |
| Constructor. | |
| Face * | getNearest (const Pos3d &p) |
| Returns the object closest to the position being passed as parameter. | |
| const Face * | getNearest (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< Face > | |
| MapCadMember (Cad *cad=nullptr) | |
| Constructor. | |
| Face * | busca (const Indice &) |
| Return a pointer to the geometry entity whose identifier is passed as parameter. | |
| const Face * | busca (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. | |
| Face * | get (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 Cad * | getCad (void) const |
| Return a pointer to Cad. | |
| Cad * | getCad (void) |
| Return a pointer to Cad. | |
| const Preprocessor * | getPreprocessor (void) const |
| Return a pointer to preprocessor. | |
| Preprocessor * | getPreprocessor (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< Face > | |
| typedef MapCadMember< Face >::iterator | iterator |
| typedef MapCadMember< Face >::const_iterator | const_iterator |
Public Types inherited from XC::MapCadMember< Face > | |
| typedef std::map< Indice, Face * > | map_base |
| typedef std::pair< Indice, Face * > | 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 |
Contenedor de puntos del modelo.
1.8.11