vtkImplicitSum

Section: Visualization Toolkit Filtering Classes

Usage

vtkImplicitSum produces a linear combination of other implicit functions. The contribution of each function is weighted by a scalar coefficient. The NormalizeByWeight option normalizes the output so that the scalar weights add up to 1. Note that this function gives accurate sums and gradients only if the input functions are linear.

To create an instance of class vtkImplicitSum, simply invoke its constructor as follows

  obj = vtkImplicitSum

Methods

The class vtkImplicitSum has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkImplicitSum class.