mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0026922: Huge performance issue writing data to the output stream
Test case for issue CR26922 Correction of literal (char to string)
This commit is contained in:
@@ -420,7 +420,7 @@ void IGESGeom_ToolBSplineCurve::OwnDump(const Handle(IGESGeom_BSplineCurve)& ent
|
||||
S << endl << "Control Points (Poles) : ";
|
||||
IGESData_DumpListXYZL(S ,level,0, upind, ent->Pole, ent->Location());
|
||||
S << endl << "Starting Parameter Value : " << ent->UMin();
|
||||
S << " " << "Ending Parameter Value : " << ent->UMax() << endl;
|
||||
S << " Ending Parameter Value : " << ent->UMax() << endl;
|
||||
S << "Unit Normal : ";
|
||||
IGESData_DumpXYZL(S,level, ent->Normal(), ent->Location());
|
||||
S << endl;
|
||||
|
@@ -336,7 +336,7 @@ void IGESGeom_ToolSplineSurface::OwnDump
|
||||
else S << " (Unspecified)";
|
||||
S << endl;
|
||||
S << "Number Of Segments. In U : "
|
||||
<< nbUSegs << " " << " In V : " << nbVSegs << endl;
|
||||
<< nbUSegs << " In V : " << nbVSegs << endl;
|
||||
S << "The U Break Points : ";
|
||||
IGESData_DumpVals(S ,level,1, nbUSegs+1,ent->UBreakPoint);
|
||||
S <<endl<< "The V Break Points : ";
|
||||
|
Reference in New Issue
Block a user