Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

rawObject Struct Reference

The definition of an object (parser) The definition of an object _exclusivley_ used by the 3Dsia binary parser. More...

List of all members.

Public Attributes

string name
 the name of the object. More...

int numberOfVertices
 the number of verteces it contains. More...

map<int,vertexverteces
 the list of verteces. More...

int numberOfPolies
 the number of polygons the object is built with. More...

map<int,polypolies
 the list of polygons. More...


Detailed Description

The definition of an object (parser) The definition of an object _exclusivley_ used by the 3Dsia binary parser.

Definition at line 101 of file visualThread.cpp.

00102 {
00103     string name; 
00104 
00105     int numberOfVertices; 
00106     map<int,vertex> verteces; 
00107 
00108 
00109     int numberOfPolies; 
00110     map<int,poly> polies; 
00111     }

Member Data Documentation

string rawObject::name

the name of the object.

Definition at line 103 of file visualThread.cpp.

int rawObject::numberOfPolies

the number of polygons the object is built with.

Definition at line 109 of file visualThread.cpp.

int rawObject::numberOfVertices

the number of verteces it contains.

Definition at line 105 of file visualThread.cpp.

map<int,poly> rawObject::polies

the list of polygons.

Definition at line 110 of file visualThread.cpp.

map<int,vertex> rawObject::verteces

the list of verteces.

Definition at line 106 of file visualThread.cpp.


The documentation for this struct was generated from the following file:
Generated at Sat May 13 13:50:27 2000 for 3Dsia by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000