|
|
| DqPtrsNode (CommandEntity *owr=nullptr) |
| | Constructor.
|
| |
|
| DqPtrsNode (const DqPtrsNode &) |
| | Copy constructor.
|
| |
|
| DqPtrsNode (const std::deque< Node *> &) |
| | Copy constructor.
|
| |
|
| DqPtrsNode (const std::set< const Node *> &) |
| | Copy constructor.
|
| |
|
DqPtrsNode & | operator= (const DqPtrsNode &) |
| | Assignment operator.
|
| |
|
DqPtrsNode & | operator+= (const DqPtrsNode &) |
| | += operator.
|
| |
|
void | mueve (const Vector3d &) |
| | Desplaza los nodes of the set.
|
| |
|
void | transforma (const TrfGeom &trf) |
| | Applies the transformation to the elements of the set.
|
| |
|
size_t | getNumLiveNodes (void) const |
| | Returns the number of nodes of the set which are active.
|
| |
|
size_t | getNumDeadNodes (void) const |
| | Returns the number of nodes of the set which are inactive.
|
| |
| bool | InNodeTag (const int) const |
| | Returns true if the node identified by the tag being passed as parameter, belongs to the set. More...
|
| |
| bool | InNodeTags (const ID &) const |
| | Returns true if the nodes, with the tags are being passed as parameter, belong to the set. More...
|
| |
|
std::set< int > | getTags (void) const |
| | Returns the tags de los nodes.
|
| |
| DqPtrsNode | pickNodesInside (const GeomObj3d &, const double &tol=0.0) |
| | Return a container with the nodes that lie inside the geometric object. More...
|
| |
| BND3d | Bnd (const double &) const |
| | Return the nodes current position boundary. More...
|
| |
| Pos3d | getCentroid (const double &) const |
| | Returns the centroid of the nodes. More...
|
| |
| Node * | findNode (const int &tag) |
| | Returns (if it exists) a pointer to the node cuyo tag is being passed as parameter. More...
|
| |
| const Node * | findNode (const int &tag) const |
| | Returns (if it exists) a pointer to the node cuyo tag is being passed as parameter. More...
|
| |
|
void | numera (void) |
| | Set indices to the objects to allow its use in VTK.
|
| |
|
| DqPtrsKDTree (CommandEntity *owr=nullptr) |
| | Constructor.
|
| |
|
| DqPtrsKDTree (const DqPtrsKDTree &) |
| | Copy constructor.
|
| |
|
| DqPtrsKDTree (const std::deque< Node * > &) |
| | Copy constructor.
|
| |
|
| DqPtrsKDTree (const std::set< const Node * > &) |
| | Copy constructor.
|
| |
|
DqPtrsKDTree & | operator= (const DqPtrsKDTree &) |
| | Assignment operator.
|
| |
|
DqPtrsKDTree & | operator+= (const DqPtrsKDTree &) |
| | += operator.
|
| |
| void | extend (const DqPtrsKDTree &) |
| | Extend this container with the elements of the container being passed as parameter. More...
|
| |
|
bool | push_back (Node *) |
| | Inserts an object at the end of the container.
|
| |
|
bool | push_front (Node *) |
| | Inserts an object at the begining of the container.
|
| |
|
void | clearAll (void) |
| | Clears out the list of pointers and erases the properties of the object (if any).
|
| |
|
Node * | getNearest (const Pos3d &p) |
| | Returns the object closest to the point being passed as parameter.
|
| |
|
const Node * | getNearest (const Pos3d &p) const |
| | Returns the object closest to the point being passed as parameter.
|
| |
|
| DqPtrs (CommandEntity *owr=nullptr) |
| | Constructor.
|
| |
|
| DqPtrs (const DqPtrs &) |
| | Copy constructor.
|
| |
|
| DqPtrs (const std::deque< Node * > &ts) |
| | Copy from deque container.
|
| |
|
| DqPtrs (const std::set< const Node * > &ts) |
| | Copy from set container.
|
| |
|
DqPtrs & | operator= (const DqPtrs &) |
| | Assignment operator.
|
| |
|
DqPtrs & | operator+= (const DqPtrs &) |
| | += (union) operator.
|
| |
| void | extend (const DqPtrs &) |
| | Extend this container with the pointers from the container being passed as parameter. More...
|
| |
|
bool | push_back (Node *) |
| |
|
bool | push_front (Node *) |
| |
|
bool | empty (void) const |
| |
|
iterator | begin (void) |
| |
|
const_iterator | begin (void) const |
| |
|
iterator | end (void) |
| |
|
const_iterator | end (void) const |
| |
|
indIterator | indBegin (void) |
| |
|
indIterator | indEnd (void) |
| |
|
const Node & | get (const size_t &i) const |
| | Access specified node with bounds checking.
|
| |
|
void | clear (void) |
| | Clears out the list of pointers.
|
| |
|
void | clearAll (void) |
| | Clears out the list of pointers and erases the properties of the object (if any).
|
| |
|
size_type | size (void) const |
| |
|
bool | in (const Node *) const |
| | Returns true if the pointer is in the container.
|
| |
|
const ID & | getTags (void) const |
| | Returns the tags of the objects.
|
| |
|
void | insert (iterator pos, InputIterator f, InputIterator l) |
| |
|
int | sendTags (int posSz, int posDbTag, DbTagData &dt, CommParameters &cp) |
| | Sends the dbTags of the sets trough the channel being passed as parameter.
|
| |
|
const ID & | receiveTags (int posSz, int pDbTg, DbTagData &dt, const CommParameters &cp) |
| | Sends the dbTags of the sets through the channel being passed as parameter.
|
| |
Pointers to node container.