xc
|
Model geometry manager. More...
#include <MultiBlockTopology.h>
Public Member Functions | |
MultiBlockTopology (Preprocessor *mod=nullptr) | |
Constructor. | |
Edge * | busca_edge_extremos (const PntMap::Indice &, const PntMap::Indice &) |
Return the «edge» that has as end points those whose indices are passed as parameters. More... | |
const Edge * | busca_edge_extremos (const PntMap::Indice &, const PntMap::Indice &) const |
Returs the «edge» that has as end points those whose indices are passed as parameter. More... | |
void | conciliaNDivs (void) |
Conciliate number of divisions of the lines. | |
void | clearAll (void) |
Erase all the geometry entities. | |
virtual | ~MultiBlockTopology (void) |
Destructor. | |
const PntMap & | getPoints (void) const |
PntMap & | getPoints (void) |
const LineMap & | getLines (void) const |
LineMap & | getLines (void) |
const SurfaceMap & | getSurfaces (void) const |
SurfaceMap & | getSurfaces (void) |
const MapTrfGeom & | getTransformacionesGeometricas (void) const |
MapTrfGeom & | getTransformacionesGeometricas (void) |
const ReferenceFrameMap & | getReferenceSystems (void) const |
ReferenceFrameMap & | getReferenceSystems (void) |
const Framework2d & | getFramework2d (void) const |
Framework2d & | getFramework2d (void) |
const Framework3d & | getFramework3d (void) const |
Framework3d & | getFramework3d (void) |
const UniformGridMap & | getUniformGrids (void) const |
UniformGridMap & | getUniformGrids (void) |
![]() | |
PreprocessorContainer (Preprocessor *owr) | |
Default constructor. | |
const Domain * | getDomain (void) const |
Returns the domain. | |
Domain * | getDomain (void) |
Returns the domain. | |
Preprocessor * | getPreprocessor (void) |
Returns a pointer to the object preprocessor. | |
const Preprocessor * | getPreprocessor (void) const |
Returns a pointer to the object preprocessor. | |
void | checkPreprocessor (void) |
Protected Member Functions | |
SetEstruct * | busca_set_estruct (const UniformGridMap::Indice &nmb) |
Search for the entity whose name is passed as a parameter. | |
Friends | |
class | Preprocessor |
Model geometry manager.
Management of geometry entities: points, lines, surfaces, bodies, etc.
Maintain containers for this entities.
XC::Edge * XC::MultiBlockTopology::busca_edge_extremos | ( | const PntMap::Indice & | pA, |
const PntMap::Indice & | pB | ||
) |
Return the «edge» that has as end points those whose indices are passed as parameters.
const XC::Edge * XC::MultiBlockTopology::busca_edge_extremos | ( | const PntMap::Indice & | pA, |
const PntMap::Indice & | pB | ||
) | const |
Returs the «edge» that has as end points those whose indices are passed as parameter.