Uses of Class
com.yobotics.simulationconstructionset.util.ground.GroundProfileFromFile.VariableType

Packages that use GroundProfileFromFile.VariableType
com.yobotics.simulationconstructionset.util.ground   
 

Uses of GroundProfileFromFile.VariableType in com.yobotics.simulationconstructionset.util.ground
 

Methods in com.yobotics.simulationconstructionset.util.ground that return GroundProfileFromFile.VariableType
static GroundProfileFromFile.VariableType GroundProfileFromFile.VariableType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GroundProfileFromFile.VariableType[] GroundProfileFromFile.VariableType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.yobotics.simulationconstructionset.util.ground with parameters of type GroundProfileFromFile.VariableType
static double[][] GroundProfileFromFile.loadPoints3D(java.io.BufferedReader bufferedReader, javax.media.j3d.Transform3D transform3D, GroundProfileFromFile.VariableType[] variableOrder)
          Loads terrain data from a BufferedReader and returns a 2D array of doubles.
static double[][] GroundProfileFromFile.loadPoints3D(java.lang.String filename, javax.media.j3d.Transform3D transform3D, GroundProfileFromFile.VariableType[] variableOrder)
          Loads an ASCII file of 3D points.
 

Constructors in com.yobotics.simulationconstructionset.util.ground with parameters of type GroundProfileFromFile.VariableType
GroundProfileFromFile(java.lang.String BDITerrainFilePath, int maxPointsInLeaves, javax.media.j3d.Transform3D transform3D, GroundProfileFromFile.VariableType[] variableOrder)
          Creates a KDTree from an array of (X, Y) terrain points and an equally sized array of (Z) terrain heights.