mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-01-30 23:48:44 +03:00
update src and test
This commit is contained in:
5981
src/libseqarrange/test/qidiparts.cpp
Normal file
5981
src/libseqarrange/test/qidiparts.cpp
Normal file
File diff suppressed because it is too large
Load Diff
14
src/libseqarrange/test/qidiparts.hpp
Normal file
14
src/libseqarrange/test/qidiparts.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef QIDIPARTS_H
|
||||
#define QIDIPARTS_H
|
||||
|
||||
#include <vector>
|
||||
#include "libslic3r/ExPolygon.hpp"
|
||||
|
||||
using TestData = std::vector<Slic3r::Polygon>;
|
||||
using TestDataEx = std::vector<Slic3r::ExPolygons>;
|
||||
|
||||
extern const TestData QIDI_PART_POLYGONS;
|
||||
extern const TestData QIDI_STEGOSAUR_POLYGONS;
|
||||
extern const TestDataEx QIDI_PART_POLYGONS_EX;
|
||||
|
||||
#endif // QIDIPARTS_H
|
||||
1241
src/libseqarrange/test/seq_test_interface.cpp
Normal file
1241
src/libseqarrange/test/seq_test_interface.cpp
Normal file
File diff suppressed because it is too large
Load Diff
7
src/libseqarrange/test/seq_test_interface.hpp
Normal file
7
src/libseqarrange/test/seq_test_interface.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __SEQ_TEST_INTERFACE_HPP__
|
||||
#define __SEQ_TEST_INTERFACE_HPP__
|
||||
|
||||
/*----------------------------------------------------------------*/
|
||||
|
||||
|
||||
#endif /* __SEQ_TEST_PREPROCESS_HPP__ */
|
||||
3356
src/libseqarrange/test/seq_test_polygon.cpp
Normal file
3356
src/libseqarrange/test/seq_test_polygon.cpp
Normal file
File diff suppressed because it is too large
Load Diff
7
src/libseqarrange/test/seq_test_polygon.hpp
Normal file
7
src/libseqarrange/test/seq_test_polygon.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __SEQ_TEST_POLYGON_HPP__
|
||||
#define __SEQ_TEST_POLYGON_HPP__
|
||||
|
||||
/*----------------------------------------------------------------*/
|
||||
|
||||
|
||||
#endif /* __SEQ_TEST_POLYGON_HPP__ */
|
||||
1243
src/libseqarrange/test/seq_test_preprocess.cpp
Normal file
1243
src/libseqarrange/test/seq_test_preprocess.cpp
Normal file
File diff suppressed because it is too large
Load Diff
7
src/libseqarrange/test/seq_test_preprocess.hpp
Normal file
7
src/libseqarrange/test/seq_test_preprocess.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __SEQ_TEST_PREPROCESS_HPP__
|
||||
#define __SEQ_TEST_PREPROCESS_HPP__
|
||||
|
||||
/*----------------------------------------------------------------*/
|
||||
|
||||
|
||||
#endif /* __SEQ_TEST_PREPROCESS_HPP__ */
|
||||
2520
src/libseqarrange/test/seq_test_sequential.cpp
Normal file
2520
src/libseqarrange/test/seq_test_sequential.cpp
Normal file
File diff suppressed because it is too large
Load Diff
7
src/libseqarrange/test/seq_test_sequential.hpp
Normal file
7
src/libseqarrange/test/seq_test_sequential.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __SEQ_TEST_SEQUENTIAL_HPP__
|
||||
#define __SEQ_TEST_SEQUENTIAL_HPP__
|
||||
|
||||
/*----------------------------------------------------------------*/
|
||||
|
||||
|
||||
#endif /* __SEQ_TEST_SEQUENTIAL_HPP__ */
|
||||
Reference in New Issue
Block a user