aboutsummaryrefslogtreecommitdiffstats
path: root/description.asciidoc
blob: f7682898e315bdb33158de5c2485247b50dc6d29 (plain) (blame)
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
= meow


== Description
一個不需要, 也不建議先compile成obj files的templates.

TIP: *README.html* is more beautiful.

== File Tree
=== *meowpp/* C++ templates

[width="90%"]
* *utility.h* some useful functions,
              `stringPringf()` , `stringReplace` , `cstringEndWith` ,
              `debugPrintf()` , `messagePrintf()` , `constant PI` ,
              `noEPS()` , `normalize()` , `denormalize` ,
              `ratioMapping` , `inRange()` , `squ()` , `average()`
* *Usage.h* `class Usage`
* *colors/* Color splces and transformer
** *RGB.h*  `class RGBi` , `class RGBf`
** *YUV.h*  `class YUVi` , `class YUVf` , `RGB_to_YUV()` , `YUV_to_RGB`
** *HSL.h*  `class HSLf` , `RGB_to_HSL()` , `HSL_to_RGB` ,
                     `YUV_to_HSL()` , `HSL_to_YUV`
** *HSV.h*  `class HSVf` , `RGB_to_HSV()` , `HSV_to_RGB` ,
                     `YUV_to_HSV()` , `HSV_to_YUV` ,
                     `HSL_to_HSV()` , `HSV_to_HSL`
* *dsa/* Data Structures and Algorithms
** *DisjointSet.h* `class DisjointSet`
** *Heaps.h* `class MergeableHeap`
** *KD_Tree.h* `class KD_Tree`
** *SplayTree.h* `class SplayTree`
* *oo/*
** *Register_Implement.h* `class RegisterInterface` ,
                            `class ImplementInterface` 

== Structures/Classes/Functions