summaryrefslogtreecommitdiff
path: root/inc/Plate_FreeGtoCConstraint.lxx
blob: dbafc7ae17e35326fbef6778fd931bf49c496ac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// File:	Plate_FreeGtoCConstraint.lxx
// Created:	Mon May 25 09:08:34 1998
// Author:	Andre LIEUTIER
//		<alr@sgi63>
inline const Standard_Integer& Plate_FreeGtoCConstraint::nb_PPC() const
{
  return nb_PPConstraints;
}

 
inline const Plate_PinpointConstraint& Plate_FreeGtoCConstraint::GetPPC(const Standard_Integer Index) const
{
  return myPPC[Index];
}

 
inline const Standard_Integer& Plate_FreeGtoCConstraint::nb_LSC() const
{
  return nb_LSConstraints;
}

 
inline const Plate_LinearScalarConstraint& Plate_FreeGtoCConstraint::LSC(const Standard_Integer Index) const
{
  return myLSC[Index];
}