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

Class BooleanOperation

tests/source/booleanOperation.cpp:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40#include <string>
41
42struct 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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected