Grid Class Reference
#include <LayerStreamlines.h>
List of all members.
|
Public Member Functions |
| | Grid (float aspect, double dSep, double dTest, double StepSize) |
| | ~Grid () |
| bool | add (QPointF samplePoint, double *smallestDist) |
| void | toIgnore (QPointF samplePoint) |
| void | startNewStreamline () |
| bool | canAdd (QPointF samplePoint, double *smallestDist=0) |
Public Attributes |
| int | queueMaxSize |
Constructor & Destructor Documentation
| Grid::Grid |
( |
float |
aspect, |
|
|
double |
dSep, |
|
|
double |
dTest, |
|
|
double |
StepSize | |
|
) |
| | |
Member Function Documentation
| bool Grid::add |
( |
QPointF |
samplePoint, |
|
|
double * |
smallestDist | |
|
) |
| | |
| bool Grid::canAdd |
( |
QPointF |
samplePoint, |
|
|
double * |
smallestDist = 0 | |
|
) |
| | |
| void Grid::startNewStreamline |
( |
|
) |
|
| void Grid::toIgnore |
( |
QPointF |
samplePoint |
) |
|
Member Data Documentation
The documentation for this class was generated from the following files:
- E:/3pg/Studium/TU Wien/08 09 Wintersemester/Visualisierung/Aufgabe2/src_doxygen/LayerStreamlines.h
- E:/3pg/Studium/TU Wien/08 09 Wintersemester/Visualisierung/Aufgabe2/src_doxygen/LayerStreamlines.cpp