X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FContap%2FContap_Point.cxx;h=372925f8120eaea678687a76c2c6a3f7597282fa;hb=d533dafb565d4727bccf2fbcfee508a62c3673f5;hpb=078f916446778562978876c9e90f168ed5e3483d diff --git a/src/Contap/Contap_Point.cxx b/src/Contap/Contap_Point.cxx index 4fb0742b2c..372925f812 100644 --- a/src/Contap/Contap_Point.cxx +++ b/src/Contap/Contap_Point.cxx @@ -23,13 +23,18 @@ #include Contap_Point::Contap_Point (): - onarc(Standard_False),isvtx(Standard_False),ismult(Standard_False), - myInternal(Standard_False) -{} +uparam(0.0), vparam(0.0), paraline(0.0), +onarc(Standard_False), prmarc(0.0), isvtx(Standard_False), +ismult(Standard_False), myInternal(Standard_False) +{ +} Contap_Point::Contap_Point (const gp_Pnt& Pt, const Standard_Real U, const Standard_Real V): -pt(Pt),uparam(U),vparam(V),onarc(Standard_False),isvtx(Standard_False), -ismult(Standard_False),myInternal(Standard_False) -{} +pt(Pt),uparam(U),vparam(V), +paraline(0.0), onarc(Standard_False), +prmarc(0.0), isvtx(Standard_False), +ismult(Standard_False), myInternal(Standard_False) +{ +} \ No newline at end of file