Class PCont<T extends Point3D>

All Implemented Interfaces:
Serializable, Comparable, TemporalComputedObject3D, MatrixPropertiesObject, XmlRepresentable

public class PCont<T extends Point3D> extends Representable
See Also:
  • Field Details

  • Constructor Details

    • PCont

      public PCont()
  • Method Details

    • add

      public void add(T p)
    • get

      public T get(int index)
    • getPoints

      public ArrayList<T> getPoints()
    • setPoints

      public void setPoints(ArrayList<T> points)
    • isEmpty

      public boolean isEmpty()
    • iterator

      public Iterator<T> iterator()
    • remove

      public Point3D remove(int arg0)
    • remove

      public boolean remove(T arg0)
    • size

      public int size()
    • toString

      public String toString()
      Overrides:
      toString in class Representable