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

Class DataMapsQueryTest

tests/source/getDataMaps.cpp:52–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50};
51
52struct DataMapsQueryTest {
53 McContext context_ = MC_NULL_HANDLE;
54 std::vector<McConnectedComponent> connComps_;
55 std::vector<McFloat> pSrcMeshVertices;
56 std::vector<McUint32> pSrcMeshFaceIndices;
57 std::vector<McUint32> pSrcMeshFaceSizes;
58 std::vector<McFloat> pCutMeshVertices;
59 std::vector<McUint32> pCutMeshFaceIndices;
60 std::vector<McUint32> pCutMeshFaceSizes;
61
62 McFlags dispatchflags = 0;
63};
64
65#define NUM_TEST_CONFIGS 12
66

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected