KiCad PCB EDA Suite
|
This is the complete list of members for CREEPAGE_GRAPH, including all inherited members.
AddConnection(std::shared_ptr< GRAPH_NODE > &aN1, std::shared_ptr< GRAPH_NODE > &aN2, const PATH_CONNECTION &aPc) | CREEPAGE_GRAPH | |
AddConnection(std::shared_ptr< GRAPH_NODE > &aN1, std::shared_ptr< GRAPH_NODE > &aN2) | CREEPAGE_GRAPH | |
AddNetElements(int aNetCode, PCB_LAYER_ID aLayer, int aMaxCreepage) | CREEPAGE_GRAPH | |
AddNode(GRAPH_NODE::TYPE aType, CREEP_SHAPE *aParent=nullptr, VECTOR2I aPos=VECTOR2I()) | CREEPAGE_GRAPH | |
AddNodeVirtual() | CREEPAGE_GRAPH | |
Addshape(const SHAPE &aShape, std::shared_ptr< GRAPH_NODE > &aConnectTo, BOARD_ITEM *aParent=nullptr) | CREEPAGE_GRAPH | |
CREEPAGE_GRAPH(BOARD &aBoard) | CREEPAGE_GRAPH | inline |
FindNode(GRAPH_NODE::TYPE aType, CREEP_SHAPE *aParent, VECTOR2I aPos) | CREEPAGE_GRAPH | |
GeneratePaths(double aMaxWeight, PCB_LAYER_ID aLayer, bool aClearance) | CREEPAGE_GRAPH | |
GetTarget() | CREEPAGE_GRAPH | inline |
m_board | CREEPAGE_GRAPH | |
m_boardEdge | CREEPAGE_GRAPH | |
m_boardOutline | CREEPAGE_GRAPH | |
m_connections | CREEPAGE_GRAPH | |
m_creepageTarget | CREEPAGE_GRAPH | private |
m_creepageTargetSquared | CREEPAGE_GRAPH | private |
m_minGrooveWidth | CREEPAGE_GRAPH | |
m_nodes | CREEPAGE_GRAPH | |
m_nodeset | CREEPAGE_GRAPH | |
m_shapeCollection | CREEPAGE_GRAPH | |
RemoveConnection(std::shared_ptr< GRAPH_CONNECTION >, bool aDelete=false) | CREEPAGE_GRAPH | |
RemoveDuplicatedShapes() | CREEPAGE_GRAPH | |
SetTarget(double aTarget) | CREEPAGE_GRAPH | |
Solve(std::shared_ptr< GRAPH_NODE > &aFrom, std::shared_ptr< GRAPH_NODE > &aTo, std::vector< std::shared_ptr< GRAPH_CONNECTION > > &aResult) | CREEPAGE_GRAPH | |
TransformCreepShapesToNodes(std::vector< CREEP_SHAPE * > &aShapes) | CREEPAGE_GRAPH | |
TransformEdgeToCreepShapes() | CREEPAGE_GRAPH | |
Trim(double aWeightLimit) | CREEPAGE_GRAPH | |
~CREEPAGE_GRAPH() | CREEPAGE_GRAPH | inline |