|
SALOME - SMESH
|
#include <SMDS_PolyhedralVolumeOfNodes.hxx>


Public Member Functions | |
| SMDS_PolyhedralVolumeOfNodes (std::vector< const SMDS_MeshNode * > nodes, std::vector< int > quantities) | |
| virtual SMDSAbs_ElementType | GetType () const |
| Return the type of the current element. More... | |
| virtual SMDSAbs_EntityType | GetEntityType () const |
| Return type of entity. More... | |
| virtual bool | IsPoly () const |
| bool | ChangeNodes (const std::vector< const SMDS_MeshNode * > &nodes, const std::vector< int > &quantities) |
| virtual int | NbNodes () const |
| virtual int | NbEdges () const |
| virtual int | NbFaces () const |
| int | NbFaceNodes (const int face_ind) const |
| const SMDS_MeshNode * | GetFaceNode (const int face_ind, const int node_ind) const |
| const std::vector< int > & | GetQuanities () const |
| virtual void | Print (std::ostream &OS) const |
| virtual const SMDS_MeshNode * | GetNode (const int ind) const |
| Return node by its index. More... | |
| SMDS_ElemIteratorPtr | uniqueNodesIterator () const |
| Return iterator on unique nodes. More... | |
| int | NbUniqueNodes () const |
| Return nb of unique nodes. More... | |
| SMDS_ElemIteratorPtr | nodesIterator () const |
| SMDS_ElemIteratorPtr | edgesIterator () const |
| SMDS_ElemIteratorPtr | facesIterator () const |
| int | GetID () const |
| virtual bool | IsQuadratic () const |
| virtual bool | IsMediumNode (const SMDS_MeshNode *node) const |
| 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... | |
Protected Member Functions | |
| SMDS_ElemIteratorPtr | elementsIterator (SMDSAbs_ElementType type) const |
Protected Attributes | |
| const SMDS_MeshNode ** | myNodes |
| int | myNbNodes |
Private Member Functions | |
| bool | ChangeNodes (const SMDS_MeshNode *nodes[], const int nbNodes) |
Private Attributes | |
| std::vector< const SMDS_MeshNode * > | myNodesByFaces |
| std::vector< int > | myQuantities |
Definition at line 33 of file SMDS_PolyhedralVolumeOfNodes.hxx.
| SMDS_PolyhedralVolumeOfNodes::SMDS_PolyhedralVolumeOfNodes | ( | std::vector< const SMDS_MeshNode * > | nodes, |
| std::vector< int > | quantities | ||
| ) |
|
virtual |
Return the type of the current element.
Reimplemented from SMDS_VolumeOfNodes.
|
virtual |
Return type of entity.
Reimplemented from SMDS_VolumeOfNodes.
Definition at line 42 of file SMDS_PolyhedralVolumeOfNodes.hxx.
References SMDSEntity_Polyhedra.
|
virtual |
Reimplemented from SMDS_MeshElement.
Definition at line 43 of file SMDS_PolyhedralVolumeOfNodes.hxx.
| bool SMDS_PolyhedralVolumeOfNodes::ChangeNodes | ( | const std::vector< const SMDS_MeshNode * > & | nodes, |
| const std::vector< int > & | quantities | ||
| ) |
|
virtual |
Reimplemented from SMDS_MeshElement.
|
virtual |
Reimplemented from SMDS_MeshElement.
|
virtual |
Reimplemented from SMDS_MeshElement.
| const SMDS_MeshNode* SMDS_PolyhedralVolumeOfNodes::GetFaceNode | ( | const int | face_ind, |
| const int | node_ind | ||
| ) | const |
| const std::vector<int>& SMDS_PolyhedralVolumeOfNodes::GetQuanities | ( | ) | const |
Definition at line 59 of file SMDS_PolyhedralVolumeOfNodes.hxx.
|
virtual |
Reimplemented from SMDS_MeshElement.
|
virtual |
Return node by its index.
Reimplemented from SMDS_VolumeOfNodes.
| SMDS_ElemIteratorPtr SMDS_PolyhedralVolumeOfNodes::uniqueNodesIterator | ( | ) | const |
Return iterator on unique nodes.
| int SMDS_PolyhedralVolumeOfNodes::NbUniqueNodes | ( | ) | const |
Return nb of unique nodes.
Definition at line 75 of file SMDS_PolyhedralVolumeOfNodes.hxx.
References SMDS_VolumeOfNodes::myNbNodes.
|
protectedvirtual |
Reimplemented from SMDS_MeshElement.
|
private |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
Referenced by TIDCompare::operator()(), TNode::operator<(), and SMESH_TLink::SMESH_TLink().

|
virtualinherited |
Reimplemented in SMDS_QuadraticVolumeOfNodes, SMDS_QuadraticFaceOfNodes, and SMDS_QuadraticEdge.
Referenced by SMDS_MeshInfo::RemoveEdge().

|
virtualinherited |
Reimplemented in SMDS_QuadraticVolumeOfNodes, SMDS_QuadraticFaceOfNodes, and SMDS_QuadraticEdge.
|
inherited |
Return node by its index.
| ind | - node index |
| 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.
|
virtualinherited |
Return true if index of node is valid (0 <= ind < NbNodes())
| ind | - node index |
| bool | - index check result |
Return a valid node index, fixing the given one if necessary.
| ind | - node index |
| int | - valid node index |
Definition at line 106 of file SMDS_MeshElement.hxx.
|
inherited |
Check if a node belongs to the element.
| node | - the node to check |
| int | - node index within the element, -1 if not found |
|
private |
Definition at line 86 of file SMDS_PolyhedralVolumeOfNodes.hxx.
|
private |
Definition at line 87 of file SMDS_PolyhedralVolumeOfNodes.hxx.
|
protectedinherited |
Definition at line 85 of file SMDS_VolumeOfNodes.hxx.
|
protectedinherited |
Definition at line 86 of file SMDS_VolumeOfNodes.hxx.
Referenced by NbUniqueNodes().