Open CASCADE Technology 7.8.0
|
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. | |
const TColStd_Array1OfReal & | Steps () const |
Returns the steps. | |
TColStd_Array1OfReal & | ChangeSteps () |
Returns modifiable steps. | |
void | SetStep (const Standard_Integer theOperation, const Standard_Real theStep) |
Assign the value theStep to theOperation. | |
Standard_Real | GetStep (const Standard_Integer theOperation) |
Returns the step assigned to the operation. | |
Protected Attributes | |
TColStd_Array1OfReal | mySteps |
Class for representing the relative contribution of each step of the operation to the whole progress.
|
inline |
Constructor.
|
inline |
Returns modifiable steps.
|
inline |
Returns the step assigned to the operation.
|
inline |
Assign the value theStep to theOperation.
|
inline |
Returns the steps.
|
protected |