Interface ElementPoints

All Superinterfaces:
Element, InteractionSource
All Known Implementing Classes:
ElementPoints

public interface ElementPoints extends Element

Title: ElementPoints

Description: A 3D cloud of points.

Version:
March 2007
Author:
Francisco Esquembre
  • Method Details

    • setData

      void setData(double[][] data)
      Sets the data for the coordinates of the points. Each entry in the data array corresponds to one point.
      Parameters:
      data - double[][] the double[nPoints][3] array with the data
    • getData

      double[][] getData()
      Gets the data of the coordinates of the points
      Returns:
      double[][] the double[nPoints][3] array with the data