| 40 | #include <string> |
| 41 | |
| 42 | struct BooleanOperation { |
| 43 | McContext myContext = MC_NULL_HANDLE; |
| 44 | std::vector<McConnectedComponent> pConnComps_; |
| 45 | std::vector<McFloat> srcMeshVertices; |
| 46 | std::vector<McUint32> meshFaceIndices; |
| 47 | std::vector<McUint32> meshFaceSizes; |
| 48 | }; |
| 49 | |
| 50 | //static void MCAPI_PTR mcDebugOutput_(McDebugSource source, |
| 51 | // McDebugType type, |
nothing calls this directly
no outgoing calls
no test coverage detected