UNIVERS
15.3
UNIVERS base processing software API
|
#include <zqb_propplacement.hpp>
Public Member Functions | |
ZqbPropPlacement () | |
ZqbPropPlacement (ZqbPixGroup *pG) | |
ZqbPropPlacement () | |
ZqbPropPlacement (ZqbPixGroup *pG) | |
Public Attributes | |
ZqbPixGroup * | m_pGroup |
bool | m_bSized |
int | m_iSize |
int | m_iMinSize |
Object used for pixel groups placement with defined proportions among brother groups.
|
inline |
Create empty object with default values.
|
inline |
Create object for placement of given group.
|
inline |
Create empty object with default values.
|
inline |
Create object for placement of given group.
bool ZqbPropPlacement::m_bSized |
Status of probe size assignment: true means the sizeing process is completed for this group and false means that some additional procedures will follow.
int ZqbPropPlacement::m_iMinSize |
Minimum size of the group.
int ZqbPropPlacement::m_iSize |
Assigned size of the group.
ZqbPixGroup * ZqbPropPlacement::m_pGroup |
Pointer to pixel group object.