Blender V5.0
blender::io::obj::OBJCurvesTest Member List

This is the complete list of members for blender::io::obj::OBJCurvesTest, including all inherited members.

create_curves(Span< float3 > points, bool cyclic)blender::io::obj::OBJCurvesTestinlinestatic
create_nurbs(Span< float3 > points, bool cyclic, int8_t order, KnotsMode mode)blender::io::obj::OBJCurvesTestinlinestatic
create_rational_nurbs(Span< float3 > points, Span< float > weights, bool cyclic, int8_t order, KnotsMode mode)blender::io::obj::OBJCurvesTestinlinestatic
read_curves(OBJImportParams params)blender::io::obj::OBJCurvesTestinline
run_nurbs_test(const Span< float3 > points, const int8_t order, const KnotsMode mode, const bool cyclic, bke::CurvesGeometry &src_curve, const bke::CurvesGeometry *&result_curve, Span< float3 > expected_points=Span< float3 >(), const KnotsMode *expected_mode=nullptr, const bool *expected_cyclic=nullptr)blender::io::obj::OBJCurvesTestinline
SetUpTestSuite()blender::io::obj::OBJCurvesTestinlinestatic
TearDownTestSuite()blender::io::obj::OBJCurvesTestinlinestatic
write_curves(const Span< std::unique_ptr< IOBJCurve > > curves, OBJExportParams params)blender::io::obj::OBJCurvesTestinline
write_curves(const std::unique_ptr< IOBJCurve > &curve, OBJExportParams params)blender::io::obj::OBJCurvesTestinline
write_curves(const bke::CurvesGeometry &curve, OBJExportParams params)blender::io::obj::OBJCurvesTestinline