54 void UpdateSets(
Pnt *)
const;
62 Vector3d
getVector(
const Indice &i,
const Indice &j)
const;
63 Recta3d
getRecta(
const Indice &i,
const Indice &j)
const;
64 Plano3d
getPlano(
const Indice &i,
const Indice &j,
const Indice &k)
const;
68 Pnt *
New(
const size_t &,
const Pos3d &);
71 void Copia(
const std::vector<MapPuntos::Indice> &);
73 double Dist(
const Indice &i,
const Indice &j)
const;
Plano3d getPlano(const Indice &i, const Indice &j, const Indice &k) const
Returns the plane defined by the points which indices are being passed as parameters.
Definition: MapPuntos.cc:98
double Dist(const Indice &i, const Indice &j) const
Return the distancia entre los puntos cuyos identificadores being passed as parameters.
Definition: MapPuntos.cc:237
Point container.
Definition: MapPuntos.h:51
Vector3d getVector(const Indice &i, const Indice &j) const
Returns the vector defined by the points which indices are being passed as parameters.
Definition: MapPuntos.cc:64
Pnt * New(void)
Creates a new point.
Definition: MapPuntos.cc:132
void Transforma(const TrfGeom &trf, const std::vector< MapPuntos::Indice > &)
Applies the transformation to the points identified by the indices being passed as parameter...
Definition: MapPuntos.cc:223
MapPuntos(Cad *cad=nullptr)
Constructor.
Definition: MapPuntos.cc:43
Punto (KPoint).
Definition: Pnt.h:49
Model geometry manager. Management of geometry entities: points, lines, surfaces, bodies...
Definition: Cad.h:69
Pnt * Copia(const Pnt *, const Vector3d &v)
Creates a new point, copia del being passed as parameter con el nombre que le toca según el valor del...
Definition: MapPuntos.cc:178
================================================================================
Definition: ContinuaReprComponent.h:34
Pnt * Crea(void)
Creates a new point.
Definition: MapPuntos.cc:120
Geometric entities container (points, lines, surfaces,...).
Definition: MapEnt.h:42
Recta3d getRecta(const Indice &i, const Indice &j) const
Return the line defined by the points which indices are being passed as parameters.
Definition: MapPuntos.cc:81