Advertisement
Guest User

Untitled

a guest
May 14th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.98 KB | None | 0 0
  1. attribute_editor.cpp:#include "attribute_editor.h"
  2. attribute_editor.cpp:#include <QStyledItemDelegate>
  3. attribute_editor.cpp:#include <QLineEdit>
  4. attribute_editor.cpp:#include <QCheckBox>
  5. attribute_editor.cpp:#include <QColorDialog>
  6. attribute_editor.cpp:#include "sunshine.h"
  7. attribute_editor.cpp:#include <QPainter>
  8. attribute_editor.cpp:#include <QApplication>
  9. attribute_editor.h:#include <QTableView>
  10. attribute_editor.h:#include <QStandardItemModel>
  11. attribute_editor.h:#include <QStandardItem>
  12. attribute_editor.h:#include <iostream>
  13. attribute_editor.h:#include "exceptions.h"
  14. attribute_editor.h:#include "util.h"
  15. attribute_editor.h:#include "bindable.h"
  16. attribute_editor.h:#include <QSpinBox>
  17. attribute_editor.h:#include <QStyledItemDelegate>
  18. bindable.cpp:#include "bindable.h"
  19. bindable.cpp:#include <QStringList>
  20. bindable.cpp:#include <QScriptEngine>
  21. bindable.cpp:#include <QDynamicPropertyChangeEvent>
  22. bindable.h:#include <QObject>
  23. bindable.h:#include <QVariant>
  24. bindable.h:#include <iostream>
  25. bindable.h:#include "exceptions.h"
  26. bindable.h:#include "util.h"
  27. bindable.h:#include <typeinfo>
  28. camera.cpp:#include "camera.h"
  29. camera.cpp://#include <iostream>
  30. camera.h:#include <QMatrix4x4>
  31. camera.h:#include "transformable.h"
  32. camera.h:#include <QMouseEvent>
  33. camera.h:#include <aqsis/ri/ri.h>
  34. contextmenu.cpp:#include "contextmenu.h"
  35. contextmenu.cpp:#include <iostream>
  36. contextmenu.cpp:#include <QMouseEvent>
  37. contextmenu.cpp:#include <QHBoxLayout>
  38. contextmenu.h:#include <QMenu>
  39. contextmenu.h:#include <QWidgetAction>
  40. contextmenu.h:#include "worktool.h"
  41. cursor_tools/point_tool.cpp:#include "cursor_tools.h"
  42. cursor_tools/point_tool.cpp:#include <QToolBar>
  43. cursor_tools/point_tool.cpp:#include <QButtonGroup>
  44. cursor_tools/translate_tool.cpp:#include "cursor_tools.h"
  45. cursor_tools/translate_tool.cpp:#include <face_util.h>
  46. cursor_tools/translate_tool.cpp:#include <vertex_util.h>
  47. cursor_tools.cpp:#include "cursor_tools.h"
  48. cursor_tools.cpp:#include <QHBoxLayout>
  49. cursor_tools.h:#include <QIcon>
  50. cursor_tools.h:#include <QString>
  51. cursor_tools.h:#include <QMouseEvent>
  52. cursor_tools.h:#include <QWidgetAction>
  53. cursor_tools.h:#include "panelgl.h"
  54. cursor_tools.h:#include "util.h"
  55. cursor_tools.h:#include "select.h"
  56. draw_box_tool.cpp:#include "cursor_tools.h"
  57. draw_box_tool.cpp:#include <cmath>
  58. exceptions.cpp:#include "exceptions.h"
  59. exceptions.cpp:#include <boost/python.hpp>
  60. exceptions.cpp:#include <Python.h>
  61. exceptions.h:#include <QString>
  62. face_tools.cpp:#include "face_tools.h"
  63. face_tools.h:#include "worktool.h"
  64. face_util.cpp:#include "face_util.h"
  65. face_util.cpp:#include "sunshine.h"
  66. face_util.h:#include "geometry.h"
  67. geometry.cpp:#include "geometry.h"
  68. geometry.cpp:#include "sunshine.h"
  69. geometry.cpp:#include <OpenMesh/Core/Mesh/ArrayKernel.cc>
  70. geometry.cpp:#include <OpenMesh/Core/Utils/BaseProperty.cc>
  71. geometry.cpp:#include <OpenMesh/Core/System/omstream.cc>
  72. geometry.cpp:#include <OpenMesh/Core/Mesh/PolyConnectivity.cc>
  73. geometry.cpp://#include <OpenMesh/Core/Mesh/PolyMesh_ArrayKernelT.hh>
  74. geometry.cpp: bounds.includePoint(objToWorld.map(this->point(vertex)));
  75. geometry.h://#include <CGAL/config.h>
  76. geometry.h://#include <CGAL/Simple_cartesian.h>
  77. geometry.h://#include <CGAL/Polyhedron_3.h>
  78. geometry.h:#include <QHash>
  79. geometry.h:#include <QString>
  80. geometry.h:#include <boost/shared_ptr.hpp>
  81. geometry.h://#include <CGAL/basic.h>
  82. geometry.h:#include "primitive.h"
  83. geometry.h:#include "material.h"
  84. geometry.h:#include <OpenMesh/Core/Mesh/PolyMesh_ArrayKernelT.hh>
  85. geometry.h:#include <OpenMesh/Core/Mesh/ArrayKernel.hh>
  86. geometry.h:#include "scene.h"
  87. imageviewer.cpp: #include <QtGui>
  88. imageviewer.cpp:#include "imageviewer.h"
  89. imageviewer.cpp:#include <QVBoxLayout>
  90. imageviewer.h:#include <QMainWindow>
  91. imageviewer.h:#include <QPrinter>
  92. light.cpp:#include "light.h"
  93. light.cpp:#include <aqsis/aqsis.h>
  94. light.cpp:#include <aqsis/ri/ri.h>
  95. light.cpp:#include <sunshine.h>
  96. light.cpp:#include "render_util.h"
  97. light.h:#include "transformable.h"
  98. light.h:#include "attribute_editor.h"
  99. main.cpp:#include <QtGui/QApplication>
  100. main.cpp:#include "sunshine.h"
  101. main.cpp://#include <iostream>
  102. Makefile:CXXFLAGS = -pipe -I/usr/include/python2.7 -I/usr/include/python2.7 -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -O2 -Wall -W -D_REENTRANT $(DEFINES)
  103. Makefile:INCPATH = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I. -I.. -I/usr/X11R6/include -I. -I.
  104. Makefile: /usr/share/qt4/mkspecs/features/include_source_dir.prf \
  105. Makefile: /usr/share/qt4/mkspecs/features/include_source_dir.prf \
  106. Makefile:/usr/share/qt4/mkspecs/features/include_source_dir.prf:
  107. material.cpp:#include "material.h"
  108. material.cpp:#include "sunshine.h"
  109. material.cpp:#include <QProcess>
  110. material.h:#include <QColor>
  111. material.h:#include <QStandardItemModel>
  112. material.h:#include "attribute_editor.h"
  113. modeltest.cpp:** appearing in the file LICENSE.LGPL included in the packaging of this
  114. modeltest.cpp:** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
  115. modeltest.cpp:** and appearing in the file LICENSE.GPL included in the packaging of this
  116. modeltest.cpp:#include <QtGui/QtGui>
  117. modeltest.cpp:#include "modeltest.h"
  118. modeltest.cpp:#include <QtTest/QtTest>
  119. modeltest.h:** appearing in the file LICENSE.LGPL included in the packaging of this
  120. modeltest.h:** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
  121. modeltest.h:** and appearing in the file LICENSE.GPL included in the packaging of this
  122. modeltest.h:#include <QtCore/QObject>
  123. modeltest.h:#include <QtCore/QAbstractItemModel>
  124. modeltest.h:#include <QtCore/QStack>
  125. object_tools.cpp:#include "object_tools.h"
  126. object_tools.h:#include "worktool.h"
  127. panelgl.cpp:#include "panelgl.h"
  128. panelgl.cpp:#include <QVarLengthArray>
  129. panelgl.cpp:#include <QMouseEvent>
  130. panelgl.cpp:#include <QMenu>
  131. panelgl.cpp:#include <QGLFramebufferObject>
  132. panelgl.cpp:#include "select.h"
  133. panelgl.cpp:#include "project_util.h"
  134. panelgl.cpp:#include "contextmenu.h"
  135. panelgl.cpp:#include "face_util.h"
  136. panelgl.cpp:#include "vertex_util.h"
  137. panelgl.cpp:#include <algorithm>
  138. panelgl.cpp:#include <QGLPixelBuffer>
  139. panelgl.cpp:#include <QTime>
  140. panelgl.cpp:#include <QLayout>
  141. panelgl.cpp:#include "cursor_tools.h"
  142. panelgl.cpp: globalBounds.includeBox(meshBounds);
  143. panelgl.cpp: selectedBounds.includeBox(meshBounds);
  144. panelgl.h:#include <GL/glew.h>
  145. panelgl.h:#include <QGLWidget>
  146. panelgl.h:#include <QGLBuffer>
  147. panelgl.h:#include "shader.h"
  148. panelgl.h:#include "util.h"
  149. panelgl.h:#include "camera.h"
  150. panelgl.h:#include "geometry.h"
  151. panelgl.h:#include "scene.h"
  152. panelgl.h:#include "worktool.h"
  153. panelgl.h://#include "select.h"
  154. panelgl.h:#include "sunshine.h"
  155. panelgl.h:#include <QGLFramebufferObject>
  156. primitive.cpp:#include "primitive.h"
  157. primitive.cpp:#include <math.h>
  158. primitive.h:#include "util.h"
  159. primitive.h://#include <QScriptEngine>
  160. primitive.h://#include <QScriptContext>
  161. project_util.cpp:#include "project_util.h"
  162. project_util.cpp:#include <GL/gl.h>
  163. project_util.cpp:#include <GL/glu.h>
  164. project_util.h:#include "geometry.h"
  165. python_bindings.cpp:#include "python_bindings.h"
  166. python_bindings.cpp:#include "exceptions.h"
  167. python_bindings.cpp:#include <primitive.h>
  168. python_bindings.cpp:#include "scene.h"
  169. python_bindings.cpp:#include "primitive.h"
  170. python_bindings.h:#include "scene.h"
  171. python_bindings.h:#include "primitive.h"
  172. render_util.cpp:#include "render_util.h"
  173. render_util.cpp:#include <QLabel>
  174. render_util.cpp:#include <aqsis/aqsis.h>
  175. render_util.cpp:#include <QDir>
  176. render_util.cpp:#include <QElapsedTimer>
  177. render_util.h:#include "panelgl.h"
  178. renderwidget.cpp:#include "renderwidget.h"
  179. renderwidget.cpp:#include "ui_renderwidget.h"
  180. renderwidget.cpp:#include <QLayout>
  181. renderwidget.h:#include <QWidget>
  182. renderwidget.h:#include <imageviewer.h>
  183. renderwidget.h:#include <bindable.h>
  184. scene.cpp:#include "scene.h"
  185. scene.cpp:#include <QCoreApplication>
  186. scene.cpp:#include <QStringList>
  187. scene.cpp:#include <QDir>
  188. scene.cpp:#include <QStandardItem>
  189. scene.cpp:#include "sunshine.h"
  190. scene.cpp:#include "exceptions.h"
  191. scene.cpp:#include "python_bindings.h"
  192. scene.cpp:#include "object_tools.h"
  193. scene.cpp:#include "vertex_tools.h"
  194. scene.cpp:#include "face_tools.h"
  195. scene.cpp:#include <QScriptEngine>
  196. scene.cpp:#include <QProcess>
  197. scene.cpp:#include <assimp/assimp.hpp>
  198. scene.cpp:#include <assimp/aiPostProcess.h>
  199. scene.cpp:#include <assimp/aiScene.h>
  200. scene.cpp://#include <assimp/aiScene.h>
  201. scene.cpp://#include <assimp/aiPostProcess.h>
  202. scene.cpp: script.setProperty("absoluteFilePath", oldFilePathValue); // if we come from includeScript(), or whereever
  203. scene.cpp: script.setProperty("absolutePath", oldPathValue); // if we come from includeScript(), or whereever
  204. scene.cpp:QScriptValue includeScript(QScriptContext *context, QScriptEngine *engine)
  205. scene.cpp: return context->throwError(QString("Failed to resolve include: %1").arg(importFile));
  206. scene.cpp: // add the include functionality to qt.script.include
  207. scene.cpp: script.setProperty("include", _engine.newFunction(includeScript));
  208. scene.h:#include "util.h"
  209. scene.h:#include "camera.h"
  210. scene.h:#include "geometry.h"
  211. scene.h:#include "material.h"
  212. scene.h:#include <QFileInfo>
  213. scene.h:#include <QStandardItemModel>
  214. scene.h:#include <QScriptValue>
  215. scene.h:#include <QScriptEngine>
  216. scene.h:#include <boost/python.hpp>
  217. scene.h:#include <boost/python/module.hpp>
  218. scene.h:#include <boost/python/def.hpp>
  219. scene.h:#include <boost/python/class.hpp>
  220. scene.h:#include <boost/enable_shared_from_this.hpp>
  221. scene.h:#include "exceptions.h"
  222. scene.h:#include "worktool.h"
  223. scene.h:#include "contextmenu.h"
  224. scene.h:#include "shader.h"
  225. select.cpp:#include "select.h"
  226. select.cpp:#include "face_util.h"
  227. select.cpp:#include "vertex_util.h"
  228. select.cpp:#include "sunshine.h"
  229. select.cpp:#include <algorithm>
  230. select.cpp:#include "scene.h"
  231. select.h:#include "panelgl.h"
  232. select.h:#include "sunshine.h"
  233. select.h:#include "util.h"
  234. settings.cpp:#include "settings.h"
  235. settings.cpp:#include <QVBoxLayout>
  236. settings.cpp:#include <QHeaderView>
  237. settings.cpp:#include <QScriptValue>
  238. settings.cpp:#include <QScriptEngine>
  239. settings.cpp:#include <QGridLayout>
  240. settings.cpp:#include <QLabel>
  241. settings.cpp:#include <QDate>
  242. settings.cpp:#include <QDateTime>
  243. settings.cpp:#include <QLocale>
  244. settings.cpp://#include "qtpropertybrowser.h"
  245. settings.cpp:#include <qtpropertybrowser/QtAbstractPropertyManager>
  246. settings.cpp:#include <qtpropertybrowser/QtIntPropertyManager>
  247. settings.cpp:#include <qtpropertybrowser/qtpropertymanager.h>
  248. settings.cpp:#include <qtpropertybrowser/qtvariantproperty.h>
  249. settings.cpp:#include <qtpropertybrowser/qttreepropertybrowser.h>
  250. settings.cpp:#include <iostream>
  251. settings.h:#include <QString>
  252. settings.h:#include <QWidget>
  253. settings.h:#include <QVariant>
  254. settings.h://#include <qtpropertybrowser/qtpropertymanager.h>
  255. settings.h:#include "attribute_editor.h"
  256. shader.cpp:#include "shader.h"
  257. shader.cpp:#include "util.h"
  258. shader.cpp://#include <iostream>
  259. shader.h:#include <string>
  260. shader.h:#include <QGLShaderProgram>
  261. shader.h:#include "light.h"
  262. shader.h:#include "material.h"
  263. sunshine.cpp:#include "sunshine.h"
  264. sunshine.cpp:#include "ui_sunshine.h"
  265. sunshine.cpp:#include "scene.h"
  266. sunshine.cpp:#include "primitive.h"
  267. sunshine.cpp:#include <aqsis/aqsis.h>
  268. sunshine.cpp:#include <aqsis/ri/ri.h>
  269. sunshine.cpp:#include "settings.h"
  270. sunshine.cpp:#include <QFileDialog>
  271. sunshine.cpp:#include <QCursor>
  272. sunshine.cpp:#include "panelgl.h"
  273. sunshine.cpp:#include "sunshineui.h"
  274. sunshine.cpp:#include "object_tools.h"
  275. sunshine.cpp:#include "face_tools.h"
  276. sunshine.cpp:#include "cursor_tools.h"
  277. sunshine.cpp:#include "render_util.h"
  278. sunshine.cpp:#include "material.h"
  279. sunshine.cpp:#include "light.h"
  280. sunshine.cpp:#include "modeltest.h"
  281. sunshine.cpp:#include <QPushButton>
  282. sunshine.cpp:#include <boost/python.hpp>
  283. sunshine.cpp:#include <boost/python/module.hpp>
  284. sunshine.cpp:#include <boost/python/def.hpp>
  285. sunshine.cpp:#include <boost/python/class.hpp>
  286. sunshine.h:#include <QMainWindow>
  287. sunshine.h://#include <v8.h>
  288. sunshine.h:#include "renderwidget.h"
  289. sunshine.h:#include "settings.h"
  290. sunshine.h:#include "scene.h"
  291. sunshine.h://#include "Python.h"
  292. sunshine.h://#include "sunshineui.h"
  293. sunshine.h:#include "worktool.h"
  294. sunshine.h:#include <QToolButton>
  295. sunshine.h:#include <QDialog>
  296. sunshine.h:#include <OpenMesh/Core/Mesh/Traits.hh>
  297. sunshineui.cpp:#include "sunshineui.h"
  298. sunshineui.h:#include <QMainWindow>
  299. sunshineui.h:#include "scene.h"
  300. transformable.cpp:#include "transformable.h"
  301. transformable.cpp:#include <QStringList>
  302. transformable.cpp:#include "sunshine.h"
  303. transformable.h:#include "util.h"
  304. transformable.h:#include "bindable.h"
  305. util.cpp:#include "util.h"
  306. util.cpp:#include <QScriptEngine>
  307. util.cpp:#include <QScriptValue>
  308. util.cpp:#include <QStringList>
  309. util.cpp://#include <iostream>
  310. util.cpp:void Box3D::includePoint(QVector3D p)
  311. util.cpp:void Box3D::includeBox(Box3D b)
  312. util.cpp:#include "light.h"
  313. util.h:#include <QVector2D>
  314. util.h:#include <QVector3D>
  315. util.h:#include <QVector4D>
  316. util.h:#include <QPoint>
  317. util.h:#include <QQuaternion>
  318. util.h:#include <QMatrix4x4>
  319. util.h:#include <QTextStream>
  320. util.h:#include <QFile>
  321. util.h:#include <QSharedPointer>
  322. util.h:#include <math.h>
  323. util.h:#include <iostream>
  324. util.h:#include <QVariant>
  325. util.h:#include "exceptions.h"
  326. util.h: void includePoint(QVector3D p);
  327. util.h: void includeBox(Box3D b);
  328. vertex_tools.cpp:#include "vertex_tools.h"
  329. vertex_tools.h:#include "worktool.h"
  330. vertex_util.cpp:#include "vertex_util.h"
  331. vertex_util.cpp:#include <algorithm>
  332. vertex_util.cpp:#include "face_util.h"
  333. vertex_util.h:#include "geometry.h"
  334. worktool.h:#include <QObject>
  335. worktool.h:#include <QMouseEvent>
  336. worktool.h:#include "contextmenu.h"
  337. worktool.h:#include "util.h"
  338. worktool.h:#include "panelgl.h"
  339. work_tools/split_polygon.cpp:#include "object_tools.h"
  340. work_tools/split_polygon.cpp:#include "face_util.h"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement