Namespace: util

MLJ. util

MLJ.util namespace

Author:
  • Stefano Gabriele
Source:

Classes

AssociativeArray

Methods

(static) arrayUnique(array) → {Array}

Returns an array without duplicates

Parameters:
Name Type Description
array type

The array to be cleaned

Source:
Returns:

The array without duplicates

Type
Array

(static) getURLParam(The) → {Array}

Returns an the value of a parameter specified in the URL something like http://www.meshlabjs.net/?filterName=Create%20Sphere

Parameters:
Name Type Description
The name

name of the parameter to be retrieve

Source:
Returns:

The string with the value of that parameter. Strings are URI decoded, so you can put %20 inside to specify a 'space' Returns an empty string if param with that name is found. It is used to specify name of a filter at startup;

Type
Array