Class PackedBigArrayPoint3D_F64

java.lang.Object
boofcv.struct.packed.PackedBigArrayPoint3D_F64
All Implemented Interfaces:
PackedArray<Point3D_F64>, LArrayAccessor<Point3D_F64>

public class PackedBigArrayPoint3D_F64 extends Object implements PackedArray<Point3D_F64>
Packed array of Point3D_F64. Internally the point is stored in an interleaved format.
  • Field Details

    • temp

      public final Point3D_F64 temp
    • size

      protected int size
  • Constructor Details

    • PackedBigArrayPoint3D_F64

      public PackedBigArrayPoint3D_F64()
      Constructor where the default is used for all parameters.
    • PackedBigArrayPoint3D_F64

      public PackedBigArrayPoint3D_F64(int reservedPoints)
      Constructor where the initial number of points is specified and everything else is default
    • PackedBigArrayPoint3D_F64

      public PackedBigArrayPoint3D_F64(int reservedPoints, int blockSize, BigDogGrowth growth)
      Constructor which allows access to all array parameters
      Parameters:
      reservedPoints - Reserve space to store this number of points initially
      blockSize - A single block will be able to store this number of points
      growth - Growth strategy to use
  • Method Details