Class CardShuffler

java.lang.Object
com.gaia3d.converter.pointcloud.shuffler.Shuffler
com.gaia3d.converter.pointcloud.shuffler.CardShuffler
All Implemented Interfaces:
Shufflable

public class CardShuffler extends Shuffler
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    shuffle(File sourceFile, File targetFile, int blockSize)
     
    void
    shuffle(File sourceFile, File targetFile, int blockSize, int passes)
    Multi-pass global shuffle blockSize = 18 minSectionBytes = 160_000 maxSectionBytes = 320_000 passes = 3

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CardShuffler

      public CardShuffler()
  • Method Details

    • shuffle

      public void shuffle(File sourceFile, File targetFile, int blockSize)
    • clear

      public void clear()
    • shuffle

      public void shuffle(File sourceFile, File targetFile, int blockSize, int passes)
      Multi-pass global shuffle blockSize = 18 minSectionBytes = 160_000 maxSectionBytes = 320_000 passes = 3