This class provides the interface for read-only functions
This class provides the interface for read-only functions. The idea is that n-dimensional images can be filled by n-dimensional functions by overloading the assignment operator.
IML_DOUBLE operator()(IML_DOUBLE X0, IML_DOUBLE X1)
IML_DOUBLE operator()(IML_DOUBLE X0, IML_DOUBLE X1, IML_DOUBLE X2)
IML_DOUBLE operator()(IML_DOUBLE X0, IML_DOUBLE X1, IML_DOUBLE X2, ...)
IML_DOUBLE get_value( iml_index IML_REF Index)
generated by doc++