#import <StreamLineContainer.h>
List of all members.
Member Function Documentation
- (void) addSamplePoint: |
|
(vec3) |
point |
|
Adds a sample point
- Parameters:
-
Adds a stream lines to the grid
- Parameters:
-
streamLine | The stream line to add |
- (void) changeDSepTo: |
|
(int) |
_dSep |
|
Changes the dSep value
- Parameters:
-
- (void) changeDTestTo: |
|
(float) |
_dTest |
|
Changes the dTest value
- Parameters:
-
- (BOOL) checkDistanceFromPoint: |
|
(vec3) |
pos |
distance: |
|
(float) |
_distance |
nearest: |
|
(float &) |
nearest |
|
|
| |
Checks the distance from a given point
- Parameters:
-
pos | The point to check |
_distance | The distance to check |
nearest | Stores the nearest value |
- Returns:
- YES if successful
Returns all stream lines
- Returns:
- All stream lines
Returns the distance value
- Returns:
- The distance value
Returns the dSep value
- Returns:
- The dSep value
Returns the dTest value
- Returns:
- The dTest value
Returns the maxSteps value
- Returns:
- The maxSteps value
Returns the next stream line to render
- Parameters:
-
- (id) initWithDimX: |
|
(int) |
_dimX |
dimY: |
|
(int) |
_dimY |
dsep: |
|
(int) |
_dSep |
maxSteps: |
|
(int) |
_maxSteps |
dist: |
|
(float) |
_dist |
|
|
| |
Initializes the container
- Parameters:
-
_dimX | The x dimension of the flow data |
_dimY | The y dimension of the flow data |
_dSep | The dSep parameter evenly space the stream lines |
_maxSteps | The maximum steps for the iteration of the stram lines |
_dist | The distance between two stream lines |
- Returns:
- The pointer of the object
Member Data Documentation
- (float) dTest [protected] |
The documentation for this class was generated from the following files: