Uses of Class
holoedit.data.SDIFdataInstance

Packages that use SDIFdataInstance
holoedit.data   
holoedit.functions   
holoedit.gui   
 

Uses of SDIFdataInstance in holoedit.data
 

Fields in holoedit.data with type parameters of type SDIFdataInstance
private  java.util.Vector<SDIFdataInstance> WaveFormInstance.sdifVector
          pour indexer les sdif instances attachŽes.
 

Methods in holoedit.data that return SDIFdataInstance
 SDIFdataInstance SDIFdataInstance.cut(int dateBegin, int dateEnd)
          on enleve tous les points entre dateBegin & dateEnd on retourne une nouvelle instance basŽe sur la fin du sdif.
 SDIFdataInstance SDIFdataInstance.cutAt(int date)
           
 SDIFdataInstance SDIFdataInstance.dupliquer()
           
 SDIFdataInstance SDIFdataInstance.dupliquer(WaveFormInstance wave)
           
 SDIFdataInstance HoloTrack.getSDIFinst(int sdifNum)
           
 SDIFdataInstance HoloTrack.getSDIFinstance(java.lang.String sdifDescription)
          Retourne la SDIFinstance correspondant ˆ la description donnŽe.
 

Methods in holoedit.data that return types with arguments of type SDIFdataInstance
 java.util.Vector<SDIFdataInstance> HoloTrack.getAllSDIFsInSelection(int begin, int end)
          Retourne les SDIFdataInstances prŽsente dans la sŽlection dŽfinie par les temps "begin" et "end".
 java.util.Vector<SDIFdataInstance> WaveFormInstance.getSDIFvector()
           
 java.util.Vector<SDIFdataInstance> SDIFdataInstanceVector.sort(java.util.Vector<SDIFdataInstance> v)
           
 

Methods in holoedit.data with parameters of type SDIFdataInstance
 void WaveFormInstance.addLinkedSDIFinstance(SDIFdataInstance sdifDataInstance)
           
 void HoloTrack.addSDIF(SDIFdataInstance currentSDIF)
           
 int HoloTrack.addSDIF(SDIFdataInstance sdifInst, int insertTime)
          Ajouter un sdif existant (coller, deplacer entre pistes, fonctions generatrices)
 WaveFormInstance WaveFormInstance.dupliquer(SDIFdataInstance sdif)
           
 boolean SDIFdataInstanceVector.lessThan(SDIFdataInstance obj1, SDIFdataInstance obj2)
           
 boolean SDIFdataInstanceVector.lessThanOrEqual(SDIFdataInstance obj1, SDIFdataInstance obj2)
           
 void HoloTrack.remove(HoloWaveForm hwf, SDIFdataInstance sdifInst)
           
 

Method parameters in holoedit.data with type arguments of type SDIFdataInstance
 void SDIFdataInstance.drawScore(javax.media.opengl.GL gl, java.awt.Color c, int begin, int end, boolean render, int tkNum, int seqNum, int selIndex, java.util.Vector<SDIFdataInstance> selDatas, int pixelNum, boolean nosmoothenabled, int selMode)
           
 void WaveFormInstance.drawScore(javax.media.opengl.GL gl, java.awt.Color c, int begin, int end, boolean render, int tkNum, int seqNum, int selIndex, java.util.Vector<WaveFormInstance> selWaves, java.util.Vector<SDIFdataInstance> selDatas, int pixelNum, boolean nosmoothenabled, int selMode)
           
 void HoloTrack.drawScore(javax.media.opengl.GL gl, int begin, int end, int bSel, int eSel, boolean render, int selected, java.util.Vector<HoloTraj> selSeqs, java.util.Vector<WaveFormInstance> selWaves, java.util.Vector<SDIFdataInstance> selDatas, int tkNum, int rtCursor, int pixelNum, boolean nosmoothenabled, int selMode)
           
 java.util.Vector<SDIFdataInstance> SDIFdataInstanceVector.sort(java.util.Vector<SDIFdataInstance> v)
           
 

Constructor parameters in holoedit.data with type arguments of type SDIFdataInstance
SDIFdataInstanceVector(java.util.Vector<SDIFdataInstance> v)
           
 

Uses of SDIFdataInstance in holoedit.functions
 

Methods in holoedit.functions that return SDIFdataInstance
static SDIFdataInstance ScriptEditorFunctions.getSDIFdata(java.lang.String sdifdataDesc)
          Returns the holoSDIFdata that corresponds to the given description sdifdataDesc.
 

Methods in holoedit.functions with parameters of type SDIFdataInstance
static java.util.Vector<java.util.Vector<java.lang.Double>> ScriptEditorFunctions.getAllDataAtTime(SDIFdataInstance sdifdata, double scoreTime)
          Returns the values corresponding to the given SCORE time in ms if the given time is equal to a key of the holoSDIFdata's map.
static java.util.Vector<java.lang.Double> ScriptEditorFunctions.getFieldAtTime(SDIFdataInstance sdifdata, double scoreTime, int fieldIndex)
          Returns The field corresponding to the given field index at the given SCORE time in ms if the given time is equal to a key of the holoSDIFdata's map.
static java.lang.Double[] ScriptEditorFunctions.getTimes(SDIFdataInstance sdifdata)
          Returns an array of double values corresponding to the frame times of the given sdifdata, and listed in natural order.
static double ScriptEditorFunctions.getTimesCount(SDIFdataInstance sdifdata)
          Returns the number of time samples that are contained by the given HoloSDIFdata.
static boolean ScriptEditorFunctions.hasDataAtTime(SDIFdataInstance sdifdata, double time)
           
static int ScriptEditorFunctions.howManyDataAtTime(SDIFdataInstance sdifdata, double scoreTime)
          Returns the number of values contained by the sdifdata at the given SCORE time in ms
static double ScriptEditorFunctions.maxFieldValue(SDIFdataInstance sdifdata, int fieldIndex)
          Returns the largest value obtained from the sdifdata's field that corresponds to the given fieldIndex.
static double ScriptEditorFunctions.meanFieldValue(SDIFdataInstance sdifdata, int fieldIndex)
          Returns the mean value obtained from the sdifdata's field that corresponds to the given fieldIndex.
static double ScriptEditorFunctions.minFieldValue(SDIFdataInstance sdifdata, int fieldIndex)
          Returns the smallest value obtained from the sdifdata for the field corresponding to the given fieldIndex.
static double ScriptEditorFunctions.rangeFieldValue(SDIFdataInstance sdifdata, int fieldIndex)
          Returns the range (i.e. maxValue-minValue) of the sdifdata's field that corresponds to the given fieldIndex.
 

Uses of SDIFdataInstance in holoedit.gui
 

Fields in holoedit.gui declared as SDIFdataInstance
private  SDIFdataInstance ScoreGUI.currentDraggedSDIF
           
private  SDIFdataInstance ScoreGUI.currentSDIF
           
private  SDIFdataInstance GestionPistes.sdif
           
 

Fields in holoedit.gui with type parameters of type SDIFdataInstance
 java.util.HashMap<java.lang.Integer,SDIFdataInstance> GestionPistes.copySDIFs
           
 java.util.Vector<SDIFdataInstance> ScoreGUI.selSDIFs
           
 

Methods in holoedit.gui that return types with arguments of type SDIFdataInstance
 java.util.Vector<SDIFdataInstance> ScoreGUI.getSeqSDIFinAllTrack()
           
 java.util.Vector<SDIFdataInstance> ScoreGUI.getSeqSDIFinTrack(int trackNumber)