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

#include <ModelFileMAG.h>

+
+Inheritance diagram for ModelFileMAG:
+
+
+ + +ModelFile + +
+ +

List of all members.

+ + + + + + + + + +

+Public Member Functions

 ModelFileMAG (const char *fname)
virtual ~ModelFileMAG ()
virtual bool Load (Model *m, double scale=1.0)
virtual bool Save (Model *m)
- Public Member Functions inherited from ModelFile
 ModelFile (const char *fname)
virtual ~ModelFile ()
+ + + +

+Protected Member Functions

virtual bool LoadMag5 (FILE *fp, Model *m, double scale)
virtual bool LoadMag6 (FILE *fp, Model *m, double scale)
+ + + + + + + + +

+Additional Inherited Members

- Protected Attributes inherited from ModelFile
char filename [256]
Modelmodel
char * pname
int * pnverts
int * pnpolys
float * pradius
+

Detailed Description

+
+

Definition at line 22 of file ModelFileMAG.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
ModelFileMAG::ModelFileMAG (const char * fname)
+
+ +

Definition at line 54 of file ModelFileMAG.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
ModelFileMAG::~ModelFileMAG ()
+
+virtual
+
+ +

Definition at line 59 of file ModelFileMAG.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
bool ModelFileMAG::Load (Modelm,
double scale = 1.0 
)
+
+virtual
+
+ +

Reimplemented from ModelFile.

+ +

Definition at line 66 of file ModelFileMAG.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
bool ModelFileMAG::LoadMag5 (FILE * fp,
Modelm,
double scale 
)
+
+protectedvirtual
+
+ +

Definition at line 358 of file ModelFileMAG.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
bool ModelFileMAG::LoadMag6 (FILE * fp,
Modelm,
double scale 
)
+
+protectedvirtual
+
+ +

Definition at line 629 of file ModelFileMAG.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
bool ModelFileMAG::Save (Modelm)
+
+virtual
+
+ +

Reimplemented from ModelFile.

+ +

Definition at line 134 of file ModelFileMAG.cpp.

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