public class MotionCaptureCSVData
extends java.lang.Object
TRAJECTORIES 120.000000,Hz ,LAntSupIliacSp,,,RAntSupIliacSp Field #,X,Y,Z,X,Y,Z 1,-565.789063,-102.773033,880.340271,-569.096863,145.206604,885.040161The reader will report it's call on standard out. If the public static debugLevel is set to 0 this will stop. If the debugLevel is set to 2 or more, additional debug output will appear on the console. If an error occurs, an IOException is thrown in the constructor.
Modifier and Type | Field and Description |
---|---|
static int |
debugLevel |
Constructor and Description |
---|
MotionCaptureCSVData(java.lang.String filename) |
Modifier and Type | Method and Description |
---|---|
PointND |
getMax() |
PointND |
getMin() |
java.util.ArrayList<java.lang.String> |
getNames() |
double |
getSamplingRate() |
java.util.ArrayList<PointND[]> |
getTrajectories() |
static void |
main(java.lang.String[] args) |
void |
setMax(PointND max) |
void |
setMin(PointND min) |
void |
setNames(java.util.ArrayList<java.lang.String> names) |
void |
setSamplingRate(double samplingRate) |
void |
setTrajectories(java.util.ArrayList<PointND[]> trajectories) |
public MotionCaptureCSVData(java.lang.String filename) throws java.io.IOException
java.io.IOException
public static void main(java.lang.String[] args)
public java.util.ArrayList<PointND[]> getTrajectories()
public void setTrajectories(java.util.ArrayList<PointND[]> trajectories)
trajectories
- the trajectories to setpublic java.util.ArrayList<java.lang.String> getNames()
public void setNames(java.util.ArrayList<java.lang.String> names)
names
- the names to setpublic double getSamplingRate()
public void setSamplingRate(double samplingRate)
samplingRate
- the samplingRate to setpublic PointND getMin()
public void setMin(PointND min)
min
- the min to setpublic PointND getMax()
public void setMax(PointND max)
max
- the max to set