From b829170121d3657369904ec62d8065606777a9ce Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Oct 2021 18:54:04 +0200 Subject: Removed doxygen generated docs They can be rebuild anytime and are considered a build artifact/binary. --- Doc/doxygen/html/class_model_file_m_a_g.html | 363 --------------------------- 1 file changed, 363 deletions(-) delete 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 deleted file mode 100644 index 8eb48e9..0000000 --- a/Doc/doxygen/html/class_model_file_m_a_g.html +++ /dev/null @@ -1,363 +0,0 @@ - - - - - -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