kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #31604
Re: [RFC] new connectivity algorithm - testers needed
-
To:
<mail@xxxxxxxxxx>, Kristoffer Ödmark <kristofferodmark90@xxxxxxxxx>
-
From:
Tomasz Wlostowski <tomasz.wlostowski@xxxxxxx>
-
Date:
Tue, 14 Nov 2017 16:57:55 +0100
-
Authentication-results:
spf=pass (sender IP is 188.184.36.48) smtp.mailfrom=cern.ch; lists.launchpad.net; dkim=none (message not signed) header.d=none;lists.launchpad.net; dmarc=bestguesspass action=none header.from=cern.ch;
-
Cc:
kicad-developers@xxxxxxxxxxxxxxxxxxx
-
In-reply-to:
<CAH3vBSRVU8O4ycRD5O=_oWkf4POLNwgPPbLEbDGpbbhECsBxmA@mail.gmail.com>
-
Spamdiagnosticmetadata:
NSPM
-
Spamdiagnosticoutput:
1:99
-
User-agent:
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0
On 14/11/17 11:50, miles mccoo wrote:
> I do see that the implementation of GetPadCount(aNet) does just that.[3]
> Also, in that implementation, it's referencing connAlgo's padList. Is
> this better than asking board for its pads? I'm thinking the whole
> "don't repeat yourself" thing [4]
Would you like to have something like
vector<board_connected_item> BOARD::AllItemsInNet( int aNet ) ?
Tom
References