HDK
|
#include "GU_API.h"
#include "GU_SelectType.h"
#include "GU_PathHedge.h"
#include "GU_PathFinder.h"
#include "GU_Detail.h"
#include <GEO/GEO_HedgeInterface.h>
#include <UT/UT_Array.h>
#include <UT/UT_UniquePtr.h>
#include <GA/GA_ElementGroup.h>
#include <GA/GA_EdgeGroup.h>
#include <GA/GA_Group.h>
Go to the source code of this file.
Classes | |
class | GU_LoopHelper |
Enumerations | |
enum | GU_LoopType { GU_LOOP_PARTIAL = 0, GU_LOOP_EXTENDED, GU_LOOP_CLOSED } |
enum GU_LoopType |
Enumerator | |
---|---|
GU_LOOP_PARTIAL | |
GU_LOOP_EXTENDED | |
GU_LOOP_CLOSED |
Definition at line 27 of file GU_LoopHelper.h.