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 --- .../html/class_video_d_x9_segment_data.html | 327 +++++++++++++++++++++ 1 file changed, 327 insertions(+) create mode 100644 Doc/doxygen/html/class_video_d_x9_segment_data.html (limited to 'Doc/doxygen/html/class_video_d_x9_segment_data.html') diff --git a/Doc/doxygen/html/class_video_d_x9_segment_data.html b/Doc/doxygen/html/class_video_d_x9_segment_data.html new file mode 100644 index 0000000..b469662 --- /dev/null +++ b/Doc/doxygen/html/class_video_d_x9_segment_data.html @@ -0,0 +1,327 @@ + + + + + +Starshatter_Open: VideoDX9SegmentData Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
VideoDX9SegmentData Class Reference
+
+
+
+Inheritance diagram for VideoDX9SegmentData:
+
+
+ + +VideoPrivateData + +
+ +

List of all members.

+ + + +

+Public Types

enum  { TYPE = 9002 + }
+ + + + + + + + + + +

+Public Member Functions

 VideoDX9SegmentData ()
virtual ~VideoDX9SegmentData ()
virtual int GetType () const
- Public Member Functions inherited from VideoPrivateData
 VideoPrivateData ()
virtual ~VideoPrivateData ()
virtual bool IsValid () const
virtual void Invalidate ()
virtual void Validate ()
+ + + + + +

+Public Attributes

int first_vert
int num_verts
int first_index
int num_tris
+ + + +

+Additional Inherited Members

- Protected Attributes inherited from VideoPrivateData
bool valid
+

Detailed Description

+
+

Definition at line 95 of file VideoDX9.cpp.

+

Member Enumeration Documentation

+ +
+
+ + + + +
anonymous enum
+
+
Enumerator:
+ +
TYPE  +
+
+
+ +

Definition at line 101 of file VideoDX9.cpp.

+ +
+
+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
VideoDX9SegmentData::VideoDX9SegmentData ()
+
+inline
+
+ +

Definition at line 98 of file VideoDX9.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual VideoDX9SegmentData::~VideoDX9SegmentData ()
+
+inlinevirtual
+
+ +

Definition at line 99 of file VideoDX9.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
virtual int VideoDX9SegmentData::GetType () const
+
+inlinevirtual
+
+ +

Reimplemented from VideoPrivateData.

+ +

Definition at line 102 of file VideoDX9.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
int VideoDX9SegmentData::first_index
+
+ +

Definition at line 106 of file VideoDX9.cpp.

+ +
+
+ +
+
+ + + + +
int VideoDX9SegmentData::first_vert
+
+ +

Definition at line 104 of file VideoDX9.cpp.

+ +
+
+ +
+
+ + + + +
int VideoDX9SegmentData::num_tris
+
+ +

Definition at line 107 of file VideoDX9.cpp.

+ +
+
+ +
+
+ + + + +
int VideoDX9SegmentData::num_verts
+
+ +

Definition at line 105 of file VideoDX9.cpp.

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