#include "TS_API.h"#include <UT/UT_Matrix4.h>#include <UT/UT_Matrix3.h>#include <UT/UT_Vector4.h>#include <UT/UT_Vector3.h>#include <UT/UT_BoundingBox.h>#include <UT/UT_Interval.h>#include <UT/UT_PtrArray.h>#include "TS_Resource.h"#include "TS_Quadric.h"#include "TS_Ray.h"Go to the source code of this file.
Classes | |
| class | TS_MetaKernel |
| class | TS_MetaExpression |
| class | TS_MetaOp |
| class | TS_MetaSum |
| class | TS_MetaMax |
| class | TS_MetaMin |
Defines | |
| #define | TS_MetaPotentialThreshold 1.0F |
Typedefs | |
| typedef UT_PtrArray < TS_MetaExpression * > | TS_ExpressionList |
| typedef UT_PtrArray < TS_SweepNode * > | TS_SweepList |
| #define TS_MetaPotentialThreshold 1.0F |
Definition at line 277 of file TS_Expression.h.
| typedef UT_PtrArray<TS_MetaExpression *> TS_ExpressionList |
Definition at line 60 of file TS_Expression.h.
| typedef UT_PtrArray<TS_SweepNode *> TS_SweepList |
Definition at line 63 of file TS_Expression.h.
1.5.9