SMDS_MeshInfo.hxx \
SMDS_UnstructuredGrid.hxx \
SMDS_Downward.hxx \
- SMDS_StdIterator.hxx
+ SMDS_StdIterator.hxx \
+ SMDS_IteratorOnIterators.hxx
# Libraries targets
SMDSAbs_ElementType SMDS_MeshEdge::GetType() const
{
- return SMDSAbs_Edge;
+ return SMDSAbs_Edge;
}
vtkIdType SMDS_MeshEdge::GetVtkType() const
class SMDS_EXPORT SMDS_MeshEdge:public SMDS_MeshCell
{
-
+
public:
SMDSAbs_ElementType GetType() const;
virtual vtkIdType GetVtkType() const;
void SMDS_MeshIDFactory::Clear()
{
- myMaxID = 0;
- myPoolOfID.clear();
+ myMaxID = 0;
+ myPoolOfID.clear();
}
void SMDS_MeshIDFactory::SetMesh(SMDS_Mesh *mesh)
{
- myMesh = mesh;
+ myMesh = mesh;
}
SMDS_Mesh* SMDS_MeshIDFactory::GetMesh()
{
- return myMesh;
+ return myMesh;
}
void SMDS_MeshIDFactory::emptyPool(int maxId)
{
- MESSAGE("SMDS_MeshIDFactory::emptyPool " << myMaxID << " --> " << maxId);
- myMaxID = maxId;
- myPoolOfID.clear();
+ MESSAGE("SMDS_MeshIDFactory::emptyPool " << myMaxID << " --> " << maxId);
+ myMaxID = maxId;
+ myPoolOfID.clear();
}
} enumState;
enumState compactState = lookHoleStart;
- // if (this->Links)
- // {
- // this->Links->UnRegister(this);
- // this->Links = 0;
- // }
+ // if (this->Links)
+ // {
+ // this->Links->UnRegister(this);
+ // this->Links = 0;
+ // }
// --- if newNodeSize, create a new compacted vtkPoints
*/
#ifndef _SMDS_UNSTRUCTUREDGRID_HXX
-#define _SMDS_UNSTRUCTUREDGRID_HXX
+#define _SMDS_UNSTRUCTUREDGRID_HXX
#include <vtkUnstructuredGrid.h>
#include <vtkCellLinks.h>
std::vector<SMDS_Downward*> _downArray;
};
-#endif /* _SMDS_UNSTRUCTUREDGRID_HXX */
+#endif /* _SMDS_UNSTRUCTUREDGRID_HXX */