Browse Source

MeshTools: doc++

pull/371/head
Vladimír Vondruš 6 years ago
parent
commit
677b24a807
  1. 2
      src/Magnum/MeshTools/Test/RemoveDuplicatesTest.cpp
  2. 2
      src/Magnum/MeshTools/Test/SubdivideTest.cpp

2
src/Magnum/MeshTools/Test/RemoveDuplicatesTest.cpp

@ -42,6 +42,8 @@ struct RemoveDuplicatesTest: TestSuite::Tester {
void removeDuplicatesIndexedInPlaceSmallType();
void removeDuplicatesIndexedInPlaceEmptyIndices();
void removeDuplicatesIndexedInPlaceEmptyIndicesVertices();
/* this is additionally regression-tested in PrimitivesIcosphereTest */
};
RemoveDuplicatesTest::RemoveDuplicatesTest() {

2
src/Magnum/MeshTools/Test/SubdivideTest.cpp

@ -41,6 +41,8 @@ struct SubdivideTest: TestSuite::Tester {
template<class T> void subdivideInPlace();
void subdivideInPlaceWrongIndexCount();
void subdivideInPlaceSmallIndexType();
/* this is additionally regression-tested in PrimitivesIcosphereTest */
};
typedef Math::Vector<1, Int> Vector1;

Loading…
Cancel
Save