| | |
| | | |
| | | void CRcpPriorityInfo::Reset() |
| | | { |
| | | m_nPriorityOpticData = RCP_PRIORITY_ORDER_OPTIC_ALL; // 우선순위 optic 데이터 |
| | | m_nPriorityGrayData = RCP_PRIORITY_ORDER_GRAY_ALL; // 우선순위 gray 데이터 |
| | | m_nPriorityStackData = RCP_PRIORITY_ORDER_STACK_ALL; // 우선순위 stack 데이터 |
| | | m_nPriorityOpticData = RCP_PRIORITY_ORDER_OPTIC_ALL; // �켱���� optic ������ |
| | | m_nPriorityGrayData = RCP_PRIORITY_ORDER_GRAY_ALL; // �켱���� gray ������ |
| | | m_nPriorityStackData = RCP_PRIORITY_ORDER_STACK_ALL; // �켱���� stack ������ |
| | | m_nPriorityDefectType = RCP_PRIORITY_ORDER_PARTICLE; |
| | | m_nPriorityModelData = RCP_PRIORITY_MODEL_TYPE_ALL; |
| | | m_nDefectGradeData = RCP_PRIORITY_Judge_ALL; |
| | |
| | | m_bUseSizeOption = FALSE; |
| | | m_nDefectumMinSize = 0; |
| | | m_nDefectumMaxSize = 99999; |
| | | |
| | | m_nPriorityDefectCode = RCP_PRIORITY_DEFECT_CODE_ALL; //20210608 |
| | | } |
| | | |
| | | void CRcpPriorityInfo::SetInfo(const CRcpPriorityInfo& rhs) |