How to use the RSFilter function from bindings

Find comprehensive JavaScript bindings.RSFilter code examples handpicked from public code repositorys.

3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
 * Base class of specific filter classes, see {@link DecimationFilter}.
 * Don't create Filter objects directly from this class, use child classes,
 */
class Filter extends Options {
  constructor(type) {
    super(new RS2.RSFilter(type));
    internal.addObject(this);
  }


  _internalGetInputType() {
fork icon14
star icon10
watch icon5

+ 3 other calls in file

Other functions in bindings

Sorted by popularity

function icon

bindings.createKey is the most popular function in bindings (8616 examples)