Salome HOME
PAL18352, PAL19290: Conflict in objects selections when switching modules
[modules/smesh.git] / src / StdMeshers / StdMeshers_RadialPrism_3D.hxx
index 4c604ea32393238b0e26ff0eef987f59a32a150f..0bedb6a30f5b7aaa3514d5842458e693d12a6bf6 100644 (file)
@@ -36,6 +36,7 @@
 class StdMeshers_NumberOfLayers;
 class StdMeshers_LayerDistribution;
 class SMESH_MesherHelper;
+class gp_Pnt;
 
 class StdMeshers_RadialPrism_3D: public SMESH_3D_Algo
 {
@@ -58,7 +59,8 @@ protected:
                                const SMDS_MeshNode* outNode,
                                const SMDS_MeshNode* inNode);
 
-  bool computeLayerPositions(gp_Pnt pIn, gp_Pnt pOut);
+  bool computeLayerPositions(const gp_Pnt& pIn,
+                             const gp_Pnt& pOut);
 
 
   const StdMeshers_NumberOfLayers*    myNbLayerHypo;