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

#include <QuantumFlash.h>

+
+Inheritance diagram for QuantumFlash:
+
+
+ + +Graphic + +
+ +

List of all members.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 QuantumFlash ()
virtual ~QuantumFlash ()
virtual void Render (Video *video, DWORD flags)
virtual void SetOrientation (const Matrix &o)
void SetDirection (const Point &v)
void SetEndPoints (const Point &from, const Point &to)
double Shade () const
void SetShade (double s)
- Public Member Functions inherited from Graphic
 Graphic ()
virtual ~Graphic ()
int operator== (const Graphic &g) const
int operator< (const Graphic &g) const
int operator<= (const Graphic &g) const
virtual void Update ()
virtual int CollidesWith (Graphic &o)
int Identity () const
const char * Name () const
bool IsVisible () const
void SetVisible (bool v)
float Radius () const
Point Location () const
virtual void MoveTo (const Point &p)
virtual void TranslateBy (const Point &ref)
virtual float Depth () const
virtual void SetDepth (float d)
virtual int IsInfinite () const
virtual void SetInfinite (bool b)
virtual int IsForeground () const
virtual void SetForeground (bool f)
virtual int IsBackground () const
virtual void SetBackground (bool b)
virtual int Hidden () const
virtual int Life () const
virtual void Destroy ()
virtual void Hide ()
virtual void Show ()
virtual bool Luminous () const
virtual void SetLuminous (bool l)
virtual bool Translucent () const
virtual bool CastsShadow () const
virtual void SetShadow (bool s)
virtual bool IsSolid () const
virtual bool IsSprite () const
virtual bool IsBolt () const
virtual bool IsQuad () const
virtual void ProjectScreenRect (Projector *p)
const RectScreenRect () const
virtual SceneGetScene () const
virtual void SetScene (Scene *s)
virtual int CheckRayIntersection (Point pt, Point vpn, double len, Point &ipt, bool treat_translucent_polys_as_solid=true)
virtual bool CheckVisibility (Projector &projector)
+ + +

+Protected Member Functions

void UpdateVerts (const Point &cam_pos)
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Protected Attributes

double length
double width
double shade
int npolys
int nverts
Materialmtl
VertexSetverts
Polypolys
Matrixbeams
Bitmaptexture
Matrix orientation
- Protected Attributes inherited from Graphic
int id
Point loc
float depth
float radius
int life
bool visible
bool infinite
bool foreground
bool background
bool hidden
bool trans
bool shadow
bool luminous
Rect screen_rect
Scenescene
char name [32]
+ + + + + + + + + + +

+Additional Inherited Members

- Public Types inherited from Graphic
enum  TYPE {
+  OTHER, +SOLID, +SPRITE, +BOLT, +
+  QUAD +
+ }
enum  RENDER_FLAGS {
+  RENDER_SOLID = 0x0001, +RENDER_ALPHA = 0x0002, +RENDER_ADDITIVE = 0x0004, +RENDER_FIRST_LIGHT = 0x1000, +
+  RENDER_ADD_LIGHT = 0x2000 +
+ }
- Static Public Member Functions inherited from Graphic
static const char * TYPENAME ()
static int Nearer (Graphic *a, Graphic *b)
static int Farther (Graphic *a, Graphic *b)
- Static Protected Attributes inherited from Graphic
static int id_key = 1
+

Detailed Description

+
+

Definition at line 26 of file QuantumFlash.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
QuantumFlash::QuantumFlash ()
+
+ +

Definition at line 31 of file QuantumFlash.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
QuantumFlash::~QuantumFlash ()
+
+virtual
+
+ +

Definition at line 98 of file QuantumFlash.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
void QuantumFlash::Render (Videovideo,
DWORD flags 
)
+
+virtual
+
+ +

Reimplemented from Graphic.

+ +

Definition at line 109 of file QuantumFlash.cpp.

+ +
+
+ +
+
+ + + + + + + + +
void QuantumFlash::SetDirection (const Pointv)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void QuantumFlash::SetEndPoints (const Pointfrom,
const Pointto 
)
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void QuantumFlash::SetOrientation (const Matrixo)
+
+virtual
+
+ +

Reimplemented from Graphic.

+ +

Definition at line 162 of file QuantumFlash.cpp.

+ +
+
+ +
+
+ + + + + + + + +
void QuantumFlash::SetShade (double s)
+
+ +

Definition at line 168 of file QuantumFlash.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
double QuantumFlash::Shade () const
+
+inline
+
+ +

Definition at line 40 of file QuantumFlash.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void QuantumFlash::UpdateVerts (const Pointcam_pos)
+
+protected
+
+ +

Definition at line 125 of file QuantumFlash.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
Matrix* QuantumFlash::beams
+
+protected
+
+ +

Definition at line 54 of file QuantumFlash.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
double QuantumFlash::length
+
+protected
+
+ +

Definition at line 46 of file QuantumFlash.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
Material* QuantumFlash::mtl
+
+protected
+
+ +

Definition at line 51 of file QuantumFlash.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
int QuantumFlash::npolys
+
+protected
+
+ +

Definition at line 50 of file QuantumFlash.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
int QuantumFlash::nverts
+
+protected
+
+ +

Definition at line 50 of file QuantumFlash.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
Matrix QuantumFlash::orientation
+
+protected
+
+ +

Definition at line 57 of file QuantumFlash.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
Poly* QuantumFlash::polys
+
+protected
+
+ +

Definition at line 53 of file QuantumFlash.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
double QuantumFlash::shade
+
+protected
+
+ +

Definition at line 48 of file QuantumFlash.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
Bitmap* QuantumFlash::texture
+
+protected
+
+ +

Definition at line 55 of file QuantumFlash.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
VertexSet* QuantumFlash::verts
+
+protected
+
+ +

Definition at line 52 of file QuantumFlash.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
double QuantumFlash::width
+
+protected
+
+ +

Definition at line 47 of file QuantumFlash.h.

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