HDK
|
#include <GU_EdgeSplit.h>
Public Member Functions | |
~gu_UpdatePrimList () | |
void | updatePrims (GU_SplitHistory &hist, GU_Detail &gdp, float tolerance, GA_ElementWranglerCache &wranglers, bool createDuplicate=false) |
GEO_PrimPoly * | createDuplicatePoly (GEO_PrimPoly &poly, GU_SplitHistory &hist, GU_Detail &gdp, GA_ElementWranglerCache &wranglers) |
void | getPrimsUsingPoint (GA_Offset pt, UT_IntArray &primlist) |
Public Attributes | |
UT_Array< gu_PrimToUpdate * > | myList |
Definition at line 98 of file GU_EdgeSplit.h.
gu_UpdatePrimList::~gu_UpdatePrimList | ( | ) |
GEO_PrimPoly* gu_UpdatePrimList::createDuplicatePoly | ( | GEO_PrimPoly & | poly, |
GU_SplitHistory & | hist, | ||
GU_Detail & | gdp, | ||
GA_ElementWranglerCache & | wranglers | ||
) |
void gu_UpdatePrimList::getPrimsUsingPoint | ( | GA_Offset | pt, |
UT_IntArray & | primlist | ||
) |
void gu_UpdatePrimList::updatePrims | ( | GU_SplitHistory & | hist, |
GU_Detail & | gdp, | ||
float | tolerance, | ||
GA_ElementWranglerCache & | wranglers, | ||
bool | createDuplicate = false |
||
) |
UT_Array<gu_PrimToUpdate *> gu_UpdatePrimList::myList |
Definition at line 103 of file GU_EdgeSplit.h.