gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
topoEdge Class Reference
Collaboration diagram for topoEdge:

Public Member Functions

const MElementgetParent () const
 
const int getIndex () const
 
const int getType () const
 
bool operator== (const topoEdge &f) const
 
bool operator< (const topoEdge &f) const
 
 topoEdge (MElement *elt, int num)
 

Protected Attributes

MElementparent
 
int edgeIndex
 
std::pair< int, int > ids
 

Detailed Description

Definition at line 334 of file GModelCreateTopologyFromMesh.cpp.

Constructor & Destructor Documentation

◆ topoEdge()

topoEdge::topoEdge ( MElement elt,
int  num 
)
inline

Definition at line 348 of file GModelCreateTopologyFromMesh.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ getIndex()

const int topoEdge::getIndex ( ) const
inline

Definition at line 342 of file GModelCreateTopologyFromMesh.cpp.

Referenced by createTopologyFromMesh2D().

Here is the caller graph for this function:

◆ getParent()

const MElement* topoEdge::getParent ( ) const
inline

Definition at line 341 of file GModelCreateTopologyFromMesh.cpp.

Referenced by createTopologyFromMesh2D().

Here is the caller graph for this function:

◆ getType()

const int topoEdge::getType ( ) const
inline

Definition at line 343 of file GModelCreateTopologyFromMesh.cpp.

Referenced by createTopologyFromMesh2D().

Here is the caller graph for this function:

◆ operator<()

bool topoEdge::operator< ( const topoEdge f) const
inline

Definition at line 346 of file GModelCreateTopologyFromMesh.cpp.

Here is the call graph for this function:

◆ operator==()

bool topoEdge::operator== ( const topoEdge f) const
inline

Definition at line 345 of file GModelCreateTopologyFromMesh.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ edgeIndex

int topoEdge::edgeIndex
protected

Definition at line 337 of file GModelCreateTopologyFromMesh.cpp.

Referenced by getIndex(), and topoEdge().

◆ ids

std::pair<int, int> topoEdge::ids
protected

Definition at line 338 of file GModelCreateTopologyFromMesh.cpp.

Referenced by operator<(), operator==(), and topoEdge().

◆ parent

MElement* topoEdge::parent
protected

Definition at line 336 of file GModelCreateTopologyFromMesh.cpp.

Referenced by getParent(), and topoEdge().


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