Facemorph
Interface Vectorisable

All Known Implementing Classes:
FloatImage, Template

public interface Vectorisable


Method Summary
 void unvectorise(double[] vec)
          Fill the object with the contents of the variable, might require some guess-work about dimensions
 double[] vectorise()
          Get the contents of the class as a data-stream
 

Method Detail

vectorise

double[] vectorise()
Get the contents of the class as a data-stream

Returns:
a list of floats containing the data

unvectorise

void unvectorise(double[] vec)
Fill the object with the contents of the variable, might require some guess-work about dimensions

Parameters:
vec - vector of doubles to fill the object with.