choco.cp.solver.constraints.global.geost.util
Class VRMLwriter
java.lang.Object
choco.cp.solver.constraints.global.geost.util.VRMLwriter
public final class VRMLwriter
- extends Object
This class provides a function that writes a certain solution (after solving and getting a solution)
to a wrl file in the Virtual Reality Modeling Language (VRML). This file can later be visualized using the VRMLviewer tool.
The ouput file is written in a folder specified in the VRML_OUTPUT_FOLDER variable in the global.Constants class.
Method Summary |
static boolean |
printVRML3D(Setup s,
Constants c,
String name)
|
static boolean |
printVRML3D(Setup s,
Constants c,
String prefix,
int solNb)
|
static boolean |
printVRML3D(Setup s,
Constants c,
String outPut,
String name)
|
static boolean |
printVRML3D(Setup s,
Constants c,
String output,
String prefix,
int solNb)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGGER
protected static final Logger LOGGER
VRML_OUTPUT_FOLDER
public static final String VRML_OUTPUT_FOLDER
- See Also:
- Constant Field Values
printVRML3D
public static boolean printVRML3D(Setup s,
Constants c,
String name)
printVRML3D
public static boolean printVRML3D(Setup s,
Constants c,
String outPut,
String name)
printVRML3D
public static boolean printVRML3D(Setup s,
Constants c,
String prefix,
int solNb)
printVRML3D
public static boolean printVRML3D(Setup s,
Constants c,
String output,
String prefix,
int solNb)
Copyright © 2012. All Rights Reserved.