xmsmesh
1.0
|
Class for testing polyline/polygon point redistribution. More...
#include <TutMeshing.t.h>
Public Member Functions | |
void | test_Example_SimplePolygon_Redistribute () |
[snip_test_Example_SpringRelax] More... | |
void | test_Example_Redistribute_SizeFunction () |
[snip_test_example_SimplePolygon_Redistribute] More... | |
void | test_Example_Redistribute_Curvature () |
[snip_test_Example_Redistribute_SizeFunction] More... | |
void | test_Example_Redistribute_Polygon_Curvature () |
[test_Example_Redistribute_Curvature] More... | |
Class for testing polyline/polygon point redistribution.
Definition at line 50 of file TutMeshing.t.h.
void TutRedistributionIntermediateTests::test_Example_Redistribute_Curvature | ( | ) |
[snip_test_Example_Redistribute_SizeFunction]
Example for redistributing a polyline using curvature. [test_Example_Redistribute_Curvature]
Definition at line 876 of file TutMeshing.cpp.
References xms::MePolyRedistributePts::New(), and TS_ASSERT_DELTA_VECPT3D.
void TutRedistributionIntermediateTests::test_Example_Redistribute_Polygon_Curvature | ( | ) |
[test_Example_Redistribute_Curvature]
Example for redistributing a polyline using curvature. [test_Example_Redistribute_Polygon_Curvature]
Definition at line 918 of file TutMeshing.cpp.
References xms::MePolyRedistributePts::New(), and TS_ASSERT_DELTA_VECPT3D.
void TutRedistributionIntermediateTests::test_Example_Redistribute_SizeFunction | ( | ) |
[snip_test_example_SimplePolygon_Redistribute]
Example for redistributing a polygon using scalar paving. [snip_test_Example_Redistribute_SizeFunction]
Definition at line 812 of file TutMeshing.cpp.
References xms::InterpLinear::New(), xms::MePolyRedistributePts::New(), and TS_ASSERT_DELTA_VECPT3D.
void TutRedistributionIntermediateTests::test_Example_SimplePolygon_Redistribute | ( | ) |
[snip_test_Example_SpringRelax]
Example for redistributing points on a polygon boundary to a constant spacing. [snip_test_example_SimplePolygon_Redistribute]
Definition at line 782 of file TutMeshing.cpp.
References xms::MePolyRedistributePts::New(), and TS_ASSERT_DELTA_VECPT3D.