KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PNS::ALGO_BASE Class Reference

Base class for all P&S algorithms (shoving, walkaround, line placement, dragging, etc.). More...

#include <pns_algo_base.h>

Inheritance diagram for PNS::ALGO_BASE:
PNS::DRAG_ALGO PNS::PLACEMENT_ALGO PNS::SHOVE PNS::WALKAROUND PNS::COMPONENT_DRAGGER PNS::DRAGGER PNS::DIFF_PAIR_PLACER PNS::LINE_PLACER PNS::MEANDER_PLACER_BASE PNS::DP_MEANDER_PLACER PNS::MEANDER_PLACER PNS::MEANDER_SKEW_PLACER

Public Member Functions

 ALGO_BASE (ROUTER *aRouter)
 
virtual ~ALGO_BASE ()
 Return the instance of our router.
 
ROUTERRouter () const
 Return current router settings.
 
ROUTING_SETTINGSSettings () const
 Return the logger object, allowing to dump geometry to a file.
 
virtual LOGGERLogger ()
 
void SetLogger (LOGGER *aLogger)
 
void SetDebugDecorator (DEBUG_DECORATOR *aDecorator)
 Assign a debug decorator allowing this algo to draw extra graphics for visual debugging.
 
DEBUG_DECORATORDbg () const
 
const BOX2IVisibleViewArea () const
 

Protected Attributes

DEBUG_DECORATORm_debugDecorator
 
ROUTERm_router
 
LOGGERm_logger
 

Detailed Description

Base class for all P&S algorithms (shoving, walkaround, line placement, dragging, etc.).

Holds a bunch of objects commonly used by all algorithms (P&S settings, parent router instance, logging).

Definition at line 42 of file pns_algo_base.h.

Constructor & Destructor Documentation

◆ ALGO_BASE()

PNS::ALGO_BASE::ALGO_BASE ( ROUTER aRouter)
inline

Definition at line 45 of file pns_algo_base.h.

◆ ~ALGO_BASE()

virtual PNS::ALGO_BASE::~ALGO_BASE ( )
inlinevirtual

Return the instance of our router.

Definition at line 51 of file pns_algo_base.h.

Member Function Documentation

◆ Dbg()

DEBUG_DECORATOR * PNS::ALGO_BASE::Dbg ( ) const
inline

◆ Logger()

LOGGER * PNS::ALGO_BASE::Logger ( )
virtual

◆ Router()

◆ SetDebugDecorator()

void PNS::ALGO_BASE::SetDebugDecorator ( DEBUG_DECORATOR aDecorator)
inline

Assign a debug decorator allowing this algo to draw extra graphics for visual debugging.

Definition at line 73 of file pns_algo_base.h.

References m_debugDecorator.

Referenced by PNS::SHOVE::onCollidingSolid(), PNS::LINE_PLACER::rhWalkBase(), PNS::SHOVE::SHOVE(), and PNS::DRAGGER::tryWalkaround().

◆ SetLogger()

void PNS::ALGO_BASE::SetLogger ( LOGGER aLogger)
inline

Definition at line 65 of file pns_algo_base.h.

References m_logger.

Referenced by PNS::LINE_PLACER::rhWalkBase(), and PNS::DRAGGER::tryWalkaround().

◆ Settings()

◆ VisibleViewArea()

const BOX2I & PNS::ALGO_BASE::VisibleViewArea ( ) const

Member Data Documentation

◆ m_debugDecorator

DEBUG_DECORATOR* PNS::ALGO_BASE::m_debugDecorator
protected

Definition at line 86 of file pns_algo_base.h.

Referenced by Dbg(), and SetDebugDecorator().

◆ m_logger

LOGGER* PNS::ALGO_BASE::m_logger
protected

Definition at line 88 of file pns_algo_base.h.

Referenced by Logger(), and SetLogger().

◆ m_router


The documentation for this class was generated from the following files: