| 405 | } |
| 406 | |
| 407 | struct 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 | |
| 418 | UTEST_F_SETUP(FaceAndVertexDataMapsQueryMissingFlagTest) |
| 419 | { |
nothing calls this directly
no outgoing calls
no test coverage detected