1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0032292: Coding Rules - improve HLRBRep_PolyAlgo readability part 2

Applied name conventions and dropped tabulation symbols.
This commit is contained in:
kgv 2021-04-17 22:32:17 +03:00 committed by bugmaster
parent 316ea29318
commit e186cf152b
2 changed files with 2794 additions and 2659 deletions

File diff suppressed because it is too large Load Diff

View File

@ -126,8 +126,8 @@ public:
//! Warning S must have already been triangulated.
void Load (const TopoDS_Shape& theShape) { myShapes.Append (theShape); }
Standard_EXPORT Handle(HLRAlgo_PolyAlgo) Algo() const;
const Handle(HLRAlgo_PolyAlgo)& Algo() const { return myAlgo; }
//! Sets the parameters of the view for this framework.
//! These parameters are defined by an HLRAlgo_Projector object,
//! which is returned by the Projector function on a Prs3d_Projector object.