KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PNS::FIXED_TAIL::STAGE Struct Reference

#include <pns_line_placer.h>

Public Member Functions

 STAGE ()
 
 STAGE (const STAGE &aOther)
 
STAGEoperator= (const STAGE &aOther)
 
STAGEoperator= (STAGE &&aOther) noexcept
 

Public Attributes

NODEcommit
 
std::vector< FIX_POINTpts
 

Detailed Description

Definition at line 62 of file pns_line_placer.h.

Constructor & Destructor Documentation

◆ STAGE() [1/2]

PNS::FIXED_TAIL::STAGE::STAGE ( )
inline

Definition at line 64 of file pns_line_placer.h.

References commit.

Referenced by operator=(), operator=(), and STAGE().

◆ STAGE() [2/2]

PNS::FIXED_TAIL::STAGE::STAGE ( const STAGE & aOther)
inline

Definition at line 68 of file pns_line_placer.h.

References STAGE().

Member Function Documentation

◆ operator=() [1/2]

STAGE & PNS::FIXED_TAIL::STAGE::operator= ( const STAGE & aOther)
inline

Definition at line 74 of file pns_line_placer.h.

References commit, pts, and STAGE().

◆ operator=() [2/2]

STAGE & PNS::FIXED_TAIL::STAGE::operator= ( STAGE && aOther)
inlinenoexcept

Definition at line 82 of file pns_line_placer.h.

References commit, pts, and STAGE().

Member Data Documentation

◆ commit

NODE* PNS::FIXED_TAIL::STAGE::commit

◆ pts

std::vector<FIX_POINT> PNS::FIXED_TAIL::STAGE::pts

The documentation for this struct was generated from the following file: