List of all members.
Detailed Description
A transformation result. The values must not be modified.
- Author:
- christopher
Constructor & Destructor Documentation
pav::lib::frame::TransformResult::TransformResult |
( |
float[] |
frame, |
|
|
float |
min, |
|
|
float |
max | |
|
) |
| | [inline] |
Ctor.
- Parameters:
-
| frame | The transformed frame |
| min | The min of the frame values |
| max | The max of the frame values |
Member Function Documentation
float [] pav::lib::frame::TransformResult::frame |
( |
|
) |
[inline] |
The transformed frame. Must not be modified.
- Returns:
- The result
float pav::lib::frame::TransformResult::max |
( |
|
) |
[inline] |
The maximum of the frame values.
- Returns:
- The max value
float pav::lib::frame::TransformResult::min |
( |
|
) |
[inline] |
The minimum of the frame values.
- Returns:
- The min value
The documentation for this class was generated from the following file:
- src/pav/lib/frame/TransformResult.java