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

Public Member Functions

const std::set< int > & getVertices () const
 
const MElementgetParent () const
 
const int getIndex () const
 
const int getType () const
 
bool operator== (const topoFace &f) const
 
bool operator< (const topoFace &f) const
 
 topoFace (MElement *elt, int num)
 

Protected Attributes

MElementparent
 
int faceIndex
 
std::set< int > vtcs
 

Detailed Description

Definition at line 503 of file GModelCreateTopologyFromMesh.cpp.

Constructor & Destructor Documentation

◆ topoFace()

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

Definition at line 526 of file GModelCreateTopologyFromMesh.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ getIndex()

const int topoFace::getIndex ( ) const
inline

Definition at line 513 of file GModelCreateTopologyFromMesh.cpp.

Referenced by createTopologyFromMesh3D().

Here is the caller graph for this function:

◆ getParent()

const MElement* topoFace::getParent ( ) const
inline

Definition at line 512 of file GModelCreateTopologyFromMesh.cpp.

Referenced by createTopologyFromMesh3D().

Here is the caller graph for this function:

◆ getType()

const int topoFace::getType ( ) const
inline

Definition at line 514 of file GModelCreateTopologyFromMesh.cpp.

Referenced by createTopologyFromMesh3D().

Here is the caller graph for this function:

◆ getVertices()

const std::set<int>& topoFace::getVertices ( ) const
inline

Definition at line 510 of file GModelCreateTopologyFromMesh.cpp.

◆ operator<()

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

Definition at line 524 of file GModelCreateTopologyFromMesh.cpp.

Here is the call graph for this function:

◆ operator==()

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

Definition at line 523 of file GModelCreateTopologyFromMesh.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ faceIndex

int topoFace::faceIndex
protected

Definition at line 506 of file GModelCreateTopologyFromMesh.cpp.

Referenced by getIndex(), and topoFace().

◆ parent

MElement* topoFace::parent
protected

Definition at line 505 of file GModelCreateTopologyFromMesh.cpp.

Referenced by getParent(), and topoFace().

◆ vtcs

std::set<int> topoFace::vtcs
protected

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