20#ifndef FROM_TO_CACHE_H 
   21#define FROM_TO_CACHE_H 
   61    FT_PATH* 
QueryFromToPath( 
const std::set<BOARD_CONNECTED_ITEM*>& aItems );
 
 
A base class derived from BOARD_ITEM for items that can be connected and have a net,...
 
Information pertinent to a Pcbnew printed circuit board.
 
int cacheFromToPaths(const wxString &aFrom, const wxString &aTo)
 
std::vector< FT_PATH > m_ftPaths
 
FROM_TO_CACHE(BOARD *aBoard=nullptr)
 
FT_PATH * QueryFromToPath(const std::set< BOARD_CONNECTED_ITEM * > &aItems)
 
bool IsOnFromToPath(BOARD_CONNECTED_ITEM *aItem, const wxString &aFrom, const wxString &aTo)
 
std::vector< FT_ENDPOINT > m_ftEndpoints
 
void Rebuild(BOARD *aBoard)
 
std::set< BOARD_CONNECTED_ITEM * > pathItems