Uses of Enum Class
simpa.core.api.OutputFileFormat
Packages that use OutputFileFormat
Package
Description
This package contains the public interfaces and classes of the simpa.acc library.
This package contains all public interfaces and classes that can be programmed to.
- 
Uses of OutputFileFormat in simpa.acc.apiMethods in simpa.acc.api that return OutputFileFormat
- 
Uses of OutputFileFormat in simpa.core.apiMethods in simpa.core.api that return OutputFileFormatModifier and TypeMethodDescriptionTilingConfig.getOutputFileFormat()Gets the output file format used in this TilingConfig.static OutputFileFormatParses the string to the correct enum.static OutputFileFormatReturns the enum constant of this class with the specified name.static OutputFileFormat[]OutputFileFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in simpa.core.api with parameters of type OutputFileFormatModifier and TypeMethodDescriptionstatic StringFileNamingConventions.getCheckPointsFileExtension(OutputFileFormat off) Generates the correct extension for a checkpoints file.static StringFileNamingConventions.getPointsFileExtension(OutputFileFormat off) Generates the correct extension for a point file.voidTilingConfig.setOutputFileFormat(OutputFileFormat outputFileFormat) Method used for setting or updating the outputFileFormat used inTilingobjects implementing this TilingConfig.voidBoundarySurface.surfacePointCoordinatesToFile(String name, LengthUnit unit, OutputFileFormat off) Writes the surface points to a text file.Constructors in simpa.core.api with parameters of type OutputFileFormatModifierConstructorDescriptionTilingConfig(String name, Profile profile, List<org.apache.commons.math3.geometry.euclidean.threed.Vector3D> path, LengthUnit lengthUnit, double elevation, OutputFileFormat outputFileFormat, double fieldScalingFactor, FieldType fieldType) Construct a config for tiling.