Hide BOARD internals that shouldn't be wrapped from swig
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user