#include <FlowVisView.h>
Public Methods | |
| FlowVisView () | |
| Standard Constructor. | |
| virtual | ~FlowVisView () |
| Standard Destructor. | |
| int | DrawGLScene (void) |
| draws the OpenGL scene | |
| bool | getStreamlineView () |
| returns the view state of the background | |
| void | setStreamlineView (bool show) |
| sets the view state of the background | |
| bool | getBackgroundView () |
| returns the view state of the background | |
| void | setBackgroundView (bool show) |
| sets the view state of the background | |
| int | getBackgroundIndex () |
| returns the index of the currently set Background | |
| void | setBackgroundIndex (int index) |
| sets the current background index | |
| bool | getArrowPlotView () |
| returns the view state of the arrow plot | |
| void | setArrowPlotView (bool show) |
| sets the view state of the arrow plot | |
| virtual BOOL | PreCreateWindow (CREATESTRUCT &cs) |
| sets initial data | |
| BOOL | SetPixelformat (HDC hdc) |
| sets the pixel format (needed for OpenGL) | |
| int | InitGL (void) |
| initializes the OpenGL scene | |
| void | ReSizeGLScene (int width, int height) |
| resizes the OpenGL scene | |
Public Attributes | |
| HDC | m_hgldc |
| GDI Device Context. | |
| HGLRC | m_hglRC |
| Rendering Context. | |
Protected Attributes | |
| CFlowVisApp * | m_App |
| pointer to the application class | |
| RsAddData * | m_pBackgroundData |
| pointer to the current background data | |
| bool | m_BackgroundShow |
| stores the current background view state | |
| int | m_BackgroundIndex |
| stores the current background index | |
| bool | m_ArrowPlotShow |
| stores the current arrow plot view state | |
| bool | m_StreamlineShow |
| stores the current streamline view state | |
| bool | m_ColorCodingShow |
| stores the current color coding view state | |
| int | m_ColorCodingIndex |
| stores the current glyph color coding state | |
| int | m_ColorCodingDataIndex |
| stores the data index of the dataset used for glyph color coding | |
| RsAddData * | m_pColorCodingData |
| pointer to the current background data | |
| float | m_WindowAspectRatio |
| aspect ratio of the window | |
| int | m_WindowHeight |
| height of the window | |
| int | m_WindowWidth |
| width of the window | |
| float | dSep |
| distance new seed point to streamlines | |
| float | dTest |
| distance new streamline point (during grow) to other streamlines | |
| float | dT |
| integration step size | |
1.2.18