From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/_primitives_8cpp_source.html | 169 ++++++++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 Doc/doxygen/html/_primitives_8cpp_source.html (limited to 'Doc/doxygen/html/_primitives_8cpp_source.html') diff --git a/Doc/doxygen/html/_primitives_8cpp_source.html b/Doc/doxygen/html/_primitives_8cpp_source.html new file mode 100644 index 0000000..5858356 --- /dev/null +++ b/Doc/doxygen/html/_primitives_8cpp_source.html @@ -0,0 +1,169 @@ + + + + + +Starshatter_Open: D:/SRC/StarshatterSVN/Magic2/Primitives.cpp Source File + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+
+
Primitives.cpp
+
+
+Go to the documentation of this file.
1 /* Project MAGIC
+
2  John DiCamillo Software Consulting
+
3  Copyright © 1994-1997. All Rights Reserved.
+
4 
+
5  SUBSYSTEM: Magic.exe Application
+
6  FILE: Primitives.cpp
+
7  AUTHOR: John DiCamillo
+
8 
+
9 
+
10  OVERVIEW
+
11  ========
+
12  Commands for adding basic geometric primitives to a mesh
+
13 */
+
14 
+
15 
+
16 #include "stdafx.h"
+
17 #include "Primitives.h"
+
18 #include "MagicDoc.h"
+
19 #include "ModelView.h"
+
20 #include "Selection.h"
+
21 
+
22 // +----------------------------------------------------------------------+
+
23 // +----------------------------------------------------------------------+
+
24 // +----------------------------------------------------------------------+
+
25 
+ +
27  : Command(n, d)
+
28 {
+
29 }
+
30 
+ +
32 {
+
33 }
+
34 
+
35 // +----------------------------------------------------------------------+
+
36 
+
37 void
+ +
39 {
+
40  if (document) {
+
41  }
+
42 }
+
43 
+
44 // +----------------------------------------------------------------------+
+
45 
+
46 void
+ +
48 {
+
49  if (document) {
+
50  }
+
51 }
+
52 
+
+
+ + + + -- cgit v1.1