35 #include "domain/mesh/node/KDTreeNodes.h" 51 void create_arbol(
void);
61 explicit DqPtrsNode(
const std::deque<Node *> &ts);
62 explicit DqPtrsNode(
const std::set<const Node *> &ts);
66 bool push_back(
Node *);
67 bool push_front(
Node *);
69 inline iterator begin(
void)
71 inline iterator end(
void)
73 inline const_iterator begin(
void)
const 75 inline const_iterator end(
void)
const 77 void mueve(
const Vector3d &);
85 std::set<int>
getTags(
void)
const;
Pointer to (nodes, elements, points, lines,...) container.
Definition: DqPtrs.h:57
void mueve(const Vector3d &)
Desplaza los nodes of the set.
Definition: DqPtrsNode.cc:135
size_t getNumLiveNodes(void) const
Returns the number of nodes of the set which are active.
Definition: DqPtrsNode.cc:194
Mesh node.
Definition: Node.h:99
Definition: KDTreeNodes.h:58
Node * buscaNodo(const int &tag)
Returns (if it exists) a pointer to the node cuyo tag is being passed as parameter.
Definition: DqPtrsNode.cc:153
Node * getNearestNode(const Pos3d &p)
Returns the node closest to the point being passed as parameter.
Definition: DqPtrsNode.cc:121
DqPtrsNode & operator=(const DqPtrsNode &otro)
Assignment operator.
Definition: DqPtrsNode.cc:69
void extend(const DqPtrsNode &otro)
Extend this container with the elements of the container being passed as parameter.
Definition: DqPtrsNode.cc:78
DqPtrsNode(EntCmd *owr=nullptr)
Constructor.
Definition: DqPtrsNode.cc:45
std::set< int > getTags(void) const
Returns the tags de los nodes.
Definition: DqPtrsNode.cc:252
Contenedor de pointers to nodes.
Definition: DqPtrsNode.h:47
bool InNodeTags(const ID &) const
Returns true if the nodes, with the tags are being passed as parameter, belong to the set...
Definition: DqPtrsNode.cc:243
void transforma(const TrfGeom &trf)
Applies the transformation to the elements of the set.
Definition: DqPtrsNode.cc:143
size_t getNumDeadNodes(void) const
Returns the number of nodes of the set which are inactive.
Definition: DqPtrsNode.cc:208
================================================================================
Definition: ContinuaReprComponent.h:34
bool InNodeTag(const int) const
Returns true if the node identified by the tag being passed as parameter, belongs to the set...
Definition: DqPtrsNode.cc:234
void clearAll(void)
Clears out the list of pointers and erases the properties of the object (if any). ...
Definition: DqPtrsNode.cc:98
void numera(void)
Set indices to the objects to allow its use in VTK.
Definition: DqPtrsNode.cc:222