#include "GU_API.h"#include <UT/UT_PtrArray.h>#include <UT/UT_PtrMatrix.h>#include <UT/UT_Matrix3.h>#include <UT/UT_RefArray.h>#include <UT/UT_RefMatrix.h>#include <UT/UT_BitArray.h>#include <GEO/GEO_Detail.h>#include <GEO/GEO_PrimType.h>#include <GEO/GEO_SurfaceType.h>#include <GEO/GEO_Primitive.h>#include <GB/GB_NUBBasis.h>#include <GB/GB_Parameterization.h>#include "GU_Types.h"#include "GU_Prim.h"#include "GU_Error.h"#include "GU_ClothSeam.h"Go to the source code of this file.
Classes | |
| class | GU_DetailFlags |
| class | GU_Detail |
Defines | |
| #define | FOR_ALL_ADDED_POINTS(gdp, firstpt, ppt) for(ppt = firstpt; ppt; ppt = gdp->points().next(ppt)) |
| #define | FOR_ALL_ADDED_PRIMS(gdp, firstprim, lastprim, pprim) |
Typedefs | |
| typedef UT_PtrArray < GU_SplitLoc * > | GU_SplitLocPtrArray |
| #define FOR_ALL_ADDED_POINTS | ( | gdp, | |||
| firstpt, | |||||
| ppt | ) | for(ppt = firstpt; ppt; ppt = gdp->points().next(ppt)) |
Definition at line 130 of file GU_Detail.h.
| #define FOR_ALL_ADDED_PRIMS | ( | gdp, | |||
| firstprim, | |||||
| lastprim, | |||||
| pprim | ) |
Value:
for(pprim = firstprim; pprim && pprim != lastprim; \
pprim = gdp->primitives().next(pprim))
Definition at line 133 of file GU_Detail.h.
| typedef UT_PtrArray<GU_SplitLoc *> GU_SplitLocPtrArray |
Definition at line 126 of file GU_Detail.h.
1.5.9