개정판 7d8182a0
jenkins integration test
DTI_PID/DTI_PID/LineNoTracer.py | ||
---|---|---|
1 | 1 |
# coding: utf-8 |
2 |
""" |
|
3 |
This is line no tracer module |
|
4 |
""" |
|
2 | 5 |
|
3 |
import os |
|
4 | 6 |
import sys |
5 |
import cv2 |
|
6 |
import numpy as np |
|
7 | 7 |
import math |
8 |
from PyQt5.QtCore import * |
|
9 |
from PyQt5.QtGui import * |
|
10 |
from PyQt5.QtWidgets import * |
|
11 |
from PyQt5.QtSvg import * |
|
12 | 8 |
import shapely |
13 | 9 |
from AppDocData import AppDocData |
14 | 10 |
from EngineeringLineItem import QEngineeringLineItem |
... | ... | |
17 | 13 |
from SymbolSvgItem import SymbolSvgItem |
18 | 14 |
from EngineeringTextItem import QEngineeringTextItem |
19 | 15 |
|
20 |
|
|
21 | 16 |
class LineNoTracer: |
22 | 17 |
''' |
23 | 18 |
@history 2018.04.26 Jeongwoo Variable name changed (texts → lineNos) |
내보내기 Unified diff