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/class_o_p_c_o_d_e__data.html | 297 ++++++++++++++++++++++++++ 1 file changed, 297 insertions(+) create mode 100644 Doc/doxygen/html/class_o_p_c_o_d_e__data.html (limited to 'Doc/doxygen/html/class_o_p_c_o_d_e__data.html') diff --git a/Doc/doxygen/html/class_o_p_c_o_d_e__data.html b/Doc/doxygen/html/class_o_p_c_o_d_e__data.html new file mode 100644 index 0000000..3c7437a --- /dev/null +++ b/Doc/doxygen/html/class_o_p_c_o_d_e__data.html @@ -0,0 +1,297 @@ + + + + + +Starshatter_Open: OPCODE_data Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
OPCODE_data Class Reference
+
+
+ +

List of all members.

+ + + + +

+Public Member Functions

 OPCODE_data (Surface *s)
 ~OPCODE_data ()
+ + + + + + + + +

+Public Attributes

Opcode::Model model
Opcode::MeshInterface mesh
IndexedTriangle * tris
IcePoint * locs
int npolys
int nverts
int ntris
+

Detailed Description

+
+

Definition at line 42 of file Solid.cpp.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
OPCODE_data::OPCODE_data (Surfaces)
+
+inline
+
+ +

Definition at line 45 of file Solid.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
OPCODE_data::~OPCODE_data ()
+
+inline
+
+ +

Definition at line 111 of file Solid.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
IcePoint* OPCODE_data::locs
+
+ +

Definition at line 119 of file Solid.cpp.

+ +
+
+ +
+
+ + + + +
Opcode::MeshInterface OPCODE_data::mesh
+
+ +

Definition at line 117 of file Solid.cpp.

+ +
+
+ +
+
+ + + + +
Opcode::Model OPCODE_data::model
+
+ +

Definition at line 116 of file Solid.cpp.

+ +
+
+ +
+
+ + + + +
int OPCODE_data::npolys
+
+ +

Definition at line 120 of file Solid.cpp.

+ +
+
+ +
+
+ + + + +
int OPCODE_data::ntris
+
+ +

Definition at line 122 of file Solid.cpp.

+ +
+
+ +
+
+ + + + +
int OPCODE_data::nverts
+
+ +

Definition at line 121 of file Solid.cpp.

+ +
+
+ +
+
+ + + + +
IndexedTriangle* OPCODE_data::tris
+
+ +

Definition at line 118 of file Solid.cpp.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.1