File: forge.h

package info (click to toggle)
forge 1.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,284 kB
  • sloc: cpp: 12,447; ansic: 319; xml: 182; makefile: 19
file content (42 lines) | stat: -rw-r--r-- 1,069 bytes parent folder | download | duplicates (3)
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
/*******************************************************
 * Copyright (c) 2014, ArrayFire
 * All rights reserved.
 *
 * This file is distributed under 3-clause BSD license.
 * The complete license agreement can be obtained at:
 * http://arrayfire.com/licenses/BSD-3-Clause
 ********************************************************/

#pragma once

/**

\defgroup c_api_functions C API functions
Categorically divided into groups based on the renderable
they are related to.
@{

    \defgroup chart_functions Chart
    \defgroup font_functions Font
    \defgroup hist_functions Histogram
    \defgroup image_functions Image
    \defgroup plot_functions Plot
    \defgroup surf_functions Surface
    \defgroup util_functions Utility & Helper Functions
    \defgroup vfield_functions Vector Field
    \defgroup win_functions Window

@}

*/

#include "fg/defines.h"
#include "fg/util.h"
#include "fg/exception.h"
#include "fg/window.h"
#include "fg/font.h"
#include "fg/image.h"
#include "fg/version.h"
#include "fg/plot.h"
#include "fg/surface.h"
#include "fg/histogram.h"