MythTV master
Public Attributes | List of all members
Fractal_Struct Struct Reference
Collaboration diagram for Fractal_Struct:
[legend]

Public Attributes

size_t m_nbSimi { 0 }
 
SimiData m_components {}
 
int m_depth { 0 }
 
int m_col { 0 }
 
int m_count { 0 }
 
int m_speed { 6 }
 
int m_width { 0 }
 
int m_height { 0 }
 
int m_lx { 0 }
 
int m_ly { 0 }
 
DBL m_rMean { 0.0 }
 
DBL m_drMean { 0.0 }
 
DBL m_dr2Mean { 0.0 }
 
int m_curPt { 0 }
 
int m_maxPt { 0 }
 
std::vector< IFSPointm_buffer1
 
std::vector< IFSPointm_buffer2
 

Detailed Description

Definition at line 83 of file ifs.cpp.

Member Data Documentation

◆ m_buffer1

std::vector<IFSPoint> Fractal_Struct::m_buffer1

Definition at line 102 of file ifs.cpp.

Referenced by Draw_Fractal(), draw_ifs(), free_ifs_buffers(), and init_ifs().

◆ m_buffer2

std::vector<IFSPoint> Fractal_Struct::m_buffer2

Definition at line 103 of file ifs.cpp.

Referenced by Draw_Fractal(), draw_ifs(), free_ifs_buffers(), and init_ifs().

◆ m_col

int Fractal_Struct::m_col { 0 }

Definition at line 89 of file ifs.cpp.

Referenced by draw_ifs(), and init_ifs().

◆ m_components

SimiData Fractal_Struct::m_components {}

Definition at line 87 of file ifs.cpp.

Referenced by Draw_Fractal(), draw_ifs(), init_ifs(), and Trace().

◆ m_count

int Fractal_Struct::m_count { 0 }

Definition at line 90 of file ifs.cpp.

Referenced by draw_ifs(), and init_ifs().

◆ m_curPt

int Fractal_Struct::m_curPt { 0 }

Definition at line 99 of file ifs.cpp.

Referenced by Draw_Fractal(), and init_ifs().

◆ m_depth

int Fractal_Struct::m_depth { 0 }

Definition at line 88 of file ifs.cpp.

Referenced by init_ifs(), and Trace().

◆ m_dr2Mean

DBL Fractal_Struct::m_dr2Mean { 0.0 }

Definition at line 98 of file ifs.cpp.

Referenced by init_ifs(), and Random_Simis().

◆ m_drMean

DBL Fractal_Struct::m_drMean { 0.0 }

Definition at line 97 of file ifs.cpp.

Referenced by init_ifs(), and Random_Simis().

◆ m_height

int Fractal_Struct::m_height { 0 }

Definition at line 93 of file ifs.cpp.

Referenced by init_ifs().

◆ m_lx

int Fractal_Struct::m_lx { 0 }

Definition at line 94 of file ifs.cpp.

Referenced by init_ifs(), and Trace().

◆ m_ly

int Fractal_Struct::m_ly { 0 }

Definition at line 95 of file ifs.cpp.

Referenced by init_ifs(), and Trace().

◆ m_maxPt

int Fractal_Struct::m_maxPt { 0 }

Definition at line 100 of file ifs.cpp.

Referenced by init_ifs().

◆ m_nbSimi

size_t Fractal_Struct::m_nbSimi { 0 }

Definition at line 86 of file ifs.cpp.

Referenced by Draw_Fractal(), draw_ifs(), init_ifs(), and Trace().

◆ m_rMean

DBL Fractal_Struct::m_rMean { 0.0 }

Definition at line 96 of file ifs.cpp.

Referenced by init_ifs(), and Random_Simis().

◆ m_speed

int Fractal_Struct::m_speed { 6 }

Definition at line 91 of file ifs.cpp.

Referenced by draw_ifs(), and init_ifs().

◆ m_width

int Fractal_Struct::m_width { 0 }

Definition at line 92 of file ifs.cpp.

Referenced by init_ifs().


The documentation for this struct was generated from the following file: