#include <GU_PolyKnit.h>
Public Member Functions | |
| GU_PolyKnit (GU_Detail *gdp, bool buildpointref) | |
| GU_PolyKnit (GU_Detail *gdp, GEO_PointRefArray *ptrefarr) | |
| ~GU_PolyKnit () | |
| bool | buildPolygons (GU_Detail *destgdp, const UT_IntArray &ptarray, const UT_IntArray &typearray, const GU_PolyKnitParms &parms, GB_PrimitiveGroup *resultprims) |
| bool | getShortestPath (GEO_Point *srcpt, GEO_Point *destpt, UT_PtrArray< GEO_Point * > &ptlist) |
| bool | arePointsConnected (GEO_Point &srcpt, GEO_Point &destpt) |
Definition at line 56 of file GU_PolyKnit.h.
| GU_PolyKnit::GU_PolyKnit | ( | GU_Detail * | gdp, | |
| bool | buildpointref | |||
| ) |
| GU_PolyKnit::GU_PolyKnit | ( | GU_Detail * | gdp, | |
| GEO_PointRefArray * | ptrefarr | |||
| ) |
| GU_PolyKnit::~GU_PolyKnit | ( | ) |
| bool GU_PolyKnit::buildPolygons | ( | GU_Detail * | destgdp, | |
| const UT_IntArray & | ptarray, | |||
| const UT_IntArray & | typearray, | |||
| const GU_PolyKnitParms & | parms, | |||
| GB_PrimitiveGroup * | resultprims | |||
| ) |
| bool GU_PolyKnit::getShortestPath | ( | GEO_Point * | srcpt, | |
| GEO_Point * | destpt, | |||
| UT_PtrArray< GEO_Point * > & | ptlist | |||
| ) |
1.5.9