, including all inherited members.
AutoSmooth(float threshold, DWORD faceFlag) | MNMeshUtilities | |
BridgeBorders(int edge1, int twist1, int edge2, int twist2, float smoothThresh, int segments, float taper, float bias) | MNMeshUtilities | |
BridgePolygonClusters(DWORD polyFlag, float smoothThresh, int segments, float taper, float bias, int twist1, int twist2) | MNMeshUtilities | |
BridgePolygons(int face1, int twist1, int face2, int twist2, float smoothThresh, int segments, float taper, float bias) | MNMeshUtilities | |
BridgeSelectedBorders(DWORD edgeFlag, float smoothThresh, int segments, float taper, float bias, int twist1, int twist2) | MNMeshUtilities | |
CollapseEdges(DWORD edgeFlag) | MNMeshUtilities | |
CollapseEdges(DWORD edgeFlag, Tab< int > &pointDest) | MNMeshUtilities | |
ConstrainDeltaToEdges(Tab< Point3 > *deltaIn, Tab< Point3 > *deltaOut) | MNMeshUtilities | |
ConstrainDeltaToFaces(Tab< Point3 > *deltaIn, Tab< Point3 > *deltaOut) | MNMeshUtilities | |
CutCleanup() | MNMeshUtilities | |
CutPrepare() | MNMeshUtilities | |
ExtrudeOpenEdges(DWORD edgeFlag, bool clearFlagOnOldEdges, bool useTracking) | MNMeshUtilities | |
FindDefaultBridgeTwist(int face1, int face2) | MNMeshUtilities | |
FlipHingeAngle(Point3 &origin, Point3 &axis, int hingeEdge, DWORD faceFlag) | MNMeshUtilities | |
GetBorderFromEdge(int edge, Tab< int > &border) | MNMeshUtilities | |
HingeFromEdge(Point3 &origin, Point3 &axis, float angle, int segments, MNFaceClusters &fclust, int clusterID) | MNMeshUtilities | |
MakeFlaggedPlanar(int selLev, DWORD flag, float *softSel, Point3 *delta=NULL) | MNMeshUtilities | |
MNMeshUtilities(MNMesh *mesh) | MNMeshUtilities | [inline] |
MoveVertsToPlane(Point3 &norm, float offset, float *softSel, Point3 *delta=NULL) | MNMeshUtilities | |
operator delete(void *ptr) | MaxHeapOperators | [static] |
operator delete(void *ptr, const std::nothrow_t &e) | MaxHeapOperators | [static] |
operator delete(void *ptr, const char *filename, int line) | MaxHeapOperators | [static] |
operator delete(void *ptr, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | [static] |
operator delete(void *ptr, unsigned long flags) | MaxHeapOperators | [static] |
operator delete(void *ptr, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | [static] |
operator delete(void *ptr, void *placement_ptr) | MaxHeapOperators | [static] |
operator delete[](void *ptr) | MaxHeapOperators | [static] |
operator delete[](void *ptr, const std::nothrow_t &e) | MaxHeapOperators | [static] |
operator delete[](void *ptr, const char *filename, int line) | MaxHeapOperators | [static] |
operator delete[](void *ptr, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | [static] |
operator delete[](void *ptr, unsigned long flags) | MaxHeapOperators | [static] |
operator delete[](void *ptr, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | [static] |
operator new(size_t size) | MaxHeapOperators | [static] |
operator new(size_t size, const std::nothrow_t &e) | MaxHeapOperators | [static] |
operator new(size_t size, const char *filename, int line) | MaxHeapOperators | [static] |
operator new(size_t size, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | [static] |
operator new(size_t size, unsigned long flags) | MaxHeapOperators | [static] |
operator new(size_t size, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | [static] |
operator new(size_t size, void *placement_ptr) | MaxHeapOperators | [static] |
operator new[](size_t size) | MaxHeapOperators | [static] |
operator new[](size_t size, const std::nothrow_t &e) | MaxHeapOperators | [static] |
operator new[](size_t size, const char *filename, int line) | MaxHeapOperators | [static] |
operator new[](size_t size, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | [static] |
operator new[](size_t size, unsigned long flags) | MaxHeapOperators | [static] |
operator new[](size_t size, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | [static] |
Relax(DWORD vertexFlag, float *softSel, float relaxAmount, int relaxIters, bool holdBoundaryPts, bool holdOuterPts, Point3 *delta=NULL) | MNMeshUtilities | |
SelectPolygonsByAngle(int startPolygon, float angle, BitArray &polySel) | MNMeshUtilities | |
TurnDiagonal(int face, int diagonal) | MNMeshUtilities | |