Classes | |
| class | Sphere |
| class | SphereWithCustomHessianAndGradient |
| class | FieldController |
Functions | |
| def | createScene (root) |
| def python-scalarfield.createScene | ( | root | ) |
In this scene we create two scalar field of spherical shape, the two are implemented using python. The first one is overriding only the getValue, the hessian and gradient is thus computed using finite difference in the c++ code. The second field is overriding the hessian and gradient function