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_file3_d_s.html | 274 ---------------------------- 1 file changed, 274 deletions(-) delete mode 100644 Doc/doxygen/html/class_model_file3_d_s.html (limited to 'Doc/doxygen/html/class_model_file3_d_s.html') diff --git a/Doc/doxygen/html/class_model_file3_d_s.html b/Doc/doxygen/html/class_model_file3_d_s.html deleted file mode 100644 index 9bf3f86..0000000 --- a/Doc/doxygen/html/class_model_file3_d_s.html +++ /dev/null @@ -1,274 +0,0 @@ - - - - - -Starshatter_Open: ModelFile3DS Class Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
ModelFile3DS Class Reference
-
-
- -

#include <ModelFile3DS.h>

-
-Inheritance diagram for ModelFile3DS:
-
-
- - -ModelFile - -
- -

List of all members.

- - - - - - - - - -

-Public Member Functions

 ModelFile3DS (const char *fname)
virtual ~ModelFile3DS ()
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 ()
- - - - - - - - -

-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 ModelFile3DS.h.

-

Constructor & Destructor Documentation

- -
-
- - - - - - - - -
ModelFile3DS::ModelFile3DS (const char * fname)
-
- -

Definition at line 200 of file M3DS.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - -
ModelFile3DS::~ModelFile3DS ()
-
-virtual
-
- -

Definition at line 205 of file M3DS.cpp.

- -
-
-

Member Function Documentation

- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
bool ModelFile3DS::Load (Modelm,
double scale = 1.0 
)
-
-virtual
-
- -

Reimplemented from ModelFile.

- -

Definition at line 226 of file M3DS.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - - -
bool ModelFile3DS::Save (Modelm)
-
-virtual
-
- -

Reimplemented from ModelFile.

- -

Definition at line 244 of file M3DS.cpp.

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