Facemorph.DataBase
Class BatchProcessData

java.lang.Object
  extended by Facemorph.DataBase.BatchProcessData

public class BatchProcessData
extends java.lang.Object

The data to be passed to the EnhancedBatchProcess class from the batcher


Field Summary
 int currentCount
           
 FloatImage[] imageIn
           
 FloatImage[] imageOut
           
 java.lang.String name
           
 double[] numericIn
           
 double[] numericOut
           
 Template templateIn
           
 Template templateOut
           
 int totalCount
           
 
Constructor Summary
BatchProcessData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

totalCount

public int totalCount

currentCount

public int currentCount

name

public java.lang.String name

imageIn

public FloatImage[] imageIn

imageOut

public FloatImage[] imageOut

templateIn

public Template templateIn

templateOut

public Template templateOut

numericIn

public double[] numericIn

numericOut

public double[] numericOut
Constructor Detail

BatchProcessData

public BatchProcessData()