Kinetic Visualization (Visualisierung 2 - S2012)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Public Attributes
vector_property_setter Struct Reference

Helper class for setting the x,y,z,w coordinate of the volume. More...

List of all members.

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

Detailed Description

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.


Constructor & Destructor Documentation

vector_property_setter::vector_property_setter ( vl::ref< vl::Image >  img,
VectorPropertyKey  key 
)
inline

Member Function Documentation

void vector_property_setter::operator() ( int  x,
int  y,
int  z,
float  v 
)
inline

Member Data Documentation

vl::ref<vl::Image> vector_property_setter::_img
VectorPropertyKey vector_property_setter::_key

The documentation for this struct was generated from the following file: