#include <stdlib.h>
#include "constrain.h"
Go to the source code of this file.
Functions | |
void | ConstCurveInit (void) |
void | ConstShotInit (void) |
void | ConstSurfaceInit (void) |
void | ConstrainInit (void) |
void | ConstrainFree (void) |
void | ConstrainBuild (void) |
Variables | |
sConstClass | ConstClass [NumConstTypes] |
sConstrain ** | ConstList = NULL |
int | ContNumConstrainRead = 0 |
int | NumConstrains = 0 |
Definition in file constrain.c.
void ConstCurveInit | ( | void | ) |
void ConstrainBuild | ( | void | ) |
Definition at line 90 of file constrain.c.
Referenced by NfiInterpFile().
void ConstrainFree | ( | void | ) |
Definition at line 75 of file constrain.c.
void ConstrainInit | ( | void | ) |
Definition at line 55 of file constrain.c.
Referenced by _NfiReadConstrain().
void ConstShotInit | ( | void | ) |
Definition at line 436 of file constshot.c.
References sConstClass::build, ConstClass, ConstShotBuild(), ConstShotFree(), ConstShotGlobal(), ConstShotLocal(), ConstShotNew(), ConstShotRead(), ConstShotSlide(), sConstClass::free, sConstClass::global, sConstClass::local, sConstClass::new, sConstClass::read, SHOT, sConstClass::slide, and Tolerance.
Referenced by ConstrainInit().
void ConstSurfaceInit | ( | void | ) |
Definition at line 744 of file constsurface.c.
References sConstClass::build, ConstClass, ConstSurfaceBuild(), ConstSurfaceFree(), ConstSurfaceGlobal(), ConstSurfaceLocal(), ConstSurfaceNew(), ConstSurfaceRead(), ConstSurfaceSlide(), sConstClass::free, sConstClass::global, sConstClass::local, sConstClass::new, sConstClass::read, sConstClass::slide, SURFACE, and Tolerance.
Referenced by ConstrainInit().
sConstClass ConstClass[NumConstTypes] |
Definition at line 36 of file constrain.c.
Referenced by ConstCurveInit(), ConstShotInit(), and ConstSurfaceInit().
sConstrain** ConstList = NULL |
Definition at line 37 of file constrain.c.
Referenced by _NfiReadConstrainCurve(), _NfiReadConstrainShot(), _NfiReadConstrainSurface(), and DisplacementVelocity().
int ContNumConstrainRead = 0 |
Definition at line 38 of file constrain.c.
Referenced by ConstCurveNew(), ConstrainInit(), ConstShotNew(), and ConstSurfaceNew().
int NumConstrains = 0 |
Definition at line 39 of file constrain.c.
Referenced by _NfiReadConstrain(), ConstrainBuild(), ConstrainFree(), ConstrainInit(), and NfiInterpFile().