File inter_primitive_constitution.h File List > constitution > inter_primitive_constitution.h Go to the documentation of this file #pragma once #include <uipc/constitution/constitution.h> namespace uipc::constitution { class UIPC_CONSTITUTION_API InterPrimitiveConstitution : public IConstitution { using Base = IConstitution; }; } // namespace uipc::constitution