]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
no message
authorstv <stv@opencascade.com>
Tue, 21 Feb 2006 14:58:30 +0000 (14:58 +0000)
committerstv <stv@opencascade.com>
Tue, 21 Feb 2006 14:58:30 +0000 (14:58 +0000)
src/VTKViewer/VTKViewer_ExtractUnstructuredGrid.cxx
src/VTKViewer/VTKViewer_GeometryFilter.cxx
src/VTKViewer/VTKViewer_RectPicker.cxx

index 19672b7821794d8504d9bb707910d089dcd7302e..0aef6c3a11ef9ea658e7369d37c056653291da02 100755 (executable)
@@ -80,9 +80,13 @@ void VTKViewer_ExtractUnstructuredGrid::SetStoreMapping(int theStoreMapping){
   this->Modified();
 }
 
-vtkIdType VTKViewer_ExtractUnstructuredGrid::GetInputId(int theOutId) const{
-  if(myCellIds.empty() && myCellTypes.empty()) return theOutId;
-  if(myOut2InId.empty() || theOutId > myOut2InId.size()) return -1;
+vtkIdType VTKViewer_ExtractUnstructuredGrid::GetInputId(int theOutId) const
+{
+  if ( myCellIds.empty() && myCellTypes.empty() )
+    return theOutId;
+
+  if ( myOut2InId.empty() || theOutId > (int)myOut2InId.size() )
+    return -1;
 #if defined __GNUC_2__
   return myOut2InId[theOutId];
 #else
index df096cf7aad3b6dc8110f782c955862ce3dc90a1..37a9dda64140499d97275f6ae4b6fb7973c550c1 100755 (executable)
@@ -1110,8 +1110,11 @@ VTKViewer_GeometryFilter
 
 
 //----------------------------------------------------------------------------
-vtkIdType VTKViewer_GeometryFilter::GetElemObjId(int theVtkID){
-  if(myVTK2ObjIds.empty() || theVtkID > myVTK2ObjIds.size()) return -1;
+vtkIdType VTKViewer_GeometryFilter::GetElemObjId(int theVtkID)
+{
+  if ( myVTK2ObjIds.empty() || theVtkID > (int)myVTK2ObjIds.size() )
+    return -1;
+
 #if defined __GNUC_2__
   return myVTK2ObjIds[theVtkID];
 #else
index 698a54b3ea5bfcbb735605f774d5ca14e40893d1..f0a00caaa5c4454aa6ffd6a2163328f623f33439 100755 (executable)
@@ -76,7 +76,7 @@ int VTKViewer_RectPicker::Pick(float selectionX1, float selectionY1, float selec
   float c1[3], c2[3];
   int picked=0;
   int *winSize;
-  float x, y, t, p;
+  float x, y, t;
   float *viewport;
   float cameraPos[4], cameraFP[4];
   float *displayCoords, *worldCoords;
@@ -88,7 +88,6 @@ int VTKViewer_RectPicker::Pick(float selectionX1, float selectionY1, float selec
   float windowLowerLeft[4], windowUpperRight[4];
   float bounds[6], tol;
   float tF, tB;
-  float hitPosition[3];
   float cameraDOP[3];
   
   //  Initialize picking process
@@ -730,9 +729,9 @@ char VTKViewer_RectPicker::HitBBox (float bounds[6], float origin[4][4], float d
  * p2[4][4] is the corner points of bottom face. 
  * \retval The method returns a non-zero value, if the point is inside.
  */
-char VTKViewer_RectPicker::PointInside (float p[3], float p1[4][4], float p2[4][4], float tol)
+char VTKViewer_RectPicker::PointInside(float p[3], float p1[4][4], float p2[4][4], float tol)
 {
-  int i, j, k;
+  int j, k;
   float t, coord[3];
 
   // Fix one coordinate (x, for example) and