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_segment.html | 456 ------------------------------------ 1 file changed, 456 deletions(-) delete mode 100644 Doc/doxygen/html/class_segment.html (limited to 'Doc/doxygen/html/class_segment.html') diff --git a/Doc/doxygen/html/class_segment.html b/Doc/doxygen/html/class_segment.html deleted file mode 100644 index 8575be1..0000000 --- a/Doc/doxygen/html/class_segment.html +++ /dev/null @@ -1,456 +0,0 @@ - - - - - -Starshatter_Open: Segment Class Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- - -
- -

#include <Solid.h>

- -

List of all members.

- - - - - - - - - - -

-Public Member Functions

 Segment ()
 Segment (int n, Poly *p, Material *mtl, Model *mod=0)
 ~Segment ()
bool IsSolid () const
bool IsTranslucent () const
bool IsGlowing () const
VideoPrivateDataGetVideoPrivateData () const
void SetVideoPrivateData (VideoPrivateData *vpd)
- - -

-Static Public Member Functions

static const char * TYPENAME ()
- - - - - - -

-Public Attributes

int npolys
Polypolys
Materialmaterial
Modelmodel
VideoPrivateDatavideo_data
-

Detailed Description

-
-

Definition at line 264 of file Solid.h.

-

Constructor & Destructor Documentation

- -
-
- - - - - - - -
Segment::Segment ()
-
- -

Definition at line 2413 of file Solid.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Segment::Segment (int n,
Polyp,
Materialmtl,
Modelmod = 0 
)
-
- -

Definition at line 2418 of file Solid.cpp.

- -
-
- -
-
- - - - - - - -
Segment::~Segment ()
-
- -

Definition at line 2423 of file Solid.cpp.

- -
-
-

Member Function Documentation

- -
-
- - - - - -
- - - - - - - -
VideoPrivateData* Segment::GetVideoPrivateData () const
-
-inline
-
- -

Definition at line 277 of file Solid.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
bool Segment::IsGlowing () const
-
-inline
-
- -

Definition at line 275 of file Solid.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
bool Segment::IsSolid () const
-
-inline
-
- -

Definition at line 273 of file Solid.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
bool Segment::IsTranslucent () const
-
-inline
-
- -

Definition at line 274 of file Solid.h.

- -
-
- -
-
- - - - - -
- - - - - - - - -
void Segment::SetVideoPrivateData (VideoPrivateDatavpd)
-
-inline
-
- -

Definition at line 278 of file Solid.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
static const char* Segment::TYPENAME ()
-
-inlinestatic
-
- -

Definition at line 267 of file Solid.h.

- -
-
-

Member Data Documentation

- -
-
- - - - -
Material* Segment::material
-
- -

Definition at line 283 of file Solid.h.

- -
-
- -
-
- - - - -
Model* Segment::model
-
- -

Definition at line 284 of file Solid.h.

- -
-
- -
-
- - - - -
int Segment::npolys
-
- -

Definition at line 281 of file Solid.h.

- -
-
- -
-
- - - - -
Poly* Segment::polys
-
- -

Definition at line 282 of file Solid.h.

- -
-
- -
-
- - - - -
VideoPrivateData* Segment::video_data
-
- -

Definition at line 285 of file Solid.h.

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