#include <constrain.h>
Data Fields | |
void(* | init )(void) |
void(* | new )(int, int, int, sConstrain **, sConstrain **) |
void(* | free )(sConstrain *) |
void(* | read )(sConstrain *) |
void(* | build )(sConstrain *) |
int(* | local )(sConstrain *, sCoord *, void **, double *, double *) |
int(* | global )(sConstrain *, sCoord *, void **, double *, double *) |
int(* | slide )(sConstrain *, sCoord *, void **, sCoord *, double *, double *, sCoord *) |
Definition at line 93 of file constrain.h.
void(* sConstClass::init)(void) |
Referenced by ConstrainInit().
void(* sConstClass::new)(int, int, int, sConstrain **, sConstrain **) |
Referenced by ConstCurveInit(), ConstShotInit(), and ConstSurfaceInit().
void(* sConstClass::free)(sConstrain *) |
Referenced by ConstCurveInit(), ConstShotInit(), and ConstSurfaceInit().
void(* sConstClass::read)(sConstrain *) |
Referenced by ConstCurveInit(), ConstShotInit(), and ConstSurfaceInit().
void(* sConstClass::build)(sConstrain *) |
Referenced by ConstCurveInit(), ConstShotInit(), and ConstSurfaceInit().
int(* sConstClass::local)(sConstrain *, sCoord *, void **, double *, double *) |
Referenced by ConstCurveInit(), ConstShotInit(), and ConstSurfaceInit().
int(* sConstClass::global)(sConstrain *, sCoord *, void **, double *, double *) |
Referenced by ConstCurveInit(), ConstShotInit(), and ConstSurfaceInit().
int(* sConstClass::slide)(sConstrain *, sCoord *, void **, sCoord *, double *, double *, sCoord *) |
Referenced by ConstCurveInit(), ConstShotInit(), and ConstSurfaceInit().