Hide BOARD internals that shouldn't be wrapped from swig
This commit is contained in:
parent
6d6765cdaf
commit
eae9e954c3
|
@ -69,6 +69,11 @@ HANDLE_EXCEPTIONS(BOARD::TracksInNetBetweenPoints)
|
|||
// Do not permit default BOARD ctor since it won't initialize the project
|
||||
%ignore BOARD::BOARD();
|
||||
|
||||
// Do not wrap internal-only structures
|
||||
%ignore BOARD::m_InsideCourtyardCache;
|
||||
%ignore BOARD::m_InsideAreaCache;
|
||||
%ignore BOARD::m_CopperZoneRTrees;
|
||||
|
||||
%include board.h
|
||||
%{
|
||||
#include <board.h>
|
||||
|
|
Loading…
Reference in New Issue