Feature #895 » alpha_blender.py
1 |
#!/usr/bin/env python
|
---|---|
2 |
# -*- coding: utf-8 -*-
|
3 |
# ˅
|
4 |
|
5 |
# ˄
|
6 |
|
7 |
|
8 |
class Alpha_Blender(object): |
9 |
# ˅
|
10 |
|
11 |
# ˄
|
12 |
|
13 |
def __init__(self): |
14 |
# ˅
|
15 |
pass
|
16 |
# ˄
|
17 |
|
18 |
def __CalculateOverlap(self): |
19 |
# ˅
|
20 |
pass
|
21 |
# ˄
|
22 |
|
23 |
def __AlphaGamma(self): |
24 |
# ˅
|
25 |
pass
|
26 |
# ˄
|
27 |
|
28 |
def __Display(self): |
29 |
# ˅
|
30 |
pass
|
31 |
# ˄
|
32 |
|
33 |
# ˅
|
34 |
|
35 |
# ˄
|
36 |
|
37 |
|
38 |
# ˅
|
39 |
|
40 |
# ˄
|