MCPcopy Create free account
hub / github.com/cutdigital/mcut / FaceAndVertexDataMapsQueryMissingFlagTest

Class FaceAndVertexDataMapsQueryMissingFlagTest

tests/source/getDataMaps.cpp:407–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407struct FaceAndVertexDataMapsQueryMissingFlagTest {
408 McContext context_ = MC_NULL_HANDLE;
409 std::vector<McConnectedComponent> connComps_;
410 std::vector<McFloat> pSrcMeshVertices;
411 std::vector<McUint32> pSrcMeshFaceIndices;
412 std::vector<McUint32> pSrcMeshFaceSizes;
413 std::vector<McFloat> pCutMeshVertices;
414 std::vector<McUint32> pCutMeshFaceIndices;
415 std::vector<McUint32> pCutMeshFaceSizes;
416};
417
418UTEST_F_SETUP(FaceAndVertexDataMapsQueryMissingFlagTest)
419{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected