X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FPlugins%2FDevelopedSurface%2Fplugin%2FDevelopedSurfaceModule%2FvtkDevelopedSurface.cxx;h=d68137f3c02cae60f905fe6593b45e3eb2cefab7;hb=76595daea917b39a1c29b3cf79d0ae95e27ab032;hp=ea305df0b13c3c826a7fe0d05608e65d9767c1f6;hpb=a76db634f9bc9b69feccf414b27527624d7a4ae5;p=modules%2Fparavis.git diff --git a/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/vtkDevelopedSurface.cxx b/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/vtkDevelopedSurface.cxx index ea305df0..d68137f3 100644 --- a/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/vtkDevelopedSurface.cxx +++ b/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/vtkDevelopedSurface.cxx @@ -73,7 +73,7 @@ #include #include -vtkStandardNewMacro(vtkDevelopedSurface); +vtkStandardNewMacro(vtkDevelopedSurface) /////////////////// @@ -156,7 +156,7 @@ void vtkDevelopedSurface::SetThetaOffset(double offsetInDegrees) this->Modified(); } -int vtkDevelopedSurface::RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) +int vtkDevelopedSurface::RequestInformation(vtkInformation * /*request*/, vtkInformationVector **inputVector, vtkInformationVector * /*outputVector*/) { //std::cerr << "########################################## vtkDevelopedSurface::RequestInformation ##########################################" << std::endl; try @@ -212,7 +212,7 @@ std::vector UnWrapByDuplicatingNodes(vtkCellArray *ca, vtkIdType& offs } template -void DealArray(vtkDataSetAttributes *pd, int pos, typename MEDFileVTKTraits::VtkType *arr, std::vector& nodeSel) +void DealArray(vtkDataSetAttributes * /*pd*/, int /*pos*/, typename MEDFileVTKTraits::VtkType *arr, std::vector& nodeSel) { int nbc(arr->GetNumberOfComponents()); std::size_t nbt(nodeSel.size()); @@ -431,7 +431,7 @@ void dealWith(vtkPolyData *outdata, const double center[3], const double axis[3] } } -int vtkDevelopedSurface::RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) +int vtkDevelopedSurface::RequestData(vtkInformation * /*request*/, vtkInformationVector **inputVector, vtkInformationVector *outputVector) { //std::cerr << "########################################## vtkDevelopedSurface::RequestData ##########################################" << std::endl; try