0030480: Visualization - Clear of Select3D_SensitiveGroup does not update internal...
[occt.git] / src / BSplCLib / BSplCLib_MultDistribution.hxx
CommitLineData
42cf5bc1 1// Created on: 1991-08-09
2// Created by: Jean Claude VAUTHIER
3// Copyright (c) 1991-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 _BSplCLib_MultDistribution_HeaderFile
18#define _BSplCLib_MultDistribution_HeaderFile
19
20//! This enumeration describes the form of the
21//! sequence of mutiplicities. MultDistribution is :
22//!
23//! Constant if all the multiplicities have the same
24//! value.
25//!
26//! QuasiConstant if all the internal knots have the
27//! same multiplicity and if the first and last knot
28//! have a different multiplicity.
29//!
30//! NonConstant in other cases.
31enum BSplCLib_MultDistribution
32{
33BSplCLib_NonConstant,
34BSplCLib_Constant,
35BSplCLib_QuasiConstant
36};
37
38#endif // _BSplCLib_MultDistribution_HeaderFile