1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0022922: Clean up warnings on uninitialized / unused variables

This commit is contained in:
dbv@opencascade.com 2012-03-07 17:00:48 +04:00 committed by bugmaster
parent 25289ec1e1
commit 6e6cd5d949
226 changed files with 151 additions and 1471 deletions

View File

@ -466,10 +466,6 @@ Standard_Integer AIS2D_InteractiveContext::OpenLocalContext( const Standard_Bool
const Standard_Boolean AcceptEraseOfObj ) {
if ( !IsCurrent( myLastPicked ) )
if ( !myLastPicked.IsNull() ) {
#ifdef DEB
AIS2D_TypeOfDetection HiMod = myLastPicked -> HasHighlightMode() ?
myLastPicked->HighlightMode() : myLastPicked->DefaultHighlightMode();
#endif
myLastPicked->Unhighlight();
}
@ -528,9 +524,6 @@ void AIS2D_InteractiveContext::CloseLocalContext( const Standard_Integer ind,
if ( GoodIndex == myCurLocalIndex ) {
myCurLocalIndex = HighestIndex();
#ifdef DEB
const Handle(AIS2D_LocalContext)& LocCtx = myLocalContexts(myCurLocalIndex);
#endif
}
}
@ -1755,10 +1748,6 @@ void AIS2D_InteractiveContext::Highlight( const Handle(AIS2D_InteractiveObject)&
break;
}
case AIS2D_DS_Erased: {
#ifdef DEB
Standard_Integer HiMode = anIObj->HasHighlightMode() ?
anIObj->HighlightMode() : anIObj->DefaultHighlightMode();
#endif
anIObj->Highlight(myCollectorVwr->InitializeColor( mySelectionColor ));
if ( updateVwr ) myCollectorVwr->Update();
break;
@ -1804,7 +1793,6 @@ void AIS2D_InteractiveContext::HighlightWithColor( const Handle(AIS2D_Interactiv
}
case AIS2D_DS_Erased: {
#ifdef DEB
Standard_Integer HiMode = anIObj->HasHighlightMode()? anIObj->HighlightMode():0;
Standard_Integer indCol = myCollectorVwr->InitializeColor( aCol );
#endif
if ( updateVwr) myCollectorVwr->Update();
@ -2148,10 +2136,7 @@ AIS2D_StatusOfPick AIS2D_InteractiveContext::Select( const Standard_Boolean Upda
myLocalContexts( myCurLocalIndex )->SetSelected( myLastPicked, UpdateVwr );
return AIS2D_SOP_OneSelected;
}
#ifdef DEB
AIS2D_StatusOfPick PS( AIS2D_SOP_NothingSelected );
#endif
if ( ! mySeqOfDetIO->IsEmpty() ) {
Handle(AIS2D_InteractiveObject) theIO;
Handle(AIS2D_HSequenceOfPrimArchit) thePA;

View File

@ -322,11 +322,7 @@ AIS2D_StatusOfDetection AIS2D_LocalContext::MoveTo(
}
if ( !myLastPicked.IsNull() )
if ( !myLastPicked->State() ) {
#ifdef DEB
AIS2D_TypeOfDetection HiMod = myLastPicked->HasHighlightMode() ?
myLastPicked->HighlightMode() : myLastPicked->DefaultHighlightMode();
#endif
myLastPicked->Unhighlight();
myLastPicked->Unhighlight();
UpdVwr = Standard_True;
} // end if the last picked object isn't selected one
@ -379,9 +375,6 @@ AIS2D_StatusOfDetection AIS2D_LocalContext::MoveTo(
}
case AIS2D_TOD_VERTEX: {
myLastPickPrim = myLastPicked->Primitive(myLastPicked->PickedIndex());
#ifdef DEB
Standard_Integer pInd = myLastPicked->PickedIndex();
#endif
if ( myLastPickPrim != myLastSelPrim ||
( myLastPickPrim == myLastSelPrim &&
myLastPickPrim->PickedIndex() != myLastSelElInd ) ||

View File

@ -340,10 +340,6 @@ Standard_Boolean AlienImage_X11XWDAlienData::Read( OSD_File& file )
}
}
#ifdef DEB
AlienImage_X11XColor *p = ( AlienImage_X11XColor * )myColors ;
#endif
#ifdef TRACE
if ( Verbose ) {
AlienImage_X11XColor *p = ( AlienImage_X11XColor * )myColors;

View File

@ -75,7 +75,6 @@ static void DUMP(const AppParCurves_MultiCurve& C) {
static Standard_Integer nbappel = 0;
Standard_Integer i;
Standard_Integer nbpoles = C.NbPoles();
Standard_Integer deg = C.Degree();
Handle(Geom_BezierCurve) BSp;
Handle(Geom2d_BezierCurve) BSp2d;

View File

@ -92,11 +92,7 @@ Standard_Boolean ApproxInt_PrmPrmSvSurfaces::Compute( Standard_Real& u1
Param(1) = u1; Param(2) = v1;
Param(3) = u2; Param(4) = v2;
math_FunctionSetRoot Rsnld(MyIntersectionOn2S.Function());
#ifdef DEB
IntImp_ConstIsoparametric ChoixIso = MyIntersectionOn2S.Perform(Param,Rsnld);
#else
MyIntersectionOn2S.Perform(Param,Rsnld);
#endif
if (!MyIntersectionOn2S.IsDone()) {
MyHasBeenComputed = MyHasBeenComputedbis = Standard_False;
return(Standard_False);

View File

@ -252,7 +252,7 @@
BOPTools_ListIteratorOfListOfCommonBlock anItCB(aLCB);
for (; anItCB.More(); anItCB.Next()) {
BOPTools_CommonBlock& aCB=anItCB.Value();
BOPTools_PaveBlock& aPB1=aCB.PaveBlock1(nE1);
//BOPTools_PaveBlock& aPB1=aCB.PaveBlock1(nE1);
BOPTools_PaveBlock& aPB2=aCB.PaveBlock2(nE1);
nE=aPB2.OriginalEdge();
if (nE==nE2) {

View File

@ -1129,7 +1129,7 @@ static void GetApproxNormalToFaceOnEdgeEx(const TopoDS_Edge& aE,
for( iKey = 1; iKey <= nbKeys; iKey++ ) {
const TopoDS_Vertex& iV = TopoDS::Vertex(mapVE.FindKey(iKey));
if( iV.IsNull() ) continue;
Standard_Real TolV = BRep_Tool::Tolerance(iV);
//Standard_Real TolV = BRep_Tool::Tolerance(iV);
const TopTools_ListOfShape& iLE = mapVE.FindFromIndex(iKey);
Standard_Integer nbE = iLE.Extent();
if( nbE != 2 ) {
@ -1251,7 +1251,7 @@ static Standard_Boolean PseudoSDFaces(const BRepAdaptor_Surface& BS1,
const TopoDS_Face& aF1 = BS1.Face();
Standard_Real maxTolE1 = 1.e-7, maxTolV1 = 1.e-7;
Standard_Real maxTolE1 = 1.e-7;
Standard_Integer nbE1 = 0, nbOnE1 = 0;
for(anExpE.Init(aF1, TopAbs_EDGE); anExpE.More(); anExpE.Next()) {
const TopoDS_Edge& aE = TopoDS::Edge(anExpE.Current());
@ -1307,7 +1307,7 @@ static Standard_Boolean PseudoSDFaces(const BRepAdaptor_Surface& BS1,
return Standard_False;
const TopoDS_Face& aF2 = BS1.Face();
Standard_Real maxTolE2 = 1.e-7, maxTolV2 = 1.e-7;
Standard_Real maxTolE2 = 1.e-7;
Standard_Integer nbE2 = 0, nbOnE2 = 0;
for(anExpE.Init(aF2, TopAbs_EDGE); anExpE.More(); anExpE.Next()) {
const TopoDS_Edge& aE = TopoDS::Edge(anExpE.Current());

View File

@ -116,11 +116,7 @@ Standard_IMPORT void FDSSDM_Close();// see TopOpeBRepDS_samdom.cxx
// define face/face intersection tolerances
Standard_Boolean forcetoli = Standard_False;
if (forcetoli) {
#ifndef DEB
Standard_Real tolarc=0,toltang=0;
#else
Standard_Real tolarc,toltang;
#endif
TopOpeBRep_ShapeIntersector& tobsi = DSFiller.ChangeShapeIntersector();
TopOpeBRep_FacesIntersector& tobfi = tobsi.ChangeFacesIntersector();
tobfi.ForceTolerances(tolarc,toltang);

View File

@ -812,9 +812,6 @@ Standard_Boolean BRepBlend_RstRstConstRad::Section(const Blend_Point& P,
math_Matrix gradsol(1, 2, 1, 2);
Standard_Real prm = P.Parameter();
#ifdef DEB
Standard_Integer NbSpan = (Poles.Length() - 1) / 2;
#endif
Standard_Integer low = Poles.Lower();
Standard_Integer upp = Poles.Upper();
Standard_Boolean istgt;

View File

@ -915,9 +915,6 @@ Standard_Boolean BRepBlend_RstRstEvolRad::Section(const Blend_Point& P,
math_Matrix gradsol(1, 2, 1, 2);
Standard_Real prm = P.Parameter();
#ifdef DEB
Standard_Integer NbSpan = (Poles.Length() - 1) / 2;
#endif
Standard_Integer low = Poles.Lower();
Standard_Integer upp = Poles.Upper();
Standard_Boolean istgt;

View File

@ -102,9 +102,6 @@ Standard_Boolean BRepBlend_SurfCurvConstRadInv::Derivatives(const math_Vector& X
Standard_Real normd1gui = d1gui.Magnitude();
Standard_Real unsurnormd1gui = 1./normd1gui;
gp_Vec nplan = d1gui.Multiplied(unsurnormd1gui);
#ifdef DEB
Standard_Real theD = -(nplan.XYZ().Dot(ptgui.XYZ()));
#endif
gp_Vec dnplan;
dnplan.SetLinearForm(-nplan.Dot(d2gui),nplan,d2gui);
dnplan.Multiply(unsurnormd1gui);

View File

@ -100,9 +100,6 @@ const Handle(Adaptor3d_HCurve)& Cg,
ray=sg1*ray;
dray=sg1*dray;
gp_Vec nplan = d1gui.Multiplied(unsurnormd1gui);
#ifdef DEB
Standard_Real theD = -(nplan.XYZ().Dot(ptgui.XYZ()));
#endif
gp_Vec dnplan;
dnplan.SetLinearForm(-nplan.Dot(d2gui),nplan,d2gui);
dnplan.Multiply(unsurnormd1gui);

View File

@ -869,9 +869,6 @@ Standard_Boolean BRepBlend_SurfRstConstRad::Section
math_Matrix gradsol(1,3,1,3);
Standard_Real prm = P.Parameter();
#ifdef DEB
Standard_Integer NbSpan=(Poles.Length()-1)/2;
#endif
Standard_Integer low = Poles.Lower();
Standard_Integer upp = Poles.Upper();
Standard_Boolean istgt;

View File

@ -877,9 +877,6 @@ TColStd_Array1OfReal& DWeigths)
math_Matrix gradsol(1,3,1,3);
Standard_Real prm = P.Parameter(),rayprim;
#ifdef DEB
Standard_Integer NbSpan=(Poles.Length()-1)/2;
#endif
Standard_Integer low = Poles.Lower();
Standard_Integer upp = Poles.Upper();
Standard_Boolean istgt;

View File

@ -909,9 +909,7 @@ Standard_Boolean BRepBlend_SurfRstLineBuilder::Recadre(Blend_SurfCurvFuncInv&
Handle(Adaptor3d_HVertex)& Vtx)
{
Standard_Boolean recadre = Standard_False;
#ifdef DEB
Standard_Boolean byinter = (line->NbPoints() != 0);
#endif
gp_Pnt2d pt2d, lastpt2d;
Standard_Integer IndexSol, nbarc;
Standard_Real pmin;

View File

@ -1479,7 +1479,6 @@ Standard_Boolean BRepBuilderAPI_Sewing::FindCandidates(TopTools_SequenceOfShape&
Standard_Boolean isInserted = Standard_False;
Standard_Integer j, ori = (arrForward(i)? 1 : 0);
for (j = 1; (j <= seqCandidates.Length()) && !isInserted; j++) {
Standard_Integer aInd = seqCandidates.Value(j);//debug
Standard_Real aDelta = arrDistance(i) - arrDistance(seqCandidates.Value(j));
//if (arrDistance(i) <= arrDistance(seqCandidates.Value(j))) {
if( aDelta < Precision::Confusion()) {

View File

@ -562,7 +562,7 @@ Standard_Boolean Validate(const Adaptor3d_Curve& CRef,
fabs( Other.LastParameter()-Last) > aPC);
if (!proj) {
Standard_Integer i;
Standard_Real Tol2, prm, aD2, dD;
Standard_Real Tol2, prm, dD;
gp_Pnt pref, pother;
//modified by NIZNHY-PKV Thu May 05 09:06:41 2011f
//OCC22428

View File

@ -266,10 +266,7 @@ BRepCheck_Status BRepCheck_Face::ClassifyWires(const Standard_Boolean Update)
TopoDS_Shape aLocalShape = myShape.EmptyCopied();
TopoDS_Face newFace = TopoDS::Face(aLocalShape);
// TopoDS_Face newFace = TopoDS::Face(myShape.EmptyCopied());
#ifdef DEB
TopAbs_Orientation orWire =
#endif
wir1.Orientation();
newFace.Orientation(TopAbs_FORWARD);
B.Add(newFace,wir1);

View File

@ -433,7 +433,6 @@ BRepCheck_Status BRepCheck_Shell::Orientation(const Standard_Boolean Update)
if (BRepCheck_Trace(0) > 1) {
TopTools_DataMapIteratorOfDataMapOfShapeInteger itt(MapOfShapeOrientation);
Standard_Integer upper = MapOfShapeOrientation.NbBuckets();
Standard_Integer code = 0;
cout << "La map shape Orientation :" << endl;
for (; itt.More(); itt.Next()) {
PrintShape(itt.Key(), upper);

View File

@ -887,7 +887,7 @@ BRepCheck_Status BRepCheck_Wire::SelfIntersect(const TopoDS_Face& F,
//
if(Inter.IsDone()) {
Standard_Integer nbp = Inter.NbPoints();
Standard_Integer nbs = Inter.NbSegments();
//Standard_Integer nbs = Inter.NbSegments();
//
for(Standard_Integer p=1;p<=nbp;p++) {
const IntRes2d_IntersectionPoint& IP=Inter.Point(p);

View File

@ -102,10 +102,6 @@ Standard_Boolean BRepClass3d_SolidExplorer::FindAPointInTheFace
{
TopoDS_Edge Edge = TopoDS::Edge (faceexplorer.Current());
c.Initialize (Edge, face);
#ifdef DEB
Standard_Integer nbinterval =
#endif
c.NbIntervals(GeomAbs_C1);
c.D1((c.LastParameter() - c.FirstParameter()) * param_ + c.FirstParameter(),P,T);
Standard_Real x = T.X();

View File

@ -773,7 +773,6 @@ void BRepExtrema_DistanceSS::Perform(const TopoDS_Vertex& S1, const TopoDS_Face&
gp_Pnt Pt,P1=BRep_Tool::Pnt(S1);
BRepClass_FaceClassifier classifier;
const Standard_Real tol = BRep_Tool::Tolerance(S2);
const Standard_Real epsP = Precision::PConfusion();
for (i = 1; i <= NbExtrema; i++)
{
@ -830,7 +829,6 @@ void BRepExtrema_DistanceSS::Perform(const TopoDS_Face& S1, const TopoDS_Vertex&
gp_Pnt Pt,P1=BRep_Tool::Pnt(S2);
BRepClass_FaceClassifier classifier;
const Standard_Real tol = BRep_Tool::Tolerance(S1);
const Standard_Real epsP = Precision::PConfusion();
for (i = 1; i <= NbExtrema; i++)
{
@ -1079,7 +1077,6 @@ void BRepExtrema_DistanceSS::Perform(const TopoDS_Edge& S1, const TopoDS_Face& S
BRepExtrema_SeqOfSolution seqSol1;
BRepExtrema_SeqOfSolution seqSol2;
Standard_Boolean bIsMini = Standard_False;
if (SeqSolution1.Length() > 0 && SeqSolution2.Length() > 0)
MIN_SOLUTION(SeqSolution1, SeqSolution2, myDstRef, myEps, seqSol1, seqSol2);
@ -1225,7 +1222,6 @@ void BRepExtrema_DistanceSS::Perform(const TopoDS_Face& S1, const TopoDS_Edge& S
BRepExtrema_SeqOfSolution seqSol1;
BRepExtrema_SeqOfSolution seqSol2;
Standard_Boolean bIsMini = Standard_False;
if (SeqSolution1.Length() > 0 && SeqSolution2.Length() > 0)
MIN_SOLUTION(SeqSolution1, SeqSolution2, myDstRef, myEps, seqSol1, seqSol2);
@ -1269,7 +1265,6 @@ void BRepExtrema_DistanceSS::Perform(const TopoDS_Face& S1, const TopoDS_Face& S
gp_Pnt2d PUV;
Standard_Real U1,V1,U2,V2;
BRepClass_FaceClassifier classifier;
const Standard_Real epsP=Precision::PConfusion();
for (i = 1; i <= NbExtrema; i++)
{

View File

@ -622,10 +622,6 @@ void BRepFeat_MakeLinearForm::Init(const TopoDS_Shape& Sbase,
counter1++;
NewListOfEdges.Append(edg);
theEdge = eeee;
#ifdef DEB
Standard_Real dist1 =
#endif
theLastPnt.Distance(myLastPnt);
if(dist <= myTol)
theFEdge = edg;
@ -1148,13 +1144,7 @@ void BRepFeat_MakeLinearForm::Perform()
// end by chaining the section
return Standard_False;
}
// #ifdef DEB
// Standard_Boolean isnb=
// #endif
TopTools_ListOfShape thelist1;
#ifdef DEB
Standard_Boolean isnb=
#endif
mySlface.Bind(CurrentFace, thelist1);
mySlface(CurrentFace).Append(edg1);
myListOfEdges.Append(edg1);

View File

@ -437,14 +437,6 @@ void BRepFeat_MakeRevolutionForm::Init(const TopoDS_Shape& Sbase,
if(Sliding && !PtOnFirstEdge) {
BRepExtrema_ExtCF ext1(TopoDS::Edge(ee1.Shape()), FirstFace);
#ifdef DEB
Standard_Integer nb =
#endif
ext1.NbExt();
#ifdef DEB
Standard_Real dist =
#endif
ext1.SquareDistance(1);
if(ext1.NbExt() < 1 || ext1.SquareDistance(1) > Precision::Confusion() * Precision::Confusion())
Sliding = Standard_False;
}
@ -754,10 +746,7 @@ void BRepFeat_MakeRevolutionForm::Init(const TopoDS_Shape& Sbase,
counter1++;
NewListOfEdges.Append(edg);
theEdge = eeee;
#ifdef DEB
Standard_Real dist1 =
#endif
theLastPnt.Distance(myLastPnt);
if(dist <= myTol)
theFEdge = edg;
theLastPnt = BRep_Tool::Pnt(TopExp::LastVertex(theEdge,Standard_True));

View File

@ -475,10 +475,6 @@ static Standard_Boolean EdgeIntersectOnWire (const gp_Pnt& P1,
TopoDS_Shape aLocalShape = DSS.SupportOnShape2(isol);
TopoDS_Edge E = TopoDS::Edge(aLocalShape);
// TopoDS_Edge E = TopoDS::Edge(DSS.SupportOnShape2(isol));
#ifdef DEB
Standard_Real tol =
#endif
Precision::PConfusion();
Standard_Real first,last,param;
DSS.ParOnEdgeS2(isol,param);
BRep_Tool::Range(E,first,last);

View File

@ -387,9 +387,6 @@ static Standard_Boolean GoodOrientation(const Bnd_Box& B,
// bounding box of the stop shape
Bnd_Box BSurf;//, TheBox;
Standard_Real Umin, Umax, Vmin, Vmax;
#ifdef DEB
Standard_Real Tol = Precision::Confusion()/10;
#endif
// BRepTools B;
// BRep_Tool BT;
Handle(Geom_Surface) Surf;

View File

@ -327,10 +327,6 @@ static Standard_Boolean IsPlanar(const TopoDS_Edge& E)
static Standard_Integer Side(const TopoDS_Wire& Profil,
const Standard_Real Tol)
{
#ifdef DEB
Standard_Boolean OnLeft = Standard_False;
Standard_Boolean OnRight = Standard_False;
#endif
TopoDS_Vertex V1,V2;
// Rem : it is enough to test the first edge of the Wire.
// ( Correctly cut in PrepareProfil)
@ -1834,15 +1830,8 @@ void BRepFill_Evolved::Add( BRepFill_Evolved& Vevo,
// if one remains on the same edge.
// if one passes from left to the right they are inverted.
//------------------------------------------------- -------------
#ifndef DEB
Standard_Boolean Commun = Standard_False;
#else
Standard_Boolean Commun;
#endif
#ifdef DEB
TopAbs_Orientation OriSide =
#endif
Relative(myProfile,Prof,
Relative(myProfile,Prof,
TopoDS::Vertex(VV),
Commun);
@ -2933,11 +2922,6 @@ TopAbs_Orientation OriEdgeInFace (const TopoDS_Edge& E,
const TopoDS_Face& F )
{
#ifdef DEB
TopAbs_Orientation O =
#endif
F.Orientation();
TopExp_Explorer Exp(F.Oriented(TopAbs_FORWARD),TopAbs_EDGE);
for (; Exp.More() ;Exp.Next()) {

View File

@ -1827,10 +1827,6 @@ void MakeOffset (const TopoDS_Edge& E,
// if the offset is greater otr equal to the radius and the side of the
// concavity of the circle => edge null.
gp_Circ2d C1(AC.Circle());
#ifdef DEB
Standard_Real radius =
#endif
C1.Radius();
gp_Ax22d axes( C1.Axis());
gp_Dir2d Xd = axes.XDirection();
gp_Dir2d Yd = axes.YDirection();

View File

@ -1043,7 +1043,6 @@ void BRepFill_PipeShell::BuildHistory(const BRepFill_Sweep& theSweep)
}
for(j = myLocation->NbLaw(); j >= 1; j--) {
Standard_Boolean ismodified = Standard_False;
TopTools_ListOfShape aListOfFace;
if(bPrevModified) {

View File

@ -365,8 +365,8 @@ void BRepGProp_Face::VKnots(TColStd_Array1OfReal& Knots) const
Standard_Integer BRepGProp_Face::LIntOrder(const Standard_Real Eps) const
{
Bnd_Box2d aBox;
BndLib_Add2dCurve aB;
aB.Add(myCurve, 1.e-7, aBox);
BndLib_Add2dCurve::Add(myCurve, 1.e-7, aBox);
Standard_Real aXmin, aXmax, aYmin, aYmax;
aBox.Get(aXmin, aYmin, aXmax, aYmax);
Standard_Real aVmin = mySurface.FirstVParameter();

View File

@ -318,7 +318,6 @@ void BRepMesh_FastDiscret::Add(const TopoDS_Face& theface,
gp_Pnt2d uvFirst, uvLast;
TopAbs_Orientation orFace = face.Orientation();
Handle(Poly_Triangulation) T;
TopLoc_Location loc;

View File

@ -1186,7 +1186,6 @@ Standard_Real BRepMesh_FastDiscretFace::Control(const Handle(BRepAdaptor_HSurfac
//IMPORTANT: Constants used in calculations
const Standard_Real MinimalArea2d = 1.e-9;
const Standard_Real MinimalSqLength3d = 1.e-12;
const Standard_Real aDef2 = theDefFace*theDefFace;
// Define the number of iterations
Standard_Integer myNbIterations = 11;
@ -1212,8 +1211,6 @@ Standard_Real BRepMesh_FastDiscretFace::Control(const Handle(BRepAdaptor_HSurfac
Standard_Boolean caninsert;
Standard_Real sqdefface = theDefFace * theDefFace;
Standard_Real ddu = theCaro->UResolution(theDefFace);
Standard_Real ddv = theCaro->VResolution(theDefFace);
GeomAbs_SurfaceType thetype = theCaro->GetType();
Handle(Geom_Surface) BSpl;
@ -1551,7 +1548,6 @@ void BRepMesh_FastDiscretFace::AddInShape(const TopoDS_Face& theFace,
const BRepMesh_Edge& ve1=myStructure->GetLink(e1);
const BRepMesh_Edge& ve2=myStructure->GetLink(e2);
const BRepMesh_Edge& ve3=myStructure->GetLink(e3);
if (o1) {
v1=ve1.FirstNode();

View File

@ -1117,8 +1117,6 @@ static void ExtentEdge(const TopoDS_Edge& E,TopoDS_Edge& NE, const Standard_Real
MinLoc = E.Location() * MinLoc;
if (!C3d.IsNull())
{
Standard_Real FirstPar = C3d->FirstParameter();
Standard_Real LastPar = C3d->LastParameter();
if (MinPC->IsClosed())
{
f = FirstParOnPC;

View File

@ -1020,9 +1020,6 @@ void BRepOffset_MakeOffset::BuildOffsetByInter()
TopoDS_Shape NE;
TopoDS_Edge TNE;
TopoDS_Face NF;
#ifdef DEB
TopAbs_Orientation Or;
#endif
for (Exp.Init(myShape,TopAbs_FACE) ; Exp.More(); Exp.Next()) {
const TopoDS_Face& FI = TopoDS::Face(Exp.Current());
@ -1549,9 +1546,6 @@ void BRepOffset_MakeOffset::BuildOffsetByArc()
BRepOffset_Type RT = BRepOffset_Concave;
if (myOffset < 0.) RT = BRepOffset_Convex;
BRepOffset_DataMapIteratorOfDataMapOfShapeOffset It(MapSF);
#ifdef DEB
Standard_Integer MapSFNb = MapSF.Extent();
#endif
for ( ; It.More(); It.Next()) {
const TopoDS_Shape& SI = It.Key();
const BRepOffset_Offset& SF = It.Value();

View File

@ -185,10 +185,6 @@ TopAbs_Orientation BRepOffset_Tool::OriEdgeInFace (const TopoDS_Edge& E,
const TopoDS_Face& F )
{
#ifdef DEB
TopAbs_Orientation O =
#endif
F.Orientation();
TopExp_Explorer Exp;
Exp.Init(F.Oriented(TopAbs_FORWARD),TopAbs_EDGE);

View File

@ -1128,7 +1128,6 @@ static Standard_Integer bsplineprof(Draw_Interpretor& di,
return 0;
#ifdef DEB
badargs:
di << "profile : bad number of arguments";
return 1;
#endif

View File

@ -193,10 +193,6 @@ static Standard_Integer plate (Draw_Interpretor & di,Standard_Integer n,const ch
DBRep::Set(name, E);
MW.Add(E);
if (MW.IsDone()==Standard_False) {
#if DEB
BRepBuilderAPI_WireError err =
#endif
MW.Error();
Standard_Failure::Raise("mkWire is over ");
}
@ -429,10 +425,6 @@ static Standard_Integer approxplate (Draw_Interpretor & di,Standard_Integer n,co
BRepLib::BuildCurve3d(E);
MW.Add(E);
if (MW.IsDone()==Standard_False) {
#ifdef DEB
BRepBuilderAPI_WireError err =
#endif
MW.Error();
Standard_Failure::Raise("mkWire is over ");
}
}

View File

@ -194,11 +194,6 @@ void BRepTools_Quilt::Add(const TopoDS_Shape& S)
TopoDS_Wire NW;
B.MakeWire(NW);
TopoDS_Iterator ite(W,Standard_False);
#ifdef DEB
Standard_Real Tol = BRep_Tool::Tolerance(F);
#else
BRep_Tool::Tolerance(F);
#endif
Standard_Real UFirst,ULast;
// Reconstruction des wires.
@ -444,8 +439,6 @@ TopoDS_Shape BRepTools_Quilt::Shells() const
TopoDS_Shape arefShape = SH.Oriented(TopAbs_FORWARD) ;
B.Add ( arefShape ,Fo.Oriented(NewO));
}
Standard_Integer kk =1;
Standard_Integer p =0;
// Rebind the free edges of the old shell to the new shell
//gka BUG 6491
TopExp_Explorer aexp(SH,TopAbs_EDGE);

View File

@ -269,7 +269,7 @@ BRepTopAdaptor_FClass2d::BRepTopAdaptor_FClass2d(const TopoDS_Face& aFace,const
{
//Standard_Real anglep=0,anglem=0;
TColgp_Array1OfPnt2d PClass(1,nbpnts);
Standard_Real angle = 0.0, square = 0.0;
Standard_Real square = 0.0;
//-------------------------------------------------------------------
//-- ** The mode of calculation was somewhat changed

View File

@ -95,7 +95,6 @@ void BinMDataStd_ExtStringArrayDriver::Paste
const TColStd_Array1OfExtendedString& aSourceArray = anAtt->Array()->Array1();
const Standard_Integer aFirstInd = aSourceArray.Lower();
const Standard_Integer aLastInd = aSourceArray.Upper();
const Standard_Integer aLength = aLastInd - aFirstInd + 1;
theTarget << aFirstInd << aLastInd;
for (Standard_Integer i = aFirstInd; i <= aLastInd; i ++)
theTarget << anAtt->Value( i );

View File

@ -68,7 +68,6 @@ void BinMDataStd_ExtStringListDriver::Paste(const Handle(TDF_Attribute)& theSour
Handle(TDataStd_ExtStringList) anAtt = Handle(TDataStd_ExtStringList)::DownCast(theSource);
const Standard_Integer aFirstInd = 1;
const Standard_Integer aLastInd = anAtt->Extent();
const Standard_Integer aLength = aLastInd - aFirstInd + 1;
theTarget << aFirstInd << aLastInd;
TDataStd_ListIteratorOfListOfExtendedString itr(anAtt->List());
for (; itr.More(); itr.Next())

View File

@ -11,13 +11,8 @@ void Blend_CSWalking::InternalPerform(Blend_CSFunction& Func,
TopAbs_State situ;
Standard_Real w,U,V;
Standard_Integer nbarc;
#ifndef DEB
Standard_Integer Index = 0;
Standard_Boolean Isvtx = Standard_False;
#else
Standard_Integer Index;
Standard_Boolean Isvtx;
#endif
Standard_Integer Nbvar = Func.NbVariables();
Standard_Boolean Arrive,recad,echecrecad;
gp_Pnt2d p2d;

View File

@ -871,9 +871,6 @@ Standard_Boolean BlendFunc_CSConstRad::Section
math_Matrix gradsol(1,3,1,3);
Standard_Real prm = P.Parameter();
#ifdef DEB
Standard_Integer NbSpan=(Poles.Length()-1)/2;
#endif
Standard_Integer low = Poles.Lower();
Standard_Integer upp = Poles.Upper();
Standard_Boolean istgt;

View File

@ -152,7 +152,6 @@ Standard_Boolean BlendFunc_RuledInv::Derivatives(const math_Vector& X,
const Standard_Real normtgcur = d1cur.Magnitude();
const gp_Vec nplan = d1cur.Normalized();
const Standard_Real theD = -(nplan.XYZ().Dot(ptcur.XYZ()));
gp_Vec dnplan;
dnplan.SetLinearForm(-nplan.Dot(d2cur),nplan,d2cur);

View File

@ -623,10 +623,6 @@ TopoDS_Edge ChFi2d_Builder::BuildNewEdge(const TopoDS_Edge& E1,
TopoDS_Edge anEdge = makeEdge;
anEdge.Orientation(E1.Orientation());
// anEdge.Location(E1.Location());
#ifdef DEB
BRepLib_EdgeError error =
#endif
makeEdge.Error();
return anEdge;
}

View File

@ -77,9 +77,6 @@ Standard_Boolean DDocStd::Find (const Handle(TDocStd_Document)& D,
const Standard_Boolean Complain)
{
Label.Nullify();
#ifdef DEB
Standard_Boolean Found;
#endif
TDF_Tool::Label(D->GetData(),Entry,Label,Standard_False);
if (Label.IsNull() && Complain) cout<<"No label for entry "<<Entry<<endl;
return !Label.IsNull();
@ -96,9 +93,6 @@ Standard_Boolean DDocStd::Find (const Handle(TDocStd_Document)& D,
Handle(TDF_Attribute)& A,
const Standard_Boolean Complain)
{
#ifdef DEB
Standard_Boolean found;
#endif
TDF_Label L;
if (Find(D,Entry,L,Complain)) {
if (L.FindAttribute(ID,A)) return Standard_True;

View File

@ -976,8 +976,6 @@ static Standard_Integer DNaming_AddFillet (Draw_Interpretor& theDI,
TDF_Reference::Set(anObject->Label(), aFun->Label().FindChild(FUNCTION_RESULT_LABEL)); //result is here
Standard_Integer aSurfaceType = 0;
Standard_Real aRadius = atof(theArg[3]);
DNaming::GetReal(aFun,FILLET_RADIUS)->Set(aRadius);
@ -1373,7 +1371,7 @@ static Standard_Integer DNaming_SphereRadius (Draw_Interpretor& theDI,
return 0;
}
}
ERR:
cout << "DNaming_SphRadius : Error" << endl;
return 1;
}
@ -1644,7 +1642,6 @@ static Standard_Boolean MakeSelection (const Handle(TDataStd_UAttribute)& Obj,
TDF_Label aResultLabel = aFun->Label().FindChild(FUNCTION_RESULT_LABEL, Standard_True);
TDF_Reference::Set(Obj->Label(), aResultLabel ); //result of the object
aResultLabel.ForgetAllAttributes(Standard_True);
Standard_Boolean aKeepOrientation(Standard_False);
Handle(TNaming_NamedShape) aNS = DNaming::GetObjectValue( ContextObj);
try{
const TopoDS_Shape& aContext = aNS->Get();
@ -1703,7 +1700,6 @@ static Standard_Boolean MakeXSelection (const Handle(TDataStd_UAttribute)& Obj,
TDF_Reference::Set(Obj->Label(), aResultLabel ); //result of the object
aResultLabel.ForgetAllAttributes(Standard_True);
Standard_Boolean aKeepOrientation(Standard_False);
Handle(TNaming_NamedShape) aNS = DNaming::GetObjectValue( ContextObj);
try{
const TopoDS_Shape& aContext = aNS->Get();
@ -1867,7 +1863,6 @@ static Standard_Integer DNaming_TestSingle (Draw_Interpretor& theDI,
if(!aNS.IsNull() && !aNS->IsEmpty()) {
const TopoDS_Shape& aRootShape = aNS->Get();
TopAbs_ShapeEnum aType = aRootShape.ShapeType();
//TopTools_MapOfOrientedShape aMap0;
//MapOfOrientedShapes(aRootShape, aMap0);
TopTools_ListOfShape aList, aFailedList;
@ -1971,7 +1966,7 @@ static Standard_Integer DNaming_TestSingle (Draw_Interpretor& theDI,
return 0;
}
}
ERR:
cout << "DNaming_TestSingle : Error" << endl;
return 1;
}
@ -2007,7 +2002,6 @@ static Standard_Integer DNaming_Multiple (Draw_Interpretor& theDI,
if(!aNS.IsNull() && !aNS->IsEmpty()) {
const TopoDS_Shape& aRootShape = aNS->Get();
TopAbs_ShapeEnum aType = aRootShape.ShapeType();
TopTools_MapOfOrientedShape aMap0;
MapOfOrientedShapes(aRootShape, aMap0);
TopTools_ListOfShape aList, aFailedList;
@ -2102,7 +2096,7 @@ static Standard_Integer DNaming_Multiple (Draw_Interpretor& theDI,
return 0;
}
}
ERR:
cout << "DNaming_TestMultiple : Error" << endl;
return 1;
}

View File

@ -142,7 +142,6 @@ void DNaming::ToolsCommands (Draw_Interpretor& theCommands)
if (done) return;
done = Standard_True;
const char* g = "Naming data commands " ;
const char* g2 = "Naming modeling commands" ;
theCommands.Add ("CopyShape",
"CopyShape (Shape1 [Shape2] ...)",

View File

@ -107,7 +107,6 @@ Standard_Integer _main_ (int argc, char* argv[], char* envp[], const FDraw_InitA
Draw_IsConsoleSubsystem = Standard_True;
//return _WinMain_(::GetModuleHandle(NULL), NULL, GetCommandLine(), SW_SHOW, fDraw_InitAppli);
theDraw_InitAppli = fDraw_InitAppli;
Standard_Boolean CONSOLE = Standard_True;
//ParseCommandLine(GetCommandLine());
// MKV 01.02.05

View File

@ -498,9 +498,6 @@ void Draw_Viewer::RotateView (const Standard_Integer id,
if (Draw_Batch) return;
if (myViews[id]) {
gp_Trsf T = myViews[id]->Matrix;
#ifdef DEB
Standard_Real z = myViews[id]->Zoom;
#endif
T.Invert();
gp_Pnt PP(0,0,0);

View File

@ -168,10 +168,7 @@ void DrawDim_Angle::DrawOn(Draw_Display& ) const
gp_Vec curvec (AxePosition, curpt);
gp_XYZ curXYZ = curvec.XYZ();
gp_XYZ Norm (curXYZ.Crossed(AxeXYZ));
#ifdef DEB
Standard_Real NormMod =
#endif
Norm.Modulus();
if (Norm.Modulus() > gp::Resolution()) {
Standard_Real curdist = curpos.Distance (curpt);
if (curdist < dist) {

View File

@ -22,10 +22,7 @@ DrawFairCurve_Batten::DrawFairCurve_Batten(const Standard_Address TheBatten)
void DrawFairCurve_Batten::Compute()
{
FairCurve_AnalysisCode Iana;
#ifdef DEB
Standard_Boolean Ok =
#endif
((FairCurve_Batten*)MyBatten)->Compute(Iana, 50, 1.0e-2);
((FairCurve_Batten*)MyBatten)->Compute(Iana, 50, 1.0e-2);
curv = ((FairCurve_Batten*)MyBatten)->Curve();
}
void DrawFairCurve_Batten::SetPoint(const Standard_Integer Side, const gp_Pnt2d& Point)

View File

@ -118,10 +118,7 @@ static Standard_Boolean FindPointOnFace(const TopoDS_Face& face, gp_Pnt2d& pt2d)
// verify that (upar vpar) is a point on the face
BRepClass_FaceClassifier fClass(face, pt2d, gp::Resolution());
#ifdef DEB
TopAbs_State state =
#endif
fClass.State();
if ((fClass.State() == TopAbs_OUT) || (fClass.State() == TopAbs_UNKNOWN)) {
// try to find a point on face
pt2d=points(1);

View File

@ -71,11 +71,6 @@ void DsgPrs_XYZAxisPresentation::Add(const Handle(Prs3d_Presentation)& aPresenta
A(1).SetCoord(xo,yo,zo);
A(2).SetCoord(x,y,z);
#ifdef DEB
Quantity_Length arrowAngle = anArrowAspect->Angle();
Quantity_Length textHeight = aTextAspect->Height();
#endif
G->SetPrimitivesAspect(aLineAspect->Aspect());
G->Polyline(A);
G->SetPrimitivesAspect( anArrowAspect->Aspect() );

View File

@ -84,10 +84,7 @@ extern "C" void ExprIntrp_Derivation()
{
ExprIntrp_Recept.PushValue(1);
char name[100];
#ifdef DEB
Standard_Integer nbcar =
#endif
ExprIntrp_GetResult(name);
ExprIntrp_GetResult(name);
TCollection_AsciiString thename(name);
Handle(Expr_NamedExpression) namexp = ExprIntrp_Recept.GetNamed(thename);
if (namexp.IsNull()) {
@ -127,10 +124,7 @@ extern "C" void ExprIntrp_StartDifferential()
extern "C" void ExprIntrp_DiffDegreeVar()
{
char name[100];
#ifdef DEB
Standard_Integer nbcar =
#endif
ExprIntrp_GetResult(name);
ExprIntrp_GetResult(name);
#ifndef WNT
if (strncasecmp(name,"X",1)) {
#else
@ -154,10 +148,7 @@ extern "C" void ExprIntrp_DiffVar()
extern "C" void ExprIntrp_DiffDegree()
{
char name[100];
#ifdef DEB
Standard_Integer nbcar =
#endif
ExprIntrp_GetResult(name);
ExprIntrp_GetResult(name);
Standard_Integer deg = atoi(name);
ExprIntrp_Recept.PushValue(deg);
}
@ -165,10 +156,7 @@ extern "C" void ExprIntrp_DiffDegree()
extern "C" void ExprIntrp_VerDiffDegree()
{
char name[100];
#ifdef DEB
Standard_Integer nbcar =
#endif
ExprIntrp_GetResult(name);
ExprIntrp_GetResult(name);
Standard_Integer deg = atoi(name);
Standard_Integer thedeg = ExprIntrp_Recept.PopValue();
if (deg != thedeg) {
@ -604,10 +592,7 @@ extern "C" void ExprIntrp_EndOfFuncDef()
extern "C" void ExprIntrp_ConstantIdentifier()
{
char name[100];
#ifdef DEB
Standard_Integer nbcar =
#endif
ExprIntrp_GetResult(name);
ExprIntrp_GetResult(name);
TCollection_AsciiString thename(name);
ExprIntrp_Recept.PushName(thename);
}

View File

@ -126,8 +126,7 @@ void Extrema_ExtCS::Perform(const Adaptor3d_Curve& C,
if(Precision::IsInfinite(Abs(cfirst)) || Precision::IsInfinite(Abs(clast))) {
Bnd_Box aSurfBox;
BndLib_AddSurface anAddSurf;
anAddSurf.Add(*myS, ufirst, ulast, vfirst, vlast, Precision::Confusion(), aSurfBox);
BndLib_AddSurface::Add(*myS, ufirst, ulast, vfirst, vlast, Precision::Confusion(), aSurfBox);
Standard_Real xmin, ymin, zmin, xmax, ymax, zmax;
aSurfBox.Get(xmin, ymin, zmin, xmax, ymax, zmax);
Standard_Real tmin = Precision::Infinite(), tmax = -tmin;

View File

@ -53,7 +53,6 @@ class ExtremaExtElC_TrigonometricRoots {
}
//
Standard_Boolean IsARoot(Standard_Real u) {
Standard_Integer i;
Standard_Real PIpPI, aEps;
//
aEps=RealEpsilon();

View File

@ -278,11 +278,6 @@ Method:
Standard_Real R = C.MajorRadius();
Standard_Real r = C.MinorRadius();
gp_Vec OPp (O,Pp);
#ifdef DEB
Standard_Real OPpMagn = OPp.Magnitude();
#else
OPp.Magnitude();
#endif
Standard_Real X = OPp.Dot(gp_Vec(C.XAxis().Direction()));
Standard_Real Y = OPp.Dot(gp_Vec(C.YAxis().Direction()));
@ -371,11 +366,6 @@ Method:
Standard_Real F = C.Focal();
gp_Vec OPp (O,Pp);
#ifdef DEB
Standard_Real OPpMagn = OPp.Magnitude();
#else
OPp.Magnitude();
#endif
Standard_Real X = OPp.Dot(gp_Vec(C.XAxis().Direction()));
// Standard_Real Y = Sqrt(OPpMagn*OPpMagn-X*X);
Standard_Real Y = OPp.Dot(gp_Vec(C.YAxis().Direction()));

View File

@ -144,11 +144,6 @@ void Extrema_ExtPElC2d::Perform (const gp_Pnt2d& P,
myDone = Standard_False;
}
else {
#ifdef DEB
Standard_Real VMagn = V.Magnitude();
#else
V.Magnitude();
#endif
Standard_Real X = V.Dot(gp_Vec2d(E.XAxis().Direction()));
Standard_Real Y = V.Dot(gp_Vec2d(E.YAxis().Direction()));
@ -195,11 +190,6 @@ void Extrema_ExtPElC2d::Perform(const gp_Pnt2d& P,
Standard_Real R = H.MajorRadius();
Standard_Real r = H.MinorRadius();
gp_Vec2d OPp(O,P);
#ifdef DEB
Standard_Real OPpMagn = OPp.Magnitude();
#else
OPp.Magnitude();
#endif
Standard_Real Tol2 = Tol * Tol;
Standard_Real X = OPp.Dot(gp_Vec2d(H.XAxis().Direction()));
Standard_Real Y = OPp.Dot(gp_Vec2d(H.YAxis().Direction()));
@ -263,11 +253,6 @@ void Extrema_ExtPElC2d::Perform(const gp_Pnt2d& P,
Standard_Real Tol2 = Tol * Tol;
Standard_Real F = C.Focal();
gp_Vec2d OPp (O,P);
#ifdef DEB
Standard_Real OPpMagn = OPp.Magnitude();
#else
OPp.Magnitude();
#endif
Standard_Real X = OPp.Dot(gp_Vec2d(C.MirrorAxis().Direction()));
Standard_Real Y = OPp.Dot(gp_Vec2d(C.Axis().YAxis().Direction()));

View File

@ -121,11 +121,6 @@ void Extrema_ExtPElS::Perform(const gp_Pnt& P,
Standard_Real L2 = MP.SquareMagnitude();
Standard_Real Vm = -(S.RefRadius() / Sin(A));
#ifdef DEB
Standard_Real Zm = gp_Vec(O, M).Dot(OZ);
#else
gp_Vec(O, M).Dot(OZ);
#endif
// Case when P is mixed with S ...
if (L2 < Tol * Tol) {

View File

@ -80,11 +80,8 @@ FEmTool_Assembly::FEmTool_Assembly(const TColStd_Array2OfInteger& Dependence,
TColStd_Array1OfInteger FirstIndexes(1, B.Length()); FirstIndexes.Init(B.Length());
#ifdef DEB
Standard_Integer dim, el, nvar, Imax, Imin, I0 = 1 - B.Lower(), i;
#else
Standard_Integer dim, el, nvar, Imin, I0 = 1 - B.Lower(), i;
#endif
Standard_Integer diml = Table->LowerRow(), dimu = Table->UpperRow(),
ell = Table->LowerCol(), elu = Table->UpperCol(), nvarl, nvaru;
@ -137,11 +134,9 @@ void FEmTool_Assembly::AddMatrix(const Standard_Integer Element,
Standard_Integer nvarl = T1.Lower(), nvaru = Min(T1.Upper(), nvarl + Mat.RowNumber() - 1);
#ifdef DEB
Standard_Integer I, J, I0 = 1 - B.Lower(), i, ii, j, jj,
#else
Standard_Integer I, J, I0 = 1 - B.Lower(), i, ii, j,
#endif
i0 = Mat.LowerRow() - nvarl, j0 = Mat.LowerCol() - nvarl;
for(i = nvarl; i <= nvaru; i++) {

View File

@ -161,10 +161,6 @@ PerformLengthParametrized( Handle(TColStd_HArray1OfReal)& HParameters,
// Standard_Real UCurrent;
Standard_Real Delta, Ui;
Standard_Real UU2 = Max(U1, U2);
#ifdef DEB
Standard_Real L =
#endif
CPnts_AbscissaPoint::Length(C, UU1, UU2);
Standard_Integer Index ;
// Ratio is defined as dl = Ratio * du

View File

@ -75,7 +75,7 @@ Standard_Boolean GProp_TFunction::Value(const Standard_Real X,
// Compute the integral from myUMin to aUMax of myUFunction.
Standard_Integer i;
Standard_Real aCoeff = aV2d.Y();
Standard_Integer aNbUIntervals = anUKnots->Length() - 1;
//Standard_Integer aNbUIntervals = anUKnots->Length() - 1;
//Standard_Real aTol = myTolerance/aNbUIntervals;
Standard_Real aTol = myTolerance;

View File

@ -71,11 +71,7 @@ GccAna_Circ2d2TanOn::
gp_Pnt2d center1(C1.Location());
gp_Pnt2d center2(C2.Location());
TColStd_Array1OfReal Radius(1,2);
#ifdef DEB
Standard_Real distance = center1.Distance(center2);
#else
center1.Distance(center2);
#endif
Standard_Real dist1 = OnLine.Distance(center1);
Standard_Real dist2 = OnLine.Distance(center2);
Standard_Real d1 = dist1+R1;

View File

@ -77,12 +77,7 @@
gp_Dir2d dir(OnCirc.Location().XY()-Point2.XY());
gp_Pnt2d pinterm(Point2.XY()+(distpc+Ron)*dir.XY());
Standard_Real dist1 = L1.Distance(pinterm);
if (Abs(dist1-distpc-Ron) > Tol) {
#ifdef DEB
gp_Pnt2d pinterm(Point2.XY()+(distpc-Ron)*dir.XY()); // Unused ! BUG ???
Standard_Real dist1 = L1.Distance(pinterm); // Unused ! BUG ???
#endif
}
if (Abs(dist1-distpc+Ron) <= Tol) {
dir = gp_Dir2d(-dirL1.Y(),dirL1.X());
gp_Dir2d direc(originL1.XY()-pinterm.XY());

View File

@ -70,11 +70,7 @@ GccAna_Circ2d2TanOn::
TColStd_Array1OfReal Rradius(1,2);
gp_Pnt2d center1(C1.Location());
gp_Pnt2d center2(C2.Location());
#ifdef DEB
Standard_Real distance = center1.Distance(center2);
#else
center1.Distance(center2);
#endif
Standard_Real R1 = C1.Radius();
Standard_Real R2 = C2.Radius();

View File

@ -43,9 +43,6 @@ GccAna_Circ2d2TanOn::
NbrSol = 0;
gp_Dir2d dirx(1.,0.);
#ifdef DEB
Standard_Real Tol = Abs(Tolerance);
#endif
if (!(Qualified1.IsEnclosed() ||
Qualified1.IsOutside() || Qualified1.IsUnqualified()) ||
!(Qualified2.IsEnclosed() ||

View File

@ -53,9 +53,6 @@ GccAna_Circ2d2TanRad::
{
gp_Dir2d dirx(1.0,0.0);
#ifdef DEB
Standard_Real Tol = Abs(Tolerance);
#endif
TColStd_Array1OfReal cote1(1,2);
TColStd_Array1OfReal cote2(1,2);
Standard_Integer nbrcote1=0;

View File

@ -57,9 +57,6 @@ GccAna_Circ2d3Tan::
TheSame2.Init(0);
TheSame3.Init(0);
gp_Dir2d dirx(1.0,0.0);
#ifdef DEB
Standard_Real Tol = Abs(Tolerance);
#endif
WellDone = Standard_False;
NbrSol = 0;
if (!(Qualified1.IsEnclosed() ||

View File

@ -95,11 +95,7 @@ GccAna_Circ2d3Tan::
gp_Pnt2d Center(Intp.Point(j).Value());
Standard_Real dist1 = L1.Distance(Center);
Standard_Real dist2 = Center.Distance(Point2);
#ifdef DEB
Standard_Real dist3 = Center.Distance(Point3);
#else
Center.Distance(Point3);
#endif
Standard_Real Radius=0;
Standard_Integer nbsol1 = 0;
// Standard_Integer nbsol2 = 0;

View File

@ -94,11 +94,6 @@ GccAna_Circ2dTanOnRad::
cirsol(NbrSol)=gp_Circ2d(gp_Ax2d(Center,dirx),Radius);
// =====================================================
gp_Dir2d dc1(origin1.XY()-Center.XY());
#ifdef DEB
Standard_Real sign = dc1.Dot(normL1);
#else
dc1.Dot(normL1);
#endif
if (!Qualified1.IsUnqualified()) {
qualifier1(NbrSol) = Qualified1.Qualifier();
}

View File

@ -447,13 +447,6 @@ GccGeo_Circ2dTanOnRad::
cote1(1) = Radius;
cote1(2) = -Radius;
}
#ifdef DEB
Standard_Real x1dir = dir1.X();
Standard_Real y1dir = dir1.Y();
#else
dir1.X();
dir1.Y();
#endif
TheIntConicCurve Intp;
for (Standard_Integer jcote1 = 1 ; jcote1 <= nbrcote1 ; jcote1++) {
gp_Pnt2d Point(dir1.XY()+cote1(jcote1)*norm1.XY());
@ -472,11 +465,6 @@ GccGeo_Circ2dTanOnRad::
cirsol(NbrSol) = gp_Circ2d(gp_Ax2d(Center,dirx),Radius);
// =======================================================
gp_Dir2d dc1(origin1.XY()-Center.XY());
#ifdef DEB
Standard_Real sign = dc1.Dot(norm1);
#else
dc1.Dot(norm1);
#endif
if (!Qualified1.IsUnqualified()) {
qualifier1(NbrSol) = Qualified1.Qualifier();
}

View File

@ -76,11 +76,7 @@ GccIter_Circ2d2TanOn::
Ufirst(4) = (point3.Distance(point2)+point3.Distance(point1))/2.;
GccIter_FuncTCuCuOnCu Func(L1,Cu2,OnLine,Ufirst(4));
math_FunctionSetRoot Root(Func,Ufirst,tol,Umin,Umax);
#ifdef DEB
Standard_Boolean Ok = Func.Value(Ufirst,Umin);
#else
Func.Value(Ufirst,Umin);
#endif
if (Root.IsDone()) {
Root.Root(Ufirst);
// gp_Vec2d Tan1,Tan2,Nor1,Nor2;
@ -187,11 +183,7 @@ GccIter_Circ2d2TanOn::
Ufirst(4) = (point3.Distance(point2)+point3.Distance(point1))/2.;
GccIter_FuncTCuCuOnCu Func(Cu1,Cu2,OnLine,Ufirst(4));
math_FunctionSetRoot Root(Func,Ufirst,tol,Umin,Umax);
#ifdef DEB
Standard_Boolean Ok = Func.Value(Ufirst,Umin);
#else
Func.Value(Ufirst,Umin);
#endif
if (Root.IsDone()) {
Root.Root(Ufirst);
gp_Vec2d Tan1,Tan2;
@ -287,11 +279,7 @@ GccIter_Circ2d2TanOn::
Ufirst(3) = (point3.Distance(Point2)+point3.Distance(point1))/2.;
GccIter_FuncTCuCuOnCu Func(Cu1,Point2,OnLine,Ufirst(3));
math_FunctionSetRoot Root(Func,Ufirst,tol,Umin,Umax);
#ifdef DEB
Standard_Boolean Ok = Func.Value(Ufirst,Umin);
#else
Func.Value(Ufirst,Umin);
#endif
if (Root.IsDone()) {
Root.Root(Ufirst);
gp_Pnt2d point1,point3;
@ -384,11 +372,7 @@ GccIter_Circ2d2TanOn::
Ufirst(4) = (point3.Distance(point2)+point3.Distance(point1))/2.;
GccIter_FuncTCuCuOnCu Func(C1,Cu2,OnLine,Ufirst(4));
math_FunctionSetRoot Root(Func,Ufirst,tol,Umin,Umax);
#ifdef DEB
Standard_Boolean Ok = Func.Value(Ufirst,Umin);
#else
Func.Value(Ufirst,Umin);
#endif
if (Root.IsDone()) {
Root.Root(Ufirst);
// gp_Vec2d Tan1,Tan2,Nor1,Nor2;
@ -501,11 +485,7 @@ GccIter_Circ2d2TanOn::
Ufirst(4) = (point3.Distance(point2)+point3.Distance(point1))/2.;
GccIter_FuncTCuCuOnCu Func(C1,Cu2,OnCirc,Ufirst(4));
math_FunctionSetRoot Root(Func,Ufirst,tol,Umin,Umax);
#ifdef DEB
Standard_Boolean Ok = Func.Value(Ufirst,Umin);
#else
Func.Value(Ufirst,Umin);
#endif
if (Root.IsDone()) {
Root.Root(Ufirst);
// gp_Vec2d Tan1,Tan2,Nor1;
@ -615,11 +595,7 @@ GccIter_Circ2d2TanOn::
Ufirst(4) = (point3.Distance(point2)+point3.Distance(point1))/2.;
GccIter_FuncTCuCuOnCu Func(L1,Cu2,OnCirc,Ufirst(4));
math_FunctionSetRoot Root(Func,Ufirst,tol,Umin,Umax);
#ifdef DEB
Standard_Boolean Ok = Func.Value(Ufirst,Umin);
#else
Func.Value(Ufirst,Umin);
#endif
if (Root.IsDone()) {
Root.Root(Ufirst);
gp_Pnt2d point1,point2;
@ -729,11 +705,7 @@ GccIter_Circ2d2TanOn::
Ufirst(4) = (point3.Distance(point2)+point3.Distance(point1))/2.;
GccIter_FuncTCuCuOnCu Func(Cu1,Cu2,OnCirc,Ufirst(4));
math_FunctionSetRoot Root(Func,Ufirst,tol,Umin,Umax);
#ifdef DEB
Standard_Boolean Ok = Func.Value(Ufirst,Umin);
#else
Func.Value(Ufirst,Umin);
#endif
if (Root.IsDone()) {
Root.Root(Ufirst);
// gp_Vec2d Tan1,Tan2,Nor1;
@ -833,11 +805,7 @@ GccIter_Circ2d2TanOn::
Ufirst(3) = (point3.Distance(Point2)+point3.Distance(point1))/2.;
GccIter_FuncTCuCuOnCu Func(Cu1,Point2,OnCirc,Ufirst(3));
math_FunctionSetRoot Root(Func,Ufirst,tol,Umin,Umax);
#ifdef DEB
Standard_Boolean Ok = Func.Value(Ufirst,Umin);
#else
Func.Value(Ufirst,Umin);
#endif
if (Root.IsDone()) {
Root.Root(Ufirst);
gp_Pnt2d point1,point3;
@ -930,11 +898,7 @@ GccIter_Circ2d2TanOn::
Ufirst(4) = (point3.Distance(point2)+point3.Distance(point1))/2.;
GccIter_FuncTCuCuOnCu Func(Cu1,Cu2,OnCurv,Ufirst(4));
math_FunctionSetRoot Root(Func,Ufirst,tol,Umin,Umax);
#ifdef DEB
Standard_Boolean Ok = Func.Value(Ufirst,Umin);
#else
Func.Value(Ufirst,Umin);
#endif
if (Root.IsDone()) {
Root.Root(Ufirst);
gp_Vec2d Tan1,Tan2,Tan3;
@ -1039,11 +1003,7 @@ GccIter_Circ2d2TanOn::
Ufirst(4) = (point3.Distance(point2)+point3.Distance(point1))/2.;
GccIter_FuncTCuCuOnCu Func(C1,Cu2,OnCurv,Ufirst(4));
math_FunctionSetRoot Root(Func,Ufirst,tol,Umin,Umax);
#ifdef DEB
Standard_Boolean Ok = Func.Value(Ufirst,Umin);
#else
Func.Value(Ufirst,Umin);
#endif
if (Root.IsDone()) {
Root.Root(Ufirst);
gp_Vec2d Tan1,Tan2,Tan3;
@ -1150,11 +1110,7 @@ GccIter_Circ2d2TanOn::
Ufirst(4) = (point3.Distance(point2)+point3.Distance(point1))/2.;
GccIter_FuncTCuCuOnCu Func(L1,Cu2,OnCurv,Ufirst(4));
math_FunctionSetRoot Root(Func,Ufirst,tol,Umin,Umax);
#ifdef DEB
Standard_Boolean Ok = Func.Value(Ufirst,Umin);
#else
Func.Value(Ufirst,Umin);
#endif
if (Root.IsDone()) {
Root.Root(Ufirst);
gp_Vec2d Tan1,Tan2,Tan3;
@ -1251,11 +1207,7 @@ GccIter_Circ2d2TanOn::
Ufirst(3) = (point3.Distance(Point2)+point3.Distance(point1))/2.;
GccIter_FuncTCuCuOnCu Func(Cu1,Point2,OnCurv,Ufirst(3));
math_FunctionSetRoot Root(Func,Ufirst,tol,Umin,Umax);
#ifdef DEB
Standard_Boolean Ok = Func.Value(Ufirst,Umin);
#else
Func.Value(Ufirst,Umin);
#endif
if (Root.IsDone()) {
Root.Root(Ufirst);
// gp_Vec2d Tan1,Tan2,Tan3;

View File

@ -76,11 +76,7 @@ GccIter_Circ2d3Tan::
math_FunctionSetRoot Root(Func,Ufirst,tol,Umin,Umax);
if (Root.IsDone()) {
Root.Root(Ufirst);
#ifdef DEB
Standard_Boolean Ok = Func.Value(Ufirst,Umin);
#else
Func.Value(Ufirst,Umin);
#endif
gp_Pnt2d point1,point2,point3;
gp_Vec2d Tan1,Tan2,Tan3;
TheCurveTool::D1(Cu1,Ufirst(1),point1,Tan1);
@ -203,11 +199,7 @@ GccIter_Circ2d3Tan::
math_FunctionSetRoot Root(Func,Ufirst,tol,Umin,Umax);
if (Root.IsDone()) {
Root.Root(Ufirst);
#ifdef DEB
Standard_Boolean Ok = Func.Value(Ufirst,Umin);
#else
Func.Value(Ufirst,Umin);
#endif
gp_Pnt2d centre1(C1.Location());
Standard_Real R1 = C1.Radius();
gp_Pnt2d point1(centre1.XY()+R1*gp_XY(Cos(Ufirst(1)),Sin(Ufirst(1))));
@ -335,11 +327,7 @@ GccIter_Circ2d3Tan::
math_FunctionSetRoot Root(Func,Ufirst,tol,Umin,Umax);
if (Root.IsDone()) {
Root.Root(Ufirst);
#ifdef DEB
Standard_Boolean Ok = Func.Value(Ufirst,Umin);
#else
Func.Value(Ufirst,Umin);
#endif
gp_Pnt2d centre1(C1.Location());
Standard_Real R1 = C1.Radius();
gp_Pnt2d point1(centre1.XY()+R1*gp_XY(Cos(Ufirst(1)),Sin(Ufirst(1))));
@ -470,11 +458,7 @@ GccIter_Circ2d3Tan::
math_FunctionSetRoot Root(Func,Ufirst,tol,Umin,Umax);
if (Root.IsDone()) {
Root.Root(Ufirst);
#ifdef DEB
Standard_Boolean Ok = Func.Value(Ufirst,Umin);
#else
Func.Value(Ufirst,Umin);
#endif
gp_Pnt2d centre1(L1.Location());
gp_Pnt2d point1(centre1.XY()+Ufirst(1)*L1.Direction().XY());
gp_Pnt2d point2,point3;
@ -605,11 +589,7 @@ GccIter_Circ2d3Tan::
math_FunctionSetRoot Root(Func,Ufirst,tol,Umin,Umax);
if (Root.IsDone()) {
Root.Root(Ufirst);
#ifdef DEB
Standard_Boolean Ok = Func.Value(Ufirst,Umin);
#else
Func.Value(Ufirst,Umin);
#endif
gp_Pnt2d centre1(L1.Location());
gp_Pnt2d point1(centre1.XY()+Ufirst(1)*L1.Direction().XY());
gp_Pnt2d centre2(L2.Location());
@ -733,11 +713,7 @@ GccIter_Circ2d3Tan::
math_FunctionSetRoot Root(Func,Ufirst,tol,Umin,Umax);
if (Root.IsDone()) {
Root.Root(Ufirst);
#ifdef DEB
Standard_Boolean Ok = Func.Value(Ufirst,Umin);
#else
Func.Value(Ufirst,Umin);
#endif
gp_Pnt2d point1,point2;
// gp_Vec2d Tan1,Tan2,Nor1,Nor2;
gp_Vec2d Tan1,Tan2;
@ -850,11 +826,7 @@ GccIter_Circ2d3Tan::
math_FunctionSetRoot Root(Func,Ufirst,tol,Umin,Umax);
if (Root.IsDone()) {
Root.Root(Ufirst);
#ifdef DEB
Standard_Boolean Ok = Func.Value(Ufirst,Umin);
#else
Func.Value(Ufirst,Umin);
#endif
gp_Pnt2d point3;
// gp_Vec2d Tan3,Nor3;
gp_Vec2d Tan3;
@ -964,11 +936,7 @@ GccIter_Circ2d3Tan::
math_FunctionSetRoot Root(Func,Ufirst,tol,Umin,Umax);
if (Root.IsDone()) {
Root.Root(Ufirst);
#ifdef DEB
Standard_Boolean Ok = Func.Value(Ufirst,Umin);
#else
Func.Value(Ufirst,Umin);
#endif
gp_Pnt2d centre1(L1.Location());
gp_Pnt2d point1(centre1.XY()+Ufirst(2)*L1.Direction().XY());
gp_Pnt2d point2;
@ -1086,11 +1054,7 @@ GccIter_Circ2d3Tan::
tol(3) = TheCurveTool::EpsX(Cu3,Abs(Tolerance));
math_FunctionSetRoot Root(Func,Ufirst,tol,Umin,Umax);
if (Root.IsDone()) {
#ifdef DEB
Standard_Boolean Ok = Func.Value(Ufirst,Umin);
#else
Func.Value(Ufirst,Umin);
#endif
Root.Root(Ufirst);
gp_Pnt2d centre1(C1.Location());
Standard_Real R1 = C1.Radius();
@ -1218,11 +1182,7 @@ GccIter_Circ2d3Tan::
math_FunctionSetRoot Root(Func,Ufirst,tol,Umin,Umax);
if (Root.IsDone()) {
Root.Root(Ufirst);
#ifdef DEB
Standard_Boolean Ok = Func.Value(Ufirst,Umin);
#else
Func.Value(Ufirst,Umin);
#endif
gp_Pnt2d centre1(C1.Location());
Standard_Real R1 = C1.Radius();
gp_Pnt2d point1(centre1.XY()+R1*gp_XY(Cos(Ufirst(1)),Sin(Ufirst(1))));

View File

@ -87,11 +87,6 @@ Standard_Boolean GccIter_FunctionTanCirCu::
TheCurveTool::D2(Curve,X,Point,Vect1,Vect2);
Standard_Real NormeD1 = Vect1.SquareMagnitude();
gp_Vec2d TheDirection(TheCirc.Location(),Point);
#ifdef DEB
Standard_Real squaredir = TheDirection.SquareMagnitude();
#else
TheDirection.SquareMagnitude();
#endif
Standard_Real cp1dott = TheDirection.Dot(Vect1);
Deriv = -2.*(cp1dott/NormeD1)*
((TheDirection.Dot(Vect2))-cp1dott*Vect1.Dot(Vect2)/NormeD1);

View File

@ -290,11 +290,6 @@ Standard_Boolean GccIter_FunctionTanCuCuOnCu::
//norme des Tani.
Standard_Real nnor1 = Tan1.Magnitude();
Standard_Real nnor2 = Tan2.Magnitude();
#ifdef DEB
Standard_Real nnor3 = Tan3.Magnitude();
#else
Tan3.Magnitude();
#endif
// Fonctions Fui.
// ==============
Fval(1) = (P3P1.Dot(P3P1)-X(4)*X(4))/(FirstRad*FirstRad);
@ -323,11 +318,6 @@ Standard_Boolean GccIter_FunctionTanCuCuOnCu::
//normales au courbes normees Nori et non nromees nori et norme des nori.
Standard_Real nnor1 = Tan1.Magnitude();
Standard_Real nnor2 = Tan2.Magnitude();
#ifdef DEB
Standard_Real nnor3 = Tan3.Magnitude();
#else
Tan3.Magnitude();
#endif
// Derivees dFui/uj 1 <= ui <= 3 , 1 <= uj <= 3
// =============================================
Deriv(1,1) = 2.*Tan1.Dot(P3P1)/(FirstRad*FirstRad);
@ -374,11 +364,6 @@ Standard_Boolean GccIter_FunctionTanCuCuOnCu::
//normales au courbes normees Nori et non nromees nori et norme des nori.
Standard_Real nnor1 = Tan1.Magnitude();
Standard_Real nnor2 = Tan2.Magnitude();
#ifdef DEB
Standard_Real nnor3 = Tan3.Magnitude();
#else
Tan3.Magnitude();
#endif
// Fonctions Fui.
// ==============
Fval(1) = (P3P1.Dot(P3P1)-X(4)*X(4))/(FirstRad*FirstRad);

View File

@ -26,9 +26,9 @@ GccIter_Lin2d2Tan::
par1sol = 0.;
pararg1 = 0.;
#ifdef DEB
Standard_Real Tol = Abs(Tolang);
#endif
//Standard_Real Tol = Abs(Tolang);
WellDone = Standard_False;
if (Qualified1.IsEnclosed()) { GccEnt_BadQualifier::Raise(); }
gp_Circ2d C1 = Qualified1.Qualified();

View File

@ -191,17 +191,6 @@ void Geom_CylindricalSurface::Coefficients (Standard_Real& A1, Standard_Real& A2
Standard_Real T22 = T.Value (2, 2);
Standard_Real T23 = T.Value (2, 3);
Standard_Real T24 = T.Value (2, 4);
#ifdef DEB
Standard_Real T31 = T.Value (3, 1);
Standard_Real T32 = T.Value (3, 2);
Standard_Real T33 = T.Value (3, 3);
Standard_Real T34 = T.Value (3, 4);
#else
T.Value (3, 1);
T.Value (3, 2);
T.Value (3, 3);
T.Value (3, 4);
#endif
A1 = T11 * T11 + T21 * T21;
A2 = T12 * T12 + T22 * T22;
A3 = T13 * T13 + T23 * T23;

View File

@ -529,12 +529,6 @@ void Geom_OffsetCurve::D1 ( const Standard_Real U,
// P'(u) = p'(u) + (Offset / R**2) * (DNdir/DU * R - Ndir * (DR/R))
#ifdef DEB
GeomAbs_Shape Continuity = basisCurve->Continuity();
#else
basisCurve->Continuity();
#endif
basisCurve->D2 (U, PBasis, V1basis, V2basis);
V1 = V1basis;
Vec V2 = V2basis;
@ -590,12 +584,6 @@ void Geom_OffsetCurve::D2 (const Standard_Real U,
// P"(u) = p"(u) + (Offset / R) * (D2Ndir/DU - DNdir * (2.0 * Dr/ R**2) +
// Ndir * ( (3.0 * Dr**2 / R**4) - (D2r / R**2)))
#ifdef DEB
GeomAbs_Shape Continuity = basisCurve->Continuity();
#else
basisCurve->Continuity();
#endif
basisCurve->D3 (U, PBasis, V1basis, V2basis, V3basis);
Standard_Integer Index = 2;
V1 = V1basis;

View File

@ -191,12 +191,6 @@ void Geom2d_OffsetCurve::D1 (const Standard_Real U, Pnt2d& P, Vec2d& V1) const {
// P'(u) = p'(u) + (Offset / R**2) * (DNdir/DU * R - Ndir * (DR/R))
#ifdef DEB
GeomAbs_Shape Continuity = basisCurve->Continuity();
#else
basisCurve->Continuity();
#endif
Vec2d V2;
basisCurve->D2 (U, P, V1, V2);
Standard_Integer Index = 2;
@ -248,11 +242,6 @@ void Geom2d_OffsetCurve::D2 (const Standard_Real U,
// P"(u) = p"(u) + (Offset / R) * (D2Ndir/DU - DNdir * (2.0 * Dr/ R**2) +
// Ndir * ( (3.0 * Dr**2 / R**4) - (D2r / R**2)))
#ifdef DEB
GeomAbs_Shape Continuity = basisCurve->Continuity();
#else
basisCurve->Continuity();
#endif
Vec2d V3;
basisCurve->D3 (U, P, V1, V2, V3);
Standard_Integer Index = 2;
@ -483,12 +472,6 @@ void Geom2d_OffsetCurve::D1 (const Standard_Real U,
// P'(u) = p'(u) + (Offset / R**2) * (DNdir/DU * R - Ndir * (DR/R))
#ifdef DEB
GeomAbs_Shape Continuity = basisCurve->Continuity();
#else
basisCurve->Continuity();
#endif
basisCurve->D2 (U, Pbasis, V1basis, V2basis);
V1 = V1basis;
Vec2d V2 = V2basis;
@ -546,12 +529,6 @@ void Geom2d_OffsetCurve::D2 (const Standard_Real U,
// P"(u) = p"(u) + (Offset / R) * (D2Ndir/DU - DNdir * (2.0 * Dr/ R**2) +
// Ndir * ( (3.0 * Dr**2 / R**4) - (D2r / R**2)))
#ifdef DEB
GeomAbs_Shape Continuity = basisCurve->Continuity();
#else
basisCurve->Continuity();
#endif
basisCurve->D3 (U, Pbasis, V1basis, V2basis, V3basis);
Standard_Integer Index = 2;
V1 = V1basis;

View File

@ -592,10 +592,6 @@ Standard_Real GeomFill_CorrectedFrenet::GetAngleAT(const Standard_Real Param) co
};
if(HArrPoles->Value(iC) == Param || Param == HArrPoles->Value(iC+1)) return TLaw->Value(Param);
};
#ifdef DEB
Standard_Real Po =
#endif
HArrPoles->Value(iC);
// Calculate differenciation between apporoximated and local values of AngleAT
Standard_Real AngP = TLaw->Value(Param), AngPo = HArrAngle->Value(iC), dAng = AngP - AngPo;
gp_Vec Tangent, Normal, BN;

View File

@ -268,10 +268,6 @@ void GeomFill_Curved::Init(const TColgp_Array1OfPnt& P1,
IsRational = Standard_False;
#ifdef DEB
Standard_Real NU = NPolU - 1;
Standard_Real NV = NPolV - 1;
#endif
myPoles = new TColgp_HArray2OfPnt( 1, NPolU, 1, NPolV);
Standard_Integer i,j;

View File

@ -17,11 +17,7 @@
static gp_Vec DDeriv(const gp_Vec& F, const gp_Vec& DF, const gp_Vec& D2F)
{
Standard_Real Norma = F.Magnitude();
#ifdef DEB
Standard_Real dot = F.Dot(DF);
#else
F.Dot(DF);
#endif
gp_Vec Result = (D2F - 2*DF*(F*DF)/(Norma*Norma))/Norma -
F*((DF.SquareMagnitude() + F*D2F
- 3*(F*DF)*(F*DF)/(Norma*Norma))/(Norma*Norma*Norma));

View File

@ -182,11 +182,6 @@
gp_Vec n(P, PG); // vecteur definissant la normale
Standard_Real Norm = n.Magnitude(), ndn;
#ifdef DEB
Standard_Real Norm2 = n.SquareMagnitude();
#else
n.SquareMagnitude();
#endif
//derivee de n par rapport a Param
gp_Vec dn, d2n;
dn.SetLinearForm(dtg_dt, TG, -1, To);

View File

@ -629,12 +629,6 @@ static void InGoodPeriod(const Standard_Real Prec,
gp_Vec T, N, B;
gp_Pnt P;
Standard_Boolean Ok;
#ifdef DEB
Standard_Real U = myFirstS + ratio*(Param-myCurve->FirstParameter());
#else
myCurve->FirstParameter() ;
#endif
myCurve->D0(Param, P);
V.SetXYZ(P.XYZ());
@ -650,12 +644,6 @@ static void InGoodPeriod(const Standard_Real Prec,
}
if (rotation) {
#ifdef DEB
Standard_Real U = myFirstS + ratio*(Param-myCurve->FirstParameter());
#else
myCurve->FirstParameter() ;
#endif
//initialisation du germe
InitX(Param);
Standard_Integer Iter = 100;
@ -689,6 +677,7 @@ static void InGoodPeriod(const Standard_Real Prec,
}
else {
#if DEB
Standard_Real U = myFirstS + ratio*(Param-myCurve->FirstParameter());
cout << "LocationGuide::D0 : No Result !"<<endl;
TraceRevol(Param, U, myLaw, mySec, myCurve, Trans);
#endif

View File

@ -110,11 +110,6 @@ void GeomFill_PolynomialConvertor::Section(const gp_Pnt& FirstPnt,
gp_Mat M(V1.X(), V2.X(), 0,
V1.Y(), V2.Y(), 0,
V1.Z(), V2.Z(), 0);
#ifdef DEB
Standard_Real r = FirstPnt.Distance(Center);
#else
FirstPnt.Distance(Center);
#endif
// Calcul des contraintes -----------
Vx(1) = 1; Vy(1) = 0;

View File

@ -131,11 +131,6 @@ void GeomFill_QuasiAngularConvertor::Section(const gp_Pnt& FirstPnt,
gp_Mat M(V1.X(), V2.X(), 0,
V1.Y(), V2.Y(), 0,
V1.Z(), V2.Z(), 0);
#ifdef DEB
Standard_Real r = FirstPnt.Distance(Center);
#else
FirstPnt.Distance(Center);
#endif
// Calcul des coeffs -----------
beta = Angle/4;

View File

@ -256,11 +256,6 @@ void GeomFill_SweepSectionGenerator::Perform(const Standard_Boolean Polynomial)
myPolynomial = Polynomial;
// eval myNbSections.
#ifdef DEB
Standard_Integer Deg = myPath->Degree();
#else
myPath->Degree();
#endif
Standard_Integer NSpans = myPath->NbKnots()-1;
myNbSections = 21 * NSpans;

View File

@ -2353,11 +2353,6 @@ VerifSurface(const Standard_Integer NbBoucle)
new TColStd_HArray1OfReal(1,NbPts_i-1);
Handle(TColStd_HArray1OfReal) tcourb =
new TColStd_HArray1OfReal(1,NbPts_i-1);
#ifdef DEB
Standard_Integer Cont_i=myLinCont->Value(i)->Order();
#else
myLinCont->Value(i)->Order();
#endif
EcartContraintesMil (i,tdist,tang,tcourb);

View File

@ -71,10 +71,6 @@ void GeomPlate_PlateG0Criterion::Value(AdvApp2Var_Patch& P,
TColStd_Array1OfReal Curve(1, dimension);
TColStd_Array1OfReal Point(1, 3);
Standard_Real * Coeffs = (Standard_Real *) &Patch.ChangeValue(1);
#ifdef DEB
Standard_Real * Result =
#endif
(Standard_Real *) &Curve.ChangeValue(1);
Standard_Real * Digit = (Standard_Real *) &Point.ChangeValue(1);
Standard_Integer k1, k2, pos, ll=1;

View File

@ -68,11 +68,6 @@ void GeomPlate_PlateG1Criterion::Value(AdvApp2Var_Patch& P,
TColStd_Array1OfReal Curve(1, 2*dimension);
TColStd_Array1OfReal Point(1, 3);
Standard_Real * Coeffs = (Standard_Real *) &Patch.ChangeValue(1);
#ifdef DEB
Standard_Real * Result = (Standard_Real *) &Curve.ChangeValue(1);
#else
Curve.ChangeValue(1);
#endif
Standard_Real * Digit = (Standard_Real *) &Point.ChangeValue(1);
Standard_Integer k1, k2, pos, ll=1;

View File

@ -327,11 +327,6 @@ Handle(Geom_Curve) GeomProjLib::Project( const Handle(Geom_Curve)& C,
Standard_Real TolV = Pow(Tol, 2./3);
ProjLib_CompProjectedCurve Proj(HS,HC,TolU,TolV,-1.);
#ifdef DEB
Standard_Integer NbCurves = Proj.NbCurves();
#else
Proj.NbCurves();
#endif
Standard_Real f,l;
Proj.Bounds(1,f,l);
Handle(Adaptor2d_HCurve2d) HC2d = Proj.Trim(f,l,TolU);

View File

@ -785,12 +785,6 @@ Handle(IGESData_IGESEntity) GeomToIGES_GeomSurface::TransferSurface
Standard_Real V1 = Vdeb;
Standard_Real V2 = Vfin;
// debug mjm du 28/03/96
#ifdef DEB
Standard_Boolean IsDirect =
#endif
start->Torus().Direct();
// creation de la generatrice : Generatrix (cercle)
gp_Ax2 Axe = gp_Ax2(gp_Pnt((start->Torus().MajorRadius()), 0., 0.),
-gp::DY(), gp::DX());

View File

@ -757,10 +757,7 @@ static Standard_Integer gcarc (Draw_Interpretor& di,Standard_Integer n, const ch
if (DrawTrSurf::GetPoint(a[5], P3)) {
// if (DrawTrSurf::GetPoint(a[6], P4)) {
if (n>6) {
#ifdef DEB
Standard_Boolean ip4 =
#endif
DrawTrSurf::GetPoint(a[6], P4);
DrawTrSurf::GetPoint(a[6], P4);
gp_Vec V1 = gp_Vec(P2,P3);
Handle(Geom_Curve)thearc = GC_MakeArcOfCircle(P1,V1,P4).Value();
DrawTrSurf::Set(a[1], thearc);

View File

@ -831,8 +831,7 @@ static void ComputeDeviation(const Handle(Geom_Curve)& theCurve,
theUfMax = 0.;
theUlMax = 0.;
theImax = 0;
Standard_Real dmax = 0., ufmax = 0., ulmax = 0.;
Standard_Integer imax = 0;
Standard_Real ufmax = 0., ulmax = 0.;
//take knots
Standard_Integer nbp = thePnts->NbKnots();
@ -1234,7 +1233,7 @@ static Standard_Integer mypoints (Draw_Interpretor& di, Standard_Integer /*n*/,
Draw::Set(a[1], aDrCrv);
Standard_Real dmax = 0., ufmax = 0., ulmax = 0., uf, ul;
Standard_Real dmax = 0., ufmax = 0., ulmax = 0.;
Standard_Integer imax = 0;
ComputeDeviation(C,aPnts,dmax,ufmax,ulmax,imax);

View File

@ -585,11 +585,6 @@ static Standard_Integer smoothingbybezier (Draw_Interpretor& di,
Standard_Boolean mySquare = (methode == 2);
Standard_Integer degmin = 4;
Standard_Integer NbIteration = 5;
#ifdef DEB
Standard_Integer NbConst =
#endif
NbConstraint(TABofCC->Value(1).Constraint(),
TABofCC->Value(NbPoints).Constraint());
if (Degree < 4) degmin = Max(1, Degree -1);
degmin = Max(degmin, NbConstraint(TABofCC->Value(1).Constraint(),

View File

@ -298,10 +298,7 @@ void Graphic2d_Paragraph::ChangeText (const TCollection_ExtendedString &aText,
const Standard_Integer aRow,
const Standard_Integer aColumn) {
Standard_Integer i,length = myTextDescriptorList.Length() ;
#ifdef DEB
Standard_Integer row = (aRow > 0) ? Min(aRow,MAXROW-1) : MAXROW-1 ;
Standard_Integer column = (aColumn > 0) ? Min(aColumn,MAXCOLUMN-1) : MAXCOLUMN-1 ;
#endif
Standard_Integer descriptor = TEXT_DESCRIPTOR(aRow,aColumn,0,0,0,0) ;
Standard_Integer the_position = TEXT_POSITION(descriptor) ;
@ -533,10 +530,6 @@ Standard_Boolean Graphic2d_Paragraph::Pick (const Standard_ShortReal X,
const Handle(Graphic2d_Drawer)& aDrawer)
{
Standard_Boolean theStatus = Standard_False;
#ifdef DEB
Standard_ShortReal scale =
#endif
(myIsZoomable) ? myScale*aDrawer->Scale() : myScale;
Standard_ShortReal TX = X, TY = Y;
if (IsInMinMax (X, Y, aPrecision)) {

View File

@ -796,7 +796,7 @@ Standard_Boolean Graphic3d_ArrayOfPrimitives::IsValid() {
Standard_Integer nvertexs = myPrimitiveArray->num_vertexs;
Standard_Integer nbounds = myPrimitiveArray->num_bounds;
Standard_Integer nedges = myPrimitiveArray->num_edges;
Standard_Integer i,j,k,n;
Standard_Integer i,n;
#if TRACE > 0
Standard_CString name = StringType();

View File

@ -91,7 +91,7 @@ void HLRTopoBRep_OutLiner::ProcessFace(const TopoDS_Face& F,
{
BRep_Builder B;
TopExp_Explorer exE, exW;
Standard_Boolean splitted = Standard_False;
//Standard_Boolean splitted = Standard_False;
TopTools_IndexedDataMapOfShapeListOfShape aVEMap;
TopExp::MapShapesAndAncestors(F, TopAbs_VERTEX, TopAbs_EDGE, aVEMap);

View File

@ -753,10 +753,6 @@ Standard_Boolean HatchGen_Hatcher::GlobalTransition (HatchGen_PointOnHatching& P
printf("\n P:%+10.5g Tg2d:%+10.5g , %+10.5g N2d:%+10.5g , %+10.5g Crv:%+10.5g\n\n",
Point.Parameter(),Tangente.X(),Tangente.Y(),Normale.X(),Normale.Y(),Courbure);
#endif
#ifdef DEB
Standard_Real ParamAtIntersection =
#endif
Point.Parameter();
for (Standard_Integer IPntE = 1 ; IPntE <= Point.NbPoints() ; IPntE++) {
const HatchGen_PointOnElement& PntE = Point.Point (IPntE) ;

Some files were not shown because too many files have changed in this diff Show More