Kinetic Visualization (Visualisierung 2 - S2012)
|
Helper class for setting the x,y,z,w coordinate of the volume. More...
Public Member Functions | |
vector_property_setter (vl::ref< vl::Image > img, VectorPropertyKey key) | |
void | operator() (int x, int y, int z, float v) |
Public Attributes | |
VectorPropertyKey | _key |
vl::ref< vl::Image > | _img |
Helper class for setting the x,y,z,w coordinate of the volume.
This helper class is similar to vector_property_setter. It sets the appropriate x/y/z coordinate
of the volume.
|
inline |
|
inline |
vl::ref<vl::Image> vector_property_setter::_img |
VectorPropertyKey vector_property_setter::_key |