HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GU_Iso.h File Reference
#include "GU_API.h"
#include <GA/GA_Types.h>
#include <UT/UT_Vector3.h>
#include <UT/UT_BoundingBox.h>
#include <UT/UT_Assert.h>
+ Include dependency graph for GU_Iso.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GU_IsoSurface
 

Typedefs

typedef float(* GU_IsoCallback )(const UT_Vector3 &pos, void *data)
 Function to determine inside/outside tests. More...
 

Typedef Documentation

typedef float(* GU_IsoCallback)(const UT_Vector3 &pos, void *data)

Function to determine inside/outside tests.

Definition at line 27 of file GU_Iso.h.