Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Enumerations
AdvApp2Var_CriterionRepartition.hxx File Reference
#include <Standard_PrimitiveTypes.hxx>

Enumerations

enum  AdvApp2Var_CriterionRepartition { AdvApp2Var_Regular, AdvApp2Var_Incremental }
 way of cutting process
//! all new cutting points at each step of cutting
process : (a+i(b-a)/N)i at step N,
(a+i(b-a)/(N+1))i at step N+1,...
where (a,b) is the global interval
//! add one new cutting point at each step
of cutting process
More...

Enumeration Type Documentation

Enumerator:
AdvApp2Var_Regular 
AdvApp2Var_Incremental