| 50 | }; |
| 51 | |
| 52 | struct 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 |
nothing calls this directly
no outgoing calls
no test coverage detected