org.apache.mahout.math.buffer
Interface IntBuffer3DConsumer

All Known Implementing Classes:
IntBuffer3D

Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.

@Deprecated
public interface IntBuffer3DConsumer


Method Summary
 void addAllOf(IntArrayList x, IntArrayList y, IntArrayList z)
          Deprecated. Adds all specified (x,y,z) points to the receiver.
 

Method Detail

addAllOf

void addAllOf(IntArrayList x,
              IntArrayList y,
              IntArrayList z)
Deprecated. 
Adds all specified (x,y,z) points to the receiver.

Parameters:
x - the x-coordinates of the points to be added.
y - the y-coordinates of the points to be added.
z - the z-coordinates of the points to be added.


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.