mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
0032292: Coding Rules - improve HLRBRep_PolyAlgo readability part 2
Applied name conventions and dropped tabulation symbols.
This commit is contained in:
parent
316ea29318
commit
e186cf152b
File diff suppressed because it is too large
Load Diff
@ -126,7 +126,7 @@ public:
|
|||||||
//! Warning S must have already been triangulated.
|
//! Warning S must have already been triangulated.
|
||||||
void Load (const TopoDS_Shape& theShape) { myShapes.Append (theShape); }
|
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.
|
//! Sets the parameters of the view for this framework.
|
||||||
//! These parameters are defined by an HLRAlgo_Projector object,
|
//! These parameters are defined by an HLRAlgo_Projector object,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user