|
MythTV master
|
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< IFSPoint > | m_buffer1 |
| std::vector< IFSPoint > | m_buffer2 |
| 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().
| 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().
| int Fractal_Struct::m_col { 0 } |
Definition at line 89 of file ifs.cpp.
Referenced by draw_ifs(), and init_ifs().
| SimiData Fractal_Struct::m_components {} |
Definition at line 87 of file ifs.cpp.
Referenced by Draw_Fractal(), draw_ifs(), init_ifs(), and Trace().
| int Fractal_Struct::m_count { 0 } |
Definition at line 90 of file ifs.cpp.
Referenced by draw_ifs(), and init_ifs().
| int Fractal_Struct::m_curPt { 0 } |
Definition at line 99 of file ifs.cpp.
Referenced by Draw_Fractal(), and init_ifs().
| int Fractal_Struct::m_depth { 0 } |
Definition at line 88 of file ifs.cpp.
Referenced by init_ifs(), and Trace().
| DBL Fractal_Struct::m_dr2Mean { 0.0 } |
Definition at line 98 of file ifs.cpp.
Referenced by init_ifs(), and Random_Simis().
| DBL Fractal_Struct::m_drMean { 0.0 } |
Definition at line 97 of file ifs.cpp.
Referenced by init_ifs(), and Random_Simis().
| int Fractal_Struct::m_height { 0 } |
Definition at line 93 of file ifs.cpp.
Referenced by init_ifs().
| int Fractal_Struct::m_lx { 0 } |
Definition at line 94 of file ifs.cpp.
Referenced by init_ifs(), and Trace().
| int Fractal_Struct::m_ly { 0 } |
Definition at line 95 of file ifs.cpp.
Referenced by init_ifs(), and Trace().
| int Fractal_Struct::m_maxPt { 0 } |
Definition at line 100 of file ifs.cpp.
Referenced by init_ifs().
| 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().
| DBL Fractal_Struct::m_rMean { 0.0 } |
Definition at line 96 of file ifs.cpp.
Referenced by init_ifs(), and Random_Simis().
| int Fractal_Struct::m_speed { 6 } |
Definition at line 91 of file ifs.cpp.
Referenced by draw_ifs(), and init_ifs().
| int Fractal_Struct::m_width { 0 } |
Definition at line 92 of file ifs.cpp.
Referenced by init_ifs().