Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6240a commit a2bdabbCopy full SHA for a2bdabb
1 file changed
src/_transforms.cpp
@@ -1132,6 +1132,9 @@ void Transformation::init_type()
1132
behaviors().doc("Transformation base class");
1133
1134
1135
+ add_varargs_method("freeze", &Transformation::freeze, "freeze(); eval and freeze the lazy objects\n");
1136
+ add_varargs_method("thaw", &Transformation::thaw, "thaw(); release the laszy objects\n");
1137
+
1138
add_varargs_method("get_bbox1", &Transformation::get_bbox1, "get_bbox1(); return the Func instance on x\n");
1139
add_varargs_method("get_bbox2", &Transformation::get_bbox2, "get_bbox2(); return the Func instance on y\n");
1140
0 commit comments