|
virtual SMDS_ElemIteratorPtr elementsIterator (SMDSAbs_ElementType) const | |
|
virtual SMDSAbs_EntityType GetEntityType () const | |
|
virtual SMDSAbs_GeometryType GetGeomType () const | |
|
virtual const SMDS_MeshNode * GetNode (const int ind) const | |
| Return node by its index. More...
|
|
virtual SMDSAbs_ElementType GetType () const | |
| Return the type of the current element. More...
|
|
virtual vtkIdType GetVtkType () const | |
|
iterator begin_nodes () const | |
|
SMDS_ElemIteratorPtr edgesIterator () const | |
| Create an iterator which iterate on edges linked with or owned by the element. More...
|
|
iterator end_nodes () const | |
|
SMDS_ElemIteratorPtr facesIterator () const | |
| Create an iterator which iterate on faces linked with or owned by the element. More...
|
|
int GetID () const | |
|
int getIdInShape () const | |
|
ShortType getMeshId () const | |
|
virtual int GetNodeIndex (const SMDS_MeshNode *node) const | |
| Check if a node belongs to the element. More...
|
|
const SMDS_MeshNode * GetNodeWrap (const int ind) const | |
| Return node by its index. More...
|
|
LongType getshapeId () const | |
|
int getVtkId () const | |
|
virtual SMDS_ElemIteratorPtr interlacedNodesElemIterator () const | |
|
virtual SMDS_NodeIteratorPtr interlacedNodesIterator () const | |
| virtual, redefined in vtkEdge, vtkFace and vtkVolume classes More...
|
|
virtual bool IsMediumNode (const SMDS_MeshNode *node) const | |
|
virtual bool IsPoly () const | |
|
virtual bool IsQuadratic () const | |
|
virtual bool IsValidIndex (const int ind) const | |
| Return true if index of node is valid (0 <= ind < NbNodes()) More...
|
|
virtual int NbCornerNodes () const | |
| Return number of nodes excluding medium ones. More...
|
|
virtual int NbEdges () const | |
| Return the number of edges owned by or linked with the current element. More...
|
|
virtual int NbFaces () const | |
| Return the number of faces owned by or linked with the current element. More...
|
|
virtual int NbNodes () const | |
| Return The number of nodes owned by the current element. More...
|
|
virtual SMDS_NodeIteratorPtr nodeIterator () const | |
|
SMDS_ElemIteratorPtr nodesIterator () const | |
| Create an iterator which iterate on nodes owned by the element. More...
|
|
virtual SMDS_NodeIteratorPtr nodesIteratorToUNV () const | |
| virtual, redefined in vtkEdge, vtkFace and vtkVolume classes More...
|
|
int WrappedIndex (const int ind) const | |
| Return a valid node index, fixing the given one if necessary. More...
|
|
virtual ~SMDS_MeshObject () | |
|