#include "GEO_API.h"#include <iostream.h>#include <UT/UT_Matrix4.h>#include <GB/GB_Primitive.h>#include <GB/GB_Attribute.h>#include "GEO_Point.h"Go to the source code of this file.
Classes | |
| class | GEO_Primitive |
Typedefs | |
| typedef void(* | GEO_EdgeApplyFunc )(GEO_Primitive &prim, GEO_Point &a, GEO_Point &b, void *data) |
| typedef void(* | GEO_EdgeApplyIndexFunc )(GEO_Primitive &prim, int v1, int v2, void *data) |
| typedef void(* GEO_EdgeApplyFunc)(GEO_Primitive &prim, GEO_Point &a, GEO_Point &b, void *data) |
Definition at line 40 of file GEO_Primitive.h.
| typedef void(* GEO_EdgeApplyIndexFunc)(GEO_Primitive &prim, int v1, int v2, void *data) |
Definition at line 42 of file GEO_Primitive.h.
1.5.9