0022048: Visualization, AIS_InteractiveContext - single object selection should alway...
[occt.git] / src / AdvApp2Var / AdvApp2Var_CriterionRepartition.hxx
CommitLineData
42cf5bc1 1// Created on: 1996-03-05
2// Created by: Joelle CHAUVET
3// Copyright (c) 1996-1999 Matra Datavision
4// Copyright (c) 1999-2014 OPEN CASCADE SAS
5//
6// This file is part of Open CASCADE Technology software library.
7//
8// This library is free software; you can redistribute it and/or modify it under
9// the terms of the GNU Lesser General Public License version 2.1 as published
10// by the Free Software Foundation, with special exception defined in the file
11// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
12// distribution for complete text of the license and disclaimer of any warranty.
13//
14// Alternatively, this file may be used under the terms of Open CASCADE
15// commercial license or contractual agreement.
16
17#ifndef _AdvApp2Var_CriterionRepartition_HeaderFile
18#define _AdvApp2Var_CriterionRepartition_HeaderFile
19
20//! way of cutting process//! all new cutting points at each step of cutting
21//! process : (a+i(b-a)/N)i at step N,
22//! (a+i(b-a)/(N+1))i at step N+1,...
23//! where (a,b) is the global interval//! add one new cutting point at each step
24//! of cutting process
25enum AdvApp2Var_CriterionRepartition
26{
27AdvApp2Var_Regular,
28AdvApp2Var_Incremental
29};
30
31#endif // _AdvApp2Var_CriterionRepartition_HeaderFile