mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +00:00
ifcwrap: ignore schema registry and plugins related structs and functions
This commit is contained in:
@@ -67,6 +67,13 @@
|
|||||||
// Irrelevant abstract base that only has anonymous concrete implementations
|
// Irrelevant abstract base that only has anonymous concrete implementations
|
||||||
%ignore instance_factory;
|
%ignore instance_factory;
|
||||||
|
|
||||||
|
%ignore ifcopenshell::schema_registry;
|
||||||
|
%ignore ifcopenshell::schema_registry_instance;
|
||||||
|
%ignore ifcopenshell::schema_plugin_registration_symbol;
|
||||||
|
%ignore ifcopenshell::schema_plugin_metadata;
|
||||||
|
%ignore ifcopenshell::schema_plugin_directory;
|
||||||
|
%ignore ifcopenshell::load_schema_plugins;
|
||||||
|
|
||||||
// Not relevant for python usage
|
// Not relevant for python usage
|
||||||
%ignore express::Base::data;
|
%ignore express::Base::data;
|
||||||
%ignore *::references_to_resolve;
|
%ignore *::references_to_resolve;
|
||||||
|
|||||||
Reference in New Issue
Block a user