SALOME - SMESH
|
#include <SMDS_VolumeOfNodes.hxx>
Public Member Functions | |
SMDS_VolumeOfNodes (const SMDS_MeshNode *node1, const SMDS_MeshNode *node2, const SMDS_MeshNode *node3, const SMDS_MeshNode *node4) | |
SMDS_VolumeOfNodes (const SMDS_MeshNode *node1, const SMDS_MeshNode *node2, const SMDS_MeshNode *node3, const SMDS_MeshNode *node4, const SMDS_MeshNode *node5) | |
SMDS_VolumeOfNodes (const SMDS_MeshNode *node1, const SMDS_MeshNode *node2, const SMDS_MeshNode *node3, const SMDS_MeshNode *node4, const SMDS_MeshNode *node5, const SMDS_MeshNode *node6) | |
SMDS_VolumeOfNodes (const SMDS_MeshNode *node1, const SMDS_MeshNode *node2, const SMDS_MeshNode *node3, const SMDS_MeshNode *node4, const SMDS_MeshNode *node5, const SMDS_MeshNode *node6, const SMDS_MeshNode *node7, const SMDS_MeshNode *node8) | |
bool | ChangeNodes (const SMDS_MeshNode *nodes[], const int nbNodes) |
~SMDS_VolumeOfNodes () | |
void | Print (std::ostream &OS) const |
int | NbFaces () const |
int | NbNodes () const |
int | NbEdges () const |
virtual SMDSAbs_ElementType | GetType () const |
Return the type of the current element. | |
virtual SMDSAbs_EntityType | GetEntityType () const |
Return type of entity. | |
virtual const SMDS_MeshNode * | GetNode (const int ind) const |
Return node by its index. | |
SMDS_ElemIteratorPtr | nodesIterator () const |
SMDS_ElemIteratorPtr | edgesIterator () const |
SMDS_ElemIteratorPtr | facesIterator () const |
int | GetID () const |
virtual bool | IsPoly () 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. | |
virtual bool | IsValidIndex (const int ind) const |
Return true if index of node is valid (0 <= ind < NbNodes()) | |
int | WrappedIndex (const int ind) const |
Return a valid node index, fixing the given one if necessary. | |
int | GetNodeIndex (const SMDS_MeshNode *node) const |
Check if a node belongs to the element. | |
Protected Member Functions | |
SMDS_ElemIteratorPtr | elementsIterator (SMDSAbs_ElementType type) const |
Protected Attributes | |
const SMDS_MeshNode ** | myNodes |
int | myNbNodes |
Friends | |
std::ostream & | operator<< (std::ostream &OS, const SMDS_MeshElement *) |
bool | SMDS_MeshElementIDFactory::BindID (int ID, SMDS_MeshElement *elem) |
Definition at line 33 of file SMDS_VolumeOfNodes.hxx.
SMDS_VolumeOfNodes.SMDS_VolumeOfNodes | ( | const SMDS_MeshNode * | node1, |
const SMDS_MeshNode * | node2, | ||
const SMDS_MeshNode * | node3, | ||
const SMDS_MeshNode * | node4 | ||
) |
SMDS_VolumeOfNodes.SMDS_VolumeOfNodes | ( | const SMDS_MeshNode * | node1, |
const SMDS_MeshNode * | node2, | ||
const SMDS_MeshNode * | node3, | ||
const SMDS_MeshNode * | node4, | ||
const SMDS_MeshNode * | node5 | ||
) |
SMDS_VolumeOfNodes.SMDS_VolumeOfNodes | ( | const SMDS_MeshNode * | node1, |
const SMDS_MeshNode * | node2, | ||
const SMDS_MeshNode * | node3, | ||
const SMDS_MeshNode * | node4, | ||
const SMDS_MeshNode * | node5, | ||
const SMDS_MeshNode * | node6 | ||
) |
SMDS_VolumeOfNodes.SMDS_VolumeOfNodes | ( | const SMDS_MeshNode * | node1, |
const SMDS_MeshNode * | node2, | ||
const SMDS_MeshNode * | node3, | ||
const SMDS_MeshNode * | node4, | ||
const SMDS_MeshNode * | node5, | ||
const SMDS_MeshNode * | node6, | ||
const SMDS_MeshNode * | node7, | ||
const SMDS_MeshNode * | node8 | ||
) |
SMDS_VolumeOfNodes.~SMDS_VolumeOfNodes | ( | ) |
bool SMDS_VolumeOfNodes.ChangeNodes | ( | const SMDS_MeshNode * | nodes[], |
const int | nbNodes | ||
) |
Reimplemented in SMDS_PolyhedralVolumeOfNodes.
void SMDS_VolumeOfNodes.Print | ( | std::ostream & | OS | ) | const [virtual] |
Reimplemented from SMDS_MeshElement.
Reimplemented in SMDS_PolyhedralVolumeOfNodes.
int SMDS_VolumeOfNodes.NbFaces | ( | ) | const [virtual] |
Reimplemented from SMDS_MeshElement.
Reimplemented in SMDS_PolyhedralVolumeOfNodes.
int SMDS_VolumeOfNodes.NbNodes | ( | ) | const [virtual] |
Reimplemented from SMDS_MeshElement.
Reimplemented in SMDS_PolyhedralVolumeOfNodes.
int SMDS_VolumeOfNodes.NbEdges | ( | ) | const [virtual] |
Reimplemented from SMDS_MeshElement.
Reimplemented in SMDS_PolyhedralVolumeOfNodes.
virtual SMDSAbs_ElementType SMDS_VolumeOfNodes.GetType | ( | ) | const [virtual] |
Return the type of the current element.
Reimplemented from SMDS_MeshVolume.
Reimplemented in SMDS_PolyhedralVolumeOfNodes.
virtual SMDSAbs_EntityType SMDS_VolumeOfNodes.GetEntityType | ( | ) | const [virtual] |
virtual const SMDS_MeshNode* SMDS_VolumeOfNodes.GetNode | ( | const int | ind | ) | const [virtual] |
Return node by its index.
ind | - node index |
const | SMDS_MeshNode* - the node |
Reimplemented from SMDS_MeshElement.
Reimplemented in SMDS_PolyhedralVolumeOfNodes.
SMDS_ElemIteratorPtr SMDS_VolumeOfNodes.elementsIterator | ( | SMDSAbs_ElementType | type | ) | const [protected, virtual] |
Reimplemented from SMDS_MeshElement.
Reimplemented in SMDS_PolyhedralVolumeOfNodes.
SMDS_ElemIteratorPtr SMDS_MeshElement.nodesIterator | ( | ) | const [inherited] |
SMDS_ElemIteratorPtr SMDS_MeshElement.edgesIterator | ( | ) | const [inherited] |
SMDS_ElemIteratorPtr SMDS_MeshElement.facesIterator | ( | ) | const [inherited] |
int SMDS_MeshElement.GetID | ( | ) | const [inherited] |
Referenced by TIDCompare.operator()(), TNode.operator<(), and SMESH_TLink.SMESH_TLink().
virtual bool SMDS_MeshElement.IsPoly | ( | ) | const [virtual, inherited] |
Reimplemented in SMDS_PolygonalFaceOfNodes, and SMDS_PolyhedralVolumeOfNodes.
Definition at line 65 of file SMDS_MeshElement.hxx.
Referenced by SMDS_MeshInfo.RemoveFace(), and SMDS_MeshInfo.RemoveVolume().
virtual bool SMDS_MeshElement.IsQuadratic | ( | ) | const [virtual, inherited] |
Reimplemented in SMDS_QuadraticEdge, SMDS_QuadraticFaceOfNodes, and SMDS_QuadraticVolumeOfNodes.
Referenced by SMDS_MeshInfo.RemoveEdge().
virtual bool SMDS_MeshElement.IsMediumNode | ( | const SMDS_MeshNode * | node | ) | const [virtual, inherited] |
Reimplemented in SMDS_QuadraticEdge, SMDS_QuadraticFaceOfNodes, and SMDS_QuadraticVolumeOfNodes.
const SMDS_MeshNode* SMDS_MeshElement.GetNodeWrap | ( | const int | ind | ) | const [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.
virtual bool SMDS_MeshElement.IsValidIndex | ( | const int | ind | ) | const [virtual, inherited] |
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.
int SMDS_MeshElement.GetNodeIndex | ( | const SMDS_MeshNode * | node | ) | const [inherited] |
Check if a node belongs to the element.
node | - the node to check |
int | - node index within the element, -1 if not found |
std::ostream& operator<< | ( | std::ostream & | OS, |
const SMDS_MeshElement * | |||
) | [friend, inherited] |
bool SMDS_MeshElementIDFactory::BindID | ( | int | ID, |
SMDS_MeshElement * | elem | ||
) | [friend, inherited] |
const SMDS_MeshNode** SMDS_VolumeOfNodes.myNodes [protected] |
Definition at line 85 of file SMDS_VolumeOfNodes.hxx.
int SMDS_VolumeOfNodes.myNbNodes [protected] |
Definition at line 86 of file SMDS_VolumeOfNodes.hxx.
Referenced by SMDS_PolyhedralVolumeOfNodes.NbUniqueNodes().