Class FootprintControl¶
Defined in File FootprintCtrl.h
Class Documentation¶
-
class
FootprintControl A Control Object for Footprints, controlling e.g. how they are grown
Public Functions
-
FootprintControl()¶
-
FootprintControl(bool circular, bool isotropic = false)¶
-
FootprintControl(bool left, bool right, bool up, bool down)¶
-
~FootprintControl()¶
-
FootprintControl(FootprintControl const&)¶
-
FootprintControl(FootprintControl&&)¶
-
FootprintControl &
operator=(FootprintControl const&)¶
-
FootprintControl &
operator=(FootprintControl&&)¶
-
void
growCircular(bool val)¶ - Parameters
val: !< Should grow be of type circular ?
Set whether Footprint should be grown in a circular sort of
-
void
growLeft(bool val)¶ - Parameters
val: !< Should grow be of type left ?
Set whether Footprint should be grown in a left sort of
-
void
growRight(bool val)¶ - Parameters
val: !< Should grow be of type right ?
Set whether Footprint should be grown in a right sort of
-
void
growUp(bool val)¶ - Parameters
val: !< Should grow be of type up ?
Set whether Footprint should be grown in a up sort of
-
void
growDown(bool val)¶ - Parameters
val: !< Should grow be of type down ?
Set whether Footprint should be grown in a down sort of
-