#include <SMDS_VolumeOfFaces.hxx>
|
| | SMDS_VolumeOfFaces (const SMDS_MeshFace *face1, const SMDS_MeshFace *face2, const SMDS_MeshFace *face3, const SMDS_MeshFace *face4) |
| |
| | SMDS_VolumeOfFaces (const SMDS_MeshFace *face1, const SMDS_MeshFace *face2, const SMDS_MeshFace *face3, const SMDS_MeshFace *face4, const SMDS_MeshFace *face5) |
| |
| | SMDS_VolumeOfFaces (const SMDS_MeshFace *face1, const SMDS_MeshFace *face2, const SMDS_MeshFace *face3, const SMDS_MeshFace *face4, const SMDS_MeshFace *face5, const SMDS_MeshFace *face6) |
| |
| virtual SMDSAbs_EntityType | GetEntityType () const |
| | Return type of entity. More...
|
| |
| void | Print (std::ostream &OS) const |
| |
| int | NbFaces () const |
| |
| SMDSAbs_ElementType | GetType () const |
| | Return the type of the current element. More...
|
| |
| SMDS_ElemIteratorPtr | nodesIterator () const |
| |
| SMDS_ElemIteratorPtr | edgesIterator () const |
| |
| SMDS_ElemIteratorPtr | facesIterator () const |
| |
| virtual int | NbNodes () const |
| |
| virtual int | NbEdges () const |
| |
| int | GetID () const |
| |
| virtual bool | IsPoly () const |
| |
| virtual bool | IsQuadratic () const |
| |
| virtual bool | IsMediumNode (const SMDS_MeshNode *node) const |
| |
| virtual const SMDS_MeshNode * | GetNode (const int ind) const |
| | Return node by its index. More...
|
| |
| const SMDS_MeshNode * | GetNodeWrap (const int ind) const |
| | Return node by its index. More...
|
| |
| virtual bool | IsValidIndex (const int ind) const |
| | Return true if index of node is valid (0 <= ind < NbNodes()) More...
|
| |
| int | WrappedIndex (const int ind) const |
| | Return a valid node index, fixing the given one if necessary. More...
|
| |
| int | GetNodeIndex (const SMDS_MeshNode *node) const |
| | Check if a node belongs to the element. More...
|
| |
Definition at line 37 of file SMDS_VolumeOfFaces.hxx.
| void SMDS_VolumeOfFaces::Print |
( |
std::ostream & |
OS | ) |
const |
|
virtual |
| int SMDS_VolumeOfFaces::NbFaces |
( |
| ) |
const |
|
virtual |
| virtual int SMDS_MeshElement::NbNodes |
( |
| ) |
const |
|
virtualinherited |
Reimplemented in SMDS_QuadraticVolumeOfNodes, SMDS_VolumeOfNodes, SMDS_QuadraticFaceOfNodes, SMDS_MeshNode, SMDS_PolygonalFaceOfNodes, SMDS_FaceOfEdges, SMDS_FaceOfNodes, SMDS_PolyhedralVolumeOfNodes, SMDS_QuadraticEdge, SMDS_MeshEdge, and SMDS_Mesh0DElement.
Referenced by SMDS_MeshInfo::add(), and SMDS_MeshInfo::remove().
| virtual int SMDS_MeshElement::NbEdges |
( |
| ) |
const |
|
virtualinherited |
| int SMDS_MeshElement::GetID |
( |
| ) |
const |
|
inherited |
| virtual bool SMDS_MeshElement::IsPoly |
( |
| ) |
const |
|
virtualinherited |
| virtual bool SMDS_MeshElement::IsQuadratic |
( |
| ) |
const |
|
virtualinherited |
| virtual bool SMDS_MeshElement::IsMediumNode |
( |
const SMDS_MeshNode * |
node | ) |
const |
|
virtualinherited |
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.
| virtual bool SMDS_MeshElement::IsValidIndex |
( |
const int |
ind | ) |
const |
|
virtualinherited |
Return true if index of node is valid (0 <= ind < NbNodes())
- Parameters
-
- Return values
-
| 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.
Check if a node belongs to the element.
- Parameters
-
- Return values
-
| int | - node index within the element, -1 if not found |
| int SMDS_VolumeOfFaces::myNbFaces |
|
protected |