File: VIEW.sip

package info (click to toggle)
ball 1.5.0%2Bgit20180813.37fc53c-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 239,888 kB
  • sloc: cpp: 326,149; ansic: 4,208; python: 2,303; yacc: 1,778; lex: 1,099; xml: 958; sh: 322; makefile: 95
file content (110 lines) | stat: -rw-r--r-- 2,289 bytes parent folder | download | duplicates (4)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
/////////////////////////
// VIEW PYTHON SUPPORT //
/////////////////////////

%Module VIEW

%ModuleHeaderCode
#include <BALLPyMacros.h>
%End

%ModuleHeaderCode
	#include <BALLPyMacros.h>
%End

%UnitCode
	#include <sstream>
	#include <BALL/COMMON/exception.h>

	namespace BALL { namespace VIEW {}}

	using std::stringstream;
	using namespace BALL;
	using namespace BALL::Exception;
	using namespace BALL::VIEW;
%End

%Copying
	BALL is made available under the Lesser GNU Public License (LGPL 2.1).
	See LICENSE for details.
%End

%Import BALL/BALLCore.sip

%Include pyDatasetVector.sip
%Include pyCompositeList.sip

// VIEW/KERNEL
%Include message.sip
%Include stage.sip
%Include mainControl.sip
%Include compositeManager.sip
%Include representationManager.sip
%Include representation.sip
%Include geometricObject.sip
%Include view-common.sip
%Include clippingPlane.sip
%Include serverWidget.sip

// VIEW/DATATYPE
%Include colorUnit.sip
%Include colorRGBA.sip
%Include colorRGBAVector.sip
%Include vertex1.sip
%Include vertex2.sip
%Include colorExtensions.sip
%Include colorMap.sip
%Include dataset.sip
%Include standardDatasets.sip

// VIEW/MODELS
%Include colorProcessor.sip
%Include standardColorProcessor.sip
%Include modelProcessor.sip
%Include atomBondModelBaseProcessor.sip
%Include lineModel.sip
%Include vanDerWaalsModel.sip

%Include backboneModel.sip
%Include ballAndStickModel.sip
%Include cartoonModel.sip
%Include HBondModel.sip
%Include surfaceModel.sip
%Include forceModel.sip
%Include labelModel.sip

// VIEW/PRIMITIVES
%Include box.sip
%Include disc.sip
%Include gridVisualisation.sip
%Include label.sip
%Include line.sip
%Include mesh.sip
%Include simpleBox.sip
%Include sphere.sip
%Include twoColoredLine.sip
%Include twoColoredTube.sip
%Include tube.sip

// VIEW/DIALOGS
%Include preferences.sip
%Include displayProperties.sip
%Include lightSettings.sip
%Include molecularFileDialog.sip
%Include modifyRepresentationDialog.sip

// VIEW/RENDERER
%Include renderer.sip
%Include POVRenderer.sip
%Include VRMLRenderer.sip

// VIEW/WIDGETS
%Include modularWidget.sip
%Include dockWidget.sip
%Include pyWidget.sip
%Include scene.sip
%Include molecularStructure.sip
%Include molecularControl.sip
%Include geometricControl.sip
%Include logView.sip
%Include datasetControl.sip