X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlugins%2FParaMEDCorba%2FvtkParaMEDCorbaSource.h;h=c01c63e9b638a759aa76ed9c4f4e8a3c628a1fc8;hb=e2c075bb656e4e5b0d8e6fcb7e06b5c25f903dee;hp=b9ddf7e74ba7f5d972bb15f1692061e127cde283;hpb=c7c9039d845fb2a5e2eb391139af089b4bed26a5;p=modules%2Fparavis.git diff --git a/src/Plugins/ParaMEDCorba/vtkParaMEDCorbaSource.h b/src/Plugins/ParaMEDCorba/vtkParaMEDCorbaSource.h index b9ddf7e7..c01c63e9 100644 --- a/src/Plugins/ParaMEDCorba/vtkParaMEDCorbaSource.h +++ b/src/Plugins/ParaMEDCorba/vtkParaMEDCorbaSource.h @@ -65,10 +65,10 @@ protected: //not clean but to avoid to include CORBA.h in this *.h static void *Orb; //ETX - private: +private: /*void traduceMedMeshToUnstructuredDataset(vtkUnstructuredGrid *ret, int nbOfCells, int nbOfNodes, - int nbOfTypes, const int *types, const int *nbOfEltsPerTypes, const int *nodalConnectivity, - const double *coords, int spaceDim); + int nbOfTypes, const int *types, const int *nbOfEltsPerTypes, const int *nodalConnectivity, + const double *coords, int spaceDim); vtkDoubleArray *buildDataArrayFromMedCoords(const double *coords, int nbOfNodes, int spaceDim); void reorganizeCellConnectivity(int vtkType, int nbOfNodes, const int *medConn, int *vtkConn); int transformMedGeomEltType2VtkType(int typeMed, int *nbOfNodesPerCell);*/