summaryrefslogtreecommitdiff
path: root/src/pyglue/DocStrings/Constants.py
blob: a58a38cb1a3d68dfdca4860f0014fbf9a08b4f6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
class Constants:
    
    def __init__(self):
        pass
    
    def GetInverseTransformDirection(self, direction):
        """
        GetInverseTransformDirection(direction)
        
        :param s:
        :param type: string
        """
        pass
    
    def CombineTransformDirections(self, dir1, dir2):
        """
        CombineTransformDirections(dir1, dir2)
        
        :param s1:
        :param type: string
        :param s2:
        :param type: string
        """
        pass
        
    def BitDepthIsFloat(self, bitDepth):
        """
        BitDepthIsFloat(bitDepth)
        
        :param s:
        :param type: string
        """
        pass
        
    def BitDepthToInt(self, bitDepth):
        """
        BitDepthToInt(bitDepth)
        
        :param s:
        :param type: string
        """
        pass