Path::AreaParams Struct Reference
Store all Area configurations. More...
#include <Area.h>
Public Member Functions | |
AreaParams () | |
void | dump (const char *) const |
bool | operator!= (const AreaParams &other) const |
bool | operator== (const AreaParams &other) const |
Public Member Functions inherited from Path::CAreaParams | |
CAreaParams () | |
Detailed Description
Store all Area configurations.
Constructor & Destructor Documentation
◆ AreaParams()
AreaParams::AreaParams | ( | ) |
Member Function Documentation
◆ dump()
void AreaParams::dump | ( | const char * | msg | ) | const |
References PARAM_FOREACH.
Referenced by Path::Area::project().
◆ operator!=()
bool Path::AreaParams::operator!= | ( | const AreaParams & | other | ) | const |
◆ operator==()
bool Path::AreaParams::operator== | ( | const AreaParams & | other | ) | const |
References PARAM_FOREACH.
The documentation for this struct was generated from the following files:
- src/Mod/Path/App/Area.h
- src/Mod/Path/App/Area.cpp