diff options
Diffstat (limited to 'Build/source/utils/asymptote/runpath3d.symbols.h')
-rw-r--r-- | Build/source/utils/asymptote/runpath3d.symbols.h | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/runpath3d.symbols.h b/Build/source/utils/asymptote/runpath3d.symbols.h new file mode 100644 index 00000000000..cf34628c3e0 --- /dev/null +++ b/Build/source/utils/asymptote/runpath3d.symbols.h @@ -0,0 +1,59 @@ +/***** + * This file is automatically generated by findsym.pl + * Changes will be overwritten. + *****/ + +// If the ADDSYMBOL macro is not already defined, define it with the default +// purpose of referring to an external pre-translated symbol, such that +// SYM(name) also refers to that symbol. +#ifndef ADDSYMBOL + #define ADDSYMBOL(name) extern symbol *PRETRANSLATED_SYMBOL_##name + #ifdef PRESYM + #define SYM(name) PRETRANSLATED_SYMBOL_##name + #else + #define SYM(name) symbol::trans(#name) + #endif +#endif + +ADDSYMBOL(a); +ADDSYMBOL(accel); +ADDSYMBOL(arclength); +ADDSYMBOL(arctime); +ADDSYMBOL(b); +ADDSYMBOL(c0); +ADDSYMBOL(c1); +ADDSYMBOL(cyclic); +ADDSYMBOL(dir); +ADDSYMBOL(dval); +ADDSYMBOL(fuzz); +ADDSYMBOL(g); +ADDSYMBOL(intersect); +ADDSYMBOL(intersections); +ADDSYMBOL(length); +ADDSYMBOL(max); +ADDSYMBOL(maxratio); +ADDSYMBOL(maxtimes); +ADDSYMBOL(min); +ADDSYMBOL(minratio); +ADDSYMBOL(mintimes); +ADDSYMBOL(normalize); +ADDSYMBOL(p); +ADDSYMBOL(path3); +ADDSYMBOL(piecewisestraight); +ADDSYMBOL(point); +ADDSYMBOL(post); +ADDSYMBOL(postcontrol); +ADDSYMBOL(pre); +ADDSYMBOL(precontrol); +ADDSYMBOL(q); +ADDSYMBOL(radius); +ADDSYMBOL(reverse); +ADDSYMBOL(sign); +ADDSYMBOL(size); +ADDSYMBOL(straight); +ADDSYMBOL(straightness); +ADDSYMBOL(subpath); +ADDSYMBOL(t); +ADDSYMBOL(unstraighten); +ADDSYMBOL(z0); +ADDSYMBOL(z1); |