X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMDS%2FSMDS_Mesh0DElement.hxx;h=355986a4d796906aed7e3e307911e1b40c15d5d0;hb=aa67cc96d730566d202d1014d97b7f0b3a4d71f4;hp=b3273a6b111b5977a3ef8d0ab21bbb9a408b3b16;hpb=6cf440ddd4db6833af295e1cf0fe329e7a55ce14;p=modules%2Fsmesh.git diff --git a/src/SMDS/SMDS_Mesh0DElement.hxx b/src/SMDS/SMDS_Mesh0DElement.hxx index b3273a6b1..355986a4d 100644 --- a/src/SMDS/SMDS_Mesh0DElement.hxx +++ b/src/SMDS/SMDS_Mesh0DElement.hxx @@ -1,7 +1,4 @@ -// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE -// -// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS +// Copyright (C) 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -19,16 +16,17 @@ // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // + // SMESH SMDS : implementaion of Salome mesh data structure // File : SMDS_Mesh0DElement.hxx // Module : SMESH - +// #ifndef _SMDS_Mesh0DElement_HeaderFile #define _SMDS_Mesh0DElement_HeaderFile #include "SMESH_SMDS.hxx" -#include "SMDS_MeshElement.hxx" +#include "SMDS_MeshCell.hxx" #include @@ -40,6 +38,7 @@ class SMDS_EXPORT SMDS_Mesh0DElement: public SMDS_MeshCell void Print (std::ostream & OS) const; SMDSAbs_ElementType GetType() const; + virtual vtkIdType GetVtkType() const; SMDSAbs_EntityType GetEntityType() const {return SMDSEntity_0D;} int NbNodes() const; int NbEdges() const;