Integration of OCCT 6.5.0 from SVN
[occt.git] / src / Plate / Plate_FreeGtoCConstraint.lxx
CommitLineData
7fd59977 1// File: Plate_FreeGtoCConstraint.lxx
2// Created: Mon May 25 09:08:34 1998
3// Author: Andre LIEUTIER
4// <alr@sgi63>
5inline const Standard_Integer& Plate_FreeGtoCConstraint::nb_PPC() const
6{
7 return nb_PPConstraints;
8}
9
10
11inline const Plate_PinpointConstraint& Plate_FreeGtoCConstraint::GetPPC(const Standard_Integer Index) const
12{
13 return myPPC[Index];
14}
15
16
17inline const Standard_Integer& Plate_FreeGtoCConstraint::nb_LSC() const
18{
19 return nb_LSConstraints;
20}
21
22
23inline const Plate_LinearScalarConstraint& Plate_FreeGtoCConstraint::LSC(const Standard_Integer Index) const
24{
25 return myLSC[Index];
26}