Project

General

Profile

Feature #895 » config_reader.py

Eiji YAHARA , 12/21/2023 01:16 PM

 
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
# ˅
4

    
5
# ˄
6

    
7

    
8
class Config_Reader(object):
9
    # ˅
10
    
11
    # ˄
12

    
13
    def __init__(self):
14
        # ˅
15
        pass
16
        # ˄
17

    
18
    def getImageWidth(self):
19
        # ˅
20
        pass
21
        # ˄
22

    
23
    def getImageHeight(self):
24
        # ˅
25
        pass
26
        # ˄
27

    
28
    def getImageName(self):
29
        # ˅
30
        pass
31
        # ˄
32

    
33
    def getSide(self):
34
        # ˅
35
        pass
36
        # ˄
37

    
38
    def getGamma(self):
39
        # ˅
40
        pass
41
        # ˄
42

    
43
    def getProjectedImageWidth(self):
44
        # ˅
45
        pass
46
        # ˄
47

    
48
    # ˅
49
    
50
    # ˄
51

    
52

    
53
# ˅
54

    
55
# ˄
(3-3/5)