Go::sideConstraintSet Struct Reference
['geometry' - a spline library]

Struct defining linear side constraints between control points in a set of surfaces. More...

#include <ConstraintDefinitions.h>

List of all members.

Public Member Functions

 sideConstraintSet ()
 Default constructor.
 sideConstraintSet (int dim)
 Constructor.

Public Attributes

int dim_
std::vector< std::pair< std::pair<
int, int >, double > > 
factor_
double constant_term_ [3]


Detailed Description

Struct defining linear side constraints between control points in a set of surfaces.

The elements of factor_ correspond to a linear combination of control points on the left side of the equation, whilst constant_term_ denotes the right side of the equation.

Definition at line 66 of file ConstraintDefinitions.h.


Constructor & Destructor Documentation

Go::sideConstraintSet::sideConstraintSet ( int  dim  )  [inline]

Constructor.

Parameters:
dim dimension of geometric space.

Definition at line 85 of file ConstraintDefinitions.h.

References constant_term_, and dim_.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 11 14:48:18 2007 for GoTools Core Library by  doxygen 1.5.1