30 #ifndef MAPUniformGrids_H 31 #define MAPUniformGrids_H 33 #include "EntityMap.h" 56 Vector3d getVector(
const Indice &i,
const Indice &j)
const;
57 Line3d getRecta(
const Indice &i,
const Indice &j)
const;
58 Plane getPlane(
const Indice &i,
const Indice &j,
const Indice &k)
const;
63 boost::python::dict
getPyDict(
void)
const;
64 void setPyDict(
const boost::python::dict &);
Geometric entities container (points, lines, surfaces,...).
Definition: EntityMap.h:43
Model geometry manager.
Definition: MultiBlockTopology.h:68
Plane in a three-dimensional space.
Definition: Plane.h:49
Line in a three-dimensional space.
Definition: Line3d.h:62
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Vector en tres dimensiones.
Definition: Vector3d.h:39