#include <GU_EdgeSplit.h>
Public Member Functions | |
| ~gu_UpdatePrimList () | |
| void | updatePrims (const GU_SplitHistory &hist, const GU_Detail &gdp, float tolerance) |
| void | getPrimsUsingPoint (const GEO_Point *pt, UT_IntArray &primlist) |
Public Attributes | |
| UT_PtrArray< gu_PrimToUpdate * > | myList |
Definition at line 88 of file GU_EdgeSplit.h.
| gu_UpdatePrimList::~gu_UpdatePrimList | ( | ) |
| void gu_UpdatePrimList::getPrimsUsingPoint | ( | const GEO_Point * | pt, | |
| UT_IntArray & | primlist | |||
| ) |
| void gu_UpdatePrimList::updatePrims | ( | const GU_SplitHistory & | hist, | |
| const GU_Detail & | gdp, | |||
| float | tolerance | |||
| ) |
| UT_PtrArray<gu_PrimToUpdate *> gu_UpdatePrimList::myList |
Definition at line 93 of file GU_EdgeSplit.h.
1.5.9