KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CREEPAGE_GRAPH Member List

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_GRAPHinline
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_GRAPHinline
m_boardCREEPAGE_GRAPH
m_boardEdgeCREEPAGE_GRAPH
m_boardOutlineCREEPAGE_GRAPH
m_connectionsCREEPAGE_GRAPH
m_creepageTargetCREEPAGE_GRAPHprivate
m_creepageTargetSquaredCREEPAGE_GRAPHprivate
m_minGrooveWidthCREEPAGE_GRAPH
m_nodesCREEPAGE_GRAPH
m_nodesetCREEPAGE_GRAPH
m_shapeCollectionCREEPAGE_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_GRAPHinline