#include <SMDS_FaceOfEdges.hxx>
Definition at line 36 of file SMDS_FaceOfEdges.hxx.
◆ SMDS_FaceOfEdges() [1/2]
◆ SMDS_FaceOfEdges() [2/2]
◆ Print()
| void SMDS_FaceOfEdges::Print |
( |
std::ostream & |
OS | ) |
const |
|
virtual |
◆ GetType()
◆ GetEntityType()
◆ NbNodes()
| int SMDS_FaceOfEdges::NbNodes |
( |
| ) |
const |
|
virtual |
◆ NbEdges()
| int SMDS_FaceOfEdges::NbEdges |
( |
| ) |
const |
|
virtual |
◆ NbFaces()
| int SMDS_FaceOfEdges::NbFaces |
( |
| ) |
const |
|
virtual |
◆ GetNode()
| virtual const SMDS_MeshNode* SMDS_FaceOfEdges::GetNode |
( |
const int |
ind | ) |
const |
|
virtual |
Return node by its index.
- Parameters
-
- Return values
-
| const | SMDS_MeshNode* - the node |
Reimplemented from SMDS_MeshElement.
◆ elementsIterator()
◆ nodesIterator()
◆ edgesIterator()
◆ facesIterator()
◆ GetID()
| int SMDS_MeshElement::GetID |
( |
| ) |
const |
|
inherited |
◆ IsPoly()
| virtual bool SMDS_MeshElement::IsPoly |
( |
| ) |
const |
|
virtualinherited |
◆ IsQuadratic()
| virtual bool SMDS_MeshElement::IsQuadratic |
( |
| ) |
const |
|
virtualinherited |
◆ IsMediumNode()
| virtual bool SMDS_MeshElement::IsMediumNode |
( |
const SMDS_MeshNode * |
node | ) |
const |
|
virtualinherited |
◆ GetNodeWrap()
| const SMDS_MeshNode* SMDS_MeshElement::GetNodeWrap |
( |
const int |
ind | ) |
const |
|
inherited |
Return node by its index.
- Parameters
-
- Return values
-
| const | SMDS_MeshNode* - the node |
Index is wrapped if it is out of a valid range
Definition at line 92 of file SMDS_MeshElement.hxx.
◆ IsValidIndex()
| virtual bool SMDS_MeshElement::IsValidIndex |
( |
const int |
ind | ) |
const |
|
virtualinherited |
Return true if index of node is valid (0 <= ind < NbNodes())
- Parameters
-
- Return values
-
◆ WrappedIndex()
| int SMDS_MeshElement::WrappedIndex |
( |
const int |
ind | ) |
const |
|
inherited |
Return a valid node index, fixing the given one if necessary.
- Parameters
-
- Return values
-
Definition at line 106 of file SMDS_MeshElement.hxx.
◆ GetNodeIndex()
| int SMDS_MeshElement::GetNodeIndex |
( |
const SMDS_MeshNode * |
node | ) |
const |
|
inherited |
Check if a node belongs to the element.
- Parameters
-
- Return values
-
| int | - node index within the element, -1 if not found |
◆ myEdges
◆ myNbEdges
| int SMDS_FaceOfEdges::myNbEdges |
|
private |
◆ myID
| int SMDS_MeshElement::myID |
|
privateinherited |