#include <sspt_groundfootprint.h>
Classes | |
struct | Interval |
Public Member Functions | |
sspt_GroundFootprint (int x, int y, sspt_IntegerRotation R, int rows=2) | |
~sspt_GroundFootprint () | |
void | outsideExtent (float inches) |
void | padExtentWise (float inches) |
void | padCrossExtent (float inches) |
void | padSpacing (float inches) |
void | pads (int n) |
void | padOrder (bool clockwise) |
void | nonGroundPad (int padId) |
void | copperOuterExtent (float inches) |
void | copperInnerExtent (float inches) |
void | viaOuterExtent (float inches) |
void | viaSpanExtent (float inches) |
void | viaDiameter (float inches) |
void | innerVias (int n) |
bool | saveAs (const char *filename) |
sspt_GroundFootprint::sspt_GroundFootprint | ( | int | x, | |
int | y, | |||
sspt_IntegerRotation | R, | |||
int | rows = 2 | |||
) |
sspt_GroundFootprint::~sspt_GroundFootprint | ( | ) |
void sspt_GroundFootprint::copperInnerExtent | ( | float | inches | ) |
void sspt_GroundFootprint::copperOuterExtent | ( | float | inches | ) |
void sspt_GroundFootprint::innerVias | ( | int | n | ) |
void sspt_GroundFootprint::nonGroundPad | ( | int | padId | ) |
void sspt_GroundFootprint::outsideExtent | ( | float | inches | ) |
void sspt_GroundFootprint::padCrossExtent | ( | float | inches | ) |
void sspt_GroundFootprint::padExtentWise | ( | float | inches | ) |
void sspt_GroundFootprint::padOrder | ( | bool | clockwise | ) |
void sspt_GroundFootprint::pads | ( | int | n | ) |
void sspt_GroundFootprint::padSpacing | ( | float | inches | ) |
bool sspt_GroundFootprint::saveAs | ( | const char * | filename | ) |
void sspt_GroundFootprint::viaDiameter | ( | float | inches | ) |
void sspt_GroundFootprint::viaOuterExtent | ( | float | inches | ) |
void sspt_GroundFootprint::viaSpanExtent | ( | float | inches | ) |