A B C D E F G H I J L M N O P Q R S T U V W Z

W

WEIGHTS_PLANE - Static variable in interface org.virbo.dataset.QDataSet
QDataSet, dataset of same geometry that indicates the weights for each point.
weightsDataSet(QDataSet) - Static method in class org.virbo.dataset.DataSetUtil
Provide consistent valid logic to operators by providing a QDataSet with 1.0 where the data is valid, and 0.0 where the data is invalid.
WeightsDataSet - Class in org.virbo.dataset
Provide consistent valid logic to operators by providing a QDataSet with 1.0 where the data is valid, and 0.0 where the data is invalid.
WeightsDataSet(QDataSet) - Constructor for class org.virbo.dataset.WeightsDataSet
 
where(QDataSet) - Static method in class org.virbo.dsops.Ops
returns a dataset containing the indeces of where the dataset is non-zero.
wrap(byte[], int[]) - Static method in class org.virbo.dataset.BDataSet
Wraps an array from array of dimension sizes.
wrap(byte[], int, int, int, int) - Static method in class org.virbo.dataset.BDataSet
 
wrap(byte[]) - Static method in class org.virbo.dataset.BDataSet
creates a rank1 BDataSet by wrapping an existing array.
wrap(byte[], int, int) - Static method in class org.virbo.dataset.BDataSet
creates a BDataSet by wrapping an existing array, aliasing it to rank 2.
wrap(double[], int[]) - Static method in class org.virbo.dataset.DDataSet
Wraps an array from array of dimension sizes.
wrap(double[]) - Static method in class org.virbo.dataset.DDataSet
creates a DDataSet by wrapping an existing double array.
wrap(double[], int, int) - Static method in class org.virbo.dataset.DDataSet
creates a DDataSet by wrapping an existing array, aliasing it to rank 2.
wrap(double[], int, int, int, int) - Static method in class org.virbo.dataset.DDataSet
 
wrap(float[], int[]) - Static method in class org.virbo.dataset.FDataSet
Wraps an array from array of dimension sizes.
wrap(float[], int, int, int, int) - Static method in class org.virbo.dataset.FDataSet
 
wrap(float[]) - Static method in class org.virbo.dataset.FDataSet
creates a rank1 FDataSet by wrapping an existing array.
wrap(float[], int, int) - Static method in class org.virbo.dataset.FDataSet
creates a FDataSet by wrapping an existing array, aliasing it to rank 2.
wrap(float[], int, int, int) - Static method in class org.virbo.dataset.FDataSet
creates a FDataSet by wrapping an existing array, aliasing it to rank 3.
wrap(int[], int[]) - Static method in class org.virbo.dataset.IDataSet
Wraps an array from array of dimension sizes.
wrap(int[], int, int, int, int) - Static method in class org.virbo.dataset.IDataSet
 
wrap(int[]) - Static method in class org.virbo.dataset.IDataSet
creates a rank1 IDataSet by wrapping an existing array.
wrap(int[], int, int) - Static method in class org.virbo.dataset.IDataSet
creates a IDataSet by wrapping an existing array, aliasing it to rank 2.
wrap(short[], int[]) - Static method in class org.virbo.dataset.SDataSet
Wraps an array from array of dimension sizes.
wrap(short[], int, int, int, int) - Static method in class org.virbo.dataset.SDataSet
 
wrap(short[]) - Static method in class org.virbo.dataset.SDataSet
creates a rank1 SDataSet by wrapping an existing array.
wrap(short[], int, int) - Static method in class org.virbo.dataset.SDataSet
creates a SDataSet by wrapping an existing array, aliasing it to rank 2.
wrapRank2(double[], int) - Static method in class org.virbo.dataset.DDataSet
creates a DDataSet by wrapping an existing array, and aliasing it to rank2.
wrapRank3(double[], int, int) - Static method in class org.virbo.dataset.DDataSet
creates a DDataSet by wrapping an existing array, and aliasing it to rank2.
WritableDataSet - Interface in org.virbo.dataset
Mutable datasets warning: No dataset should be mutable once it is accessible to the rest of the system.

A B C D E F G H I J L M N O P Q R S T U V W Z