XC Open source finite element analysis program
Public Member Functions | List of all members

Element edge container. More...

#include <MeshEdges.h>

Inheritance diagram for XC::MeshEdges:

Public Member Functions

 MeshEdges (void)
 Constructor.
 
std::deque< const MeshEdge * > getLoop (const MeshEdge *) const
 returns the loop that starts in vertex passed as parameter.
 
MeshEdges getEdgesNotInLoop (const std::deque< const MeshEdge * > &) const
 Returns the edges that result from removing the edges from the loop passed as parameter.
 
std::deque< Polilinea3d > getContours (bool undeformedGeometry) const
 returns closed contours from de edge set.
 
void print (std::ostream &) const
 Prints edges information.
 

Detailed Description

Element edge container.


The documentation for this class was generated from the following files: