OpenDAFF C++ API  v1.7
Directional Audio File Format
DAFFViz.h
Go to the documentation of this file.
1 /*
2  * -------------------------------------------------------------------------------------
3  *
4  * OpenDAFF - A free, open source software package for directional audio data
5  *
6  * ------------------------------------------------------------------------------------
7  *
8  * Visit the OpenDAFF website: http://www.opendaff.org
9  *
10  * ------------------------------------------------------------------------------------
11  *
12  * Copyright 2016 Institute of Technical Acoustics, RWTH Aachen University
13  *
14  * Licensed under the Apache License, Version 2.0 (the "License");
15  * you may not use the OpenDAFF software package except in compliance with the License.
16  * You may obtain a copy of the License at
17  *
18  * http://www.apache.org/licenses/LICENSE-2.0
19  *
20  * Unless required by applicable law or agreed to in writing, software
21  * distributed under the License is distributed on an "AS IS" BASIS,
22  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23  * See the License for the specific language governing permissions and
24  * limitations under the License.
25  *
26  * ------------------------------------------------------------------------------------
27  *
28  */
29 
30 // Base class
31 #include "DAFFVizSGNode.h"
32 
33 // Simple objects
34 #include "DAFFVizArrow.h"
35 #include "DAFFVizGrid.h"
36 #include "DAFFVizLabel.h"
37 #include "DAFFVizLine.h"
38 #include "DAFFVizPlane.h"
39 #include "DAFFVizSphere.h"
40 
41 // Sophisticated objects
45 
46 // Plots
47 #include "DAFFVizBalloonPlot.h"
48 #include "DAFFVizCarpetPlot.h"
OpenDAFF is a project from the Institute of Technical Acoustics, RWTH Aachen University, Germany.