30 static BSHP<MeRefinePtsToPolys>
New();
33 virtual void SetRefinePoints(
const std::vector<MeRefinePoint>& a_pts,
double a_tol) = 0;
34 virtual void RefPtsAsPolys(
int a_polyId,
35 const std::vector<Pt3d>& a_outPoly,
36 const std::vector<std::vector<Pt3d>>& a_inPolys,
37 std::vector<std::vector<Pt3d>>& a_newInPolys,
38 std::vector<Pt3d>& a_refMeshPts,
39 std::vector<Pt3d>& a_refPtsTooClose) = 0;
static BSHP< MeRefinePtsToPolys > New()
Creates a new instance of this class.
Creates polygon from refine point information.
#define XM_DISALLOW_COPY_AND_ASSIGN(TypeName)