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

#include <Solid.h>

+ +

List of all members.

+ + + + + + + + + + +

+Public Member Functions

 Segment ()
 Segment (int n, Poly *p, Material *mtl, Model *mod=0)
 ~Segment ()
bool IsSolid () const
bool IsTranslucent () const
bool IsGlowing () const
VideoPrivateDataGetVideoPrivateData () const
void SetVideoPrivateData (VideoPrivateData *vpd)
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+ + + + + + +

+Public Attributes

int npolys
Polypolys
Materialmaterial
Modelmodel
VideoPrivateDatavideo_data
+

Detailed Description

+
+

Definition at line 264 of file Solid.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
Segment::Segment ()
+
+ +

Definition at line 2413 of file Solid.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Segment::Segment (int n,
Polyp,
Materialmtl,
Modelmod = 0 
)
+
+ +

Definition at line 2418 of file Solid.cpp.

+ +
+
+ +
+
+ + + + + + + +
Segment::~Segment ()
+
+ +

Definition at line 2423 of file Solid.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
VideoPrivateData* Segment::GetVideoPrivateData () const
+
+inline
+
+ +

Definition at line 277 of file Solid.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
bool Segment::IsGlowing () const
+
+inline
+
+ +

Definition at line 275 of file Solid.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
bool Segment::IsSolid () const
+
+inline
+
+ +

Definition at line 273 of file Solid.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
bool Segment::IsTranslucent () const
+
+inline
+
+ +

Definition at line 274 of file Solid.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void Segment::SetVideoPrivateData (VideoPrivateDatavpd)
+
+inline
+
+ +

Definition at line 278 of file Solid.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
static const char* Segment::TYPENAME ()
+
+inlinestatic
+
+ +

Definition at line 267 of file Solid.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
Material* Segment::material
+
+ +

Definition at line 283 of file Solid.h.

+ +
+
+ +
+
+ + + + +
Model* Segment::model
+
+ +

Definition at line 284 of file Solid.h.

+ +
+
+ +
+
+ + + + +
int Segment::npolys
+
+ +

Definition at line 281 of file Solid.h.

+ +
+
+ +
+
+ + + + +
Poly* Segment::polys
+
+ +

Definition at line 282 of file Solid.h.

+ +
+
+ +
+
+ + + + +
VideoPrivateData* Segment::video_data
+
+ +

Definition at line 285 of file Solid.h.

+ +
+
+
The documentation for this class was generated from the following files:
    +
  • D:/SRC/StarshatterSVN/nGenEx/Solid.h
  • +
  • D:/SRC/StarshatterSVN/nGenEx/Solid.cpp
  • +
+
+
+ + + + -- cgit v1.1