|
def | __init__ (self, *args) |
|
"void" | Build (self, *args) |
|
"bool" | Add (self, "BOARD_ITEM" aItem) |
|
"bool" | Remove (self, "BOARD_ITEM" aItem) |
|
"bool" | Update (self, "BOARD_ITEM" aItem) |
|
"void" | Move (self, "VECTOR2I" aDelta) |
|
"void" | Clear (self) |
|
"int" | GetNetCount (self) |
|
"RN_NET *" | GetRatsnestForNet (self, "int" aNet) |
|
"void" | PropagateNets (self, *args) |
|
"bool" | CheckConnectivity (self, "std::vector< CN_DISJOINT_NET_ENTRY,std::allocator< CN_DISJOINT_NET_ENTRY > > &" aReport) |
|
"void" | FindIsolatedCopperIslands (self, *args) |
|
"void" | RecalculateRatsnest (self, "BOARD_COMMIT *" aCommit=None) |
|
"unsigned int" | GetUnconnectedCount (self) |
|
"bool" | IsConnectedOnLayer (self, *args) |
|
"unsigned int" | GetNodeCount (self, "int" aNet=-1) |
|
"unsigned int" | GetPadCount (self, "int" aNet=-1) |
|
"std::vector< PCB_TRACK *,std::allocator< PCB_TRACK * > > const" | GetConnectedTracks (self, "BOARD_CONNECTED_ITEM" aItem) |
|
"void" | GetConnectedPads (self, *args) |
|
"std::vector< BOARD_CONNECTED_ITEM *,std::allocator< BOARD_CONNECTED_ITEM * > > const" | GetConnectedItemsAtAnchor (self, "BOARD_CONNECTED_ITEM" aItem, "VECTOR2I" aAnchor, "KICAD_T const []" aTypes, "int const &" aMaxError=0) |
|
"void" | GetUnconnectedEdges (self, "std::vector< CN_EDGE,std::allocator< CN_EDGE > > &" aEdges) |
|
"bool" | TestTrackEndpointDangling (self, "PCB_TRACK" aTrack, "wxPoint" aPos=None) |
|
"void" | ClearDynamicRatsnest (self) |
|
"void" | HideDynamicRatsnest (self) |
|
"void" | ComputeDynamicRatsnest (self, *args) |
|
"std::vector< RN_DYNAMIC_LINE,std::allocator< RN_DYNAMIC_LINE > > const &" | GetDynamicRatsnest (self) |
|
"std::vector< BOARD_CONNECTED_ITEM *,std::allocator< BOARD_CONNECTED_ITEM * > > const" | GetConnectedItems (self, "BOARD_CONNECTED_ITEM" aItem, "KICAD_T const []" aTypes, "bool" aIgnoreNetcodes=False) |
|
"std::vector< BOARD_CONNECTED_ITEM *,std::allocator< BOARD_CONNECTED_ITEM * > > const" | GetNetItems (self, "int" aNetCode, "KICAD_T const []" aTypes) |
|
"void" | BlockRatsnestItems (self, "std::vector< BOARD_ITEM *,std::allocator< BOARD_ITEM * > > const &" aItems) |
|
"std::shared_ptr< CN_CONNECTIVITY_ALGO >" | GetConnectivityAlgo (self) |
|
"KISPINLOCK &" | GetLock (self) |
|
"void" | MarkItemNetAsDirty (self, "BOARD_ITEM" aItem) |
|
"void" | SetProgressReporter (self, "PROGRESS_REPORTER *" aReporter) |
|
"std::map< int,wxString,std::less< int >,std::allocator< std::pair< int const,wxString > > > const &" | GetNetclassMap (self) |
|
"std::shared_ptr< FROM_TO_CACHE >" | GetFromToCache (self) |
|
Proxy of C++ CONNECTIVITY_DATA class.
Definition at line 9283 of file pcbnew.py.
"void" pcbnew.CONNECTIVITY_DATA.ComputeDynamicRatsnest |
( |
|
self, |
|
|
* |
args |
|
) |
| |
ComputeDynamicRatsnest(CONNECTIVITY_DATA self, std::vector< BOARD_ITEM *,std::allocator< BOARD_ITEM * > > const & aItems, CONNECTIVITY_DATA aDynamicData, VECTOR2I aInternalOffset={ 0, 0 })
Definition at line 9398 of file pcbnew.py.
"void" pcbnew.CONNECTIVITY_DATA.GetConnectedPads |
( |
|
self, |
|
|
* |
args |
|
) |
| |
GetConnectedPads(CONNECTIVITY_DATA self, BOARD_CONNECTED_ITEM aItem) -> PADS_VEC
GetConnectedPads(CONNECTIVITY_DATA self, BOARD_CONNECTED_ITEM aItem, std::set< PAD *,std::less< PAD * >,std::allocator< PAD * > > * pads)
Definition at line 9371 of file pcbnew.py.
"bool" pcbnew.CONNECTIVITY_DATA.IsConnectedOnLayer |
( |
|
self, |
|
|
* |
args |
|
) |
| |
IsConnectedOnLayer(CONNECTIVITY_DATA self, BOARD_CONNECTED_ITEM aItem, int aLayer, std::vector< KICAD_T,std::allocator< KICAD_T > > aTypes={}, bool aCheckOptionalFlashing=False) -> bool
Definition at line 9355 of file pcbnew.py.