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

#include <Skin.h>

+ +

List of all members.

+ + + + + + + + + + +

+Public Member Functions

 SkinCell (const Material *mtl=0)
 ~SkinCell ()
int operator== (const SkinCell &other) const
const char * Name () const
const MaterialSkin () const
const MaterialOrig () const
void SetSkin (const Material *mtl)
void SetOrig (const Material *mtl)
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+ + +

+Friends

class Skin
+

Detailed Description

+
+

Definition at line 65 of file Skin.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
SkinCell::SkinCell (const Materialmtl = 0)
+
+ +

Definition at line 128 of file Skin.cpp.

+ +
+
+ +
+
+ + + + + + + +
SkinCell::~SkinCell ()
+
+ +

Definition at line 133 of file Skin.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
const char * SkinCell::Name () const
+
+ +

Definition at line 155 of file Skin.cpp.

+ +
+
+ +
+
+ + + + + + + + +
int SkinCell::operator== (const SkinCellother) const
+
+ +

Definition at line 141 of file Skin.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
const Material* SkinCell::Orig () const
+
+inline
+
+ +

Definition at line 79 of file Skin.h.

+ +
+
+ +
+
+ + + + + + + + +
void SkinCell::SetOrig (const Materialmtl)
+
+ +

Definition at line 172 of file Skin.cpp.

+ +
+
+ +
+
+ + + + + + + + +
void SkinCell::SetSkin (const Materialmtl)
+
+ +

Definition at line 166 of file Skin.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
const Material* SkinCell::Skin () const
+
+inline
+
+ +

Definition at line 78 of file Skin.h.

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

Definition at line 70 of file Skin.h.

+ +
+
+

Friends And Related Function Documentation

+ +
+
+ + + + + +
+ + + + +
friend class Skin
+
+friend
+
+ +

Definition at line 67 of file Skin.h.

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