Parallel Colt 0.7.2

cern.colt.buffer.tfloat
Interface FloatBuffer3DConsumer

All Known Implementing Classes:
FloatBuffer3D

public interface FloatBuffer3DConsumer

Target of a streaming FloatBuffer3D into which data is flushed upon buffer overflow.

Version:
1.0, 09/24/99
Author:
wolfgang.hoschek@cern.ch

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

Method Detail

addAllOf

void addAllOf(FloatArrayList x,
              FloatArrayList y,
              FloatArrayList z)
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.

Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage