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