![]() |
VR-Forces 4.8 Class Documentation
|
For calculating the wave splashes on screen. More...
Public Member Functions | |
| DtSplashPrecompute (unsigned int precomputedSplash[][PRECOMPUTED_DIM], float radius) | |
| constructor More... | |
| void | operator() (const tbb::blocked_range2d< size_t > &blockRange) const |
| operator for a range of splashes More... | |
Private Member Functions | |
| DtSplashPrecompute () | |
| private default constructor. not allowed. More... | |
| DtSplashPrecompute & | operator= (const DtSplashPrecompute &) |
| prevent assignment More... | |
Private Attributes | |
| unsigned int(* | myPrecomputedSplash )[PRECOMPUTED_DIM] |
| float | myRadius |
For calculating the wave splashes on screen.
| makVrv::DtSplashPrecompute::DtSplashPrecompute | ( | unsigned int | precomputedSplash[][PRECOMPUTED_DIM], |
| float | radius | ||
| ) |
constructor
|
private |
private default constructor. not allowed.
|
private |
prevent assignment
| void makVrv::DtSplashPrecompute::operator() | ( | const tbb::blocked_range2d< size_t > & | blockRange | ) | const |
operator for a range of splashes
|
private |
|
private |