Open CASCADE Technology  7.7.0
Public Member Functions | Protected Attributes

BOPAlgo_PISteps Class Reference

Class for representing the relative contribution of each step of the operation to the whole progress. More...

#include <BOPAlgo_Algo.hxx>

Public Member Functions

 BOPAlgo_PISteps (const Standard_Integer theNbOp)
 Constructor. More...
 
const TColStd_Array1OfRealSteps () const
 Returns the steps. More...
 
TColStd_Array1OfRealChangeSteps ()
 Returns modifiable steps. More...
 
void SetStep (const Standard_Integer theOperation, const Standard_Real theStep)
 Assign the value theStep to theOperation. More...
 
Standard_Real GetStep (const Standard_Integer theOperation)
 Returns the step assigned to the operation. More...
 

Protected Attributes

TColStd_Array1OfReal mySteps
 

Detailed Description

Class for representing the relative contribution of each step of the operation to the whole progress.

Constructor & Destructor Documentation

◆ BOPAlgo_PISteps()

BOPAlgo_PISteps::BOPAlgo_PISteps ( const Standard_Integer  theNbOp)
inline

Constructor.

Member Function Documentation

◆ ChangeSteps()

TColStd_Array1OfReal& BOPAlgo_PISteps::ChangeSteps ( )
inline

Returns modifiable steps.

◆ GetStep()

Standard_Real BOPAlgo_PISteps::GetStep ( const Standard_Integer  theOperation)
inline

Returns the step assigned to the operation.

◆ SetStep()

void BOPAlgo_PISteps::SetStep ( const Standard_Integer  theOperation,
const Standard_Real  theStep 
)
inline

Assign the value theStep to theOperation.

◆ Steps()

const TColStd_Array1OfReal& BOPAlgo_PISteps::Steps ( ) const
inline

Returns the steps.

Field Documentation

◆ mySteps

TColStd_Array1OfReal BOPAlgo_PISteps::mySteps
protected

The documentation for this class was generated from the following file: