|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavamorph.CStrings
public class CStrings
Field Summary | |
---|---|
static String |
APPDIR
Working directory name. |
static String |
AUTHOR
Author of the program. |
static String |
DEBUGDIR
Debug directory path. |
static String |
DIR
Dir from which this application has been started. |
static String |
HELP
Help file name & path. |
static String |
HELPDIR
Help directory path. |
static String |
HOME
User's home. |
static String |
INPUTDIR
Input directory path. |
static String |
JAR
Location of the .jar distribution file. |
static String |
LEFT_DEBUG
Left clip matrix file name & path. |
static String |
LEFT_INPUT
Left input picture file name & path. |
static String |
LEFT_MESH
Left mesh data file name & path. |
static String |
LEFT_POLYGON
Left polygon data file name & path. |
static String |
LEFT_TRI
File to store the triangulation of the left mesh to. |
static String |
LICENSE
License description. |
static String |
MESHDIR
Mesh data directory path. |
static String |
MIDDLE_TRI
File to store the triangulation of the 50% merged mesh to. |
static String |
OUTPUTDIR
Output directory path. |
static String |
POLYGONDIR
Polygon data directory path. |
static String |
PROG
Program name. |
static String |
PROPS
Property file name & path. |
static String |
RIGHT_DEBUG
Right clip matrix file name & path. |
static String |
RIGHT_INPUT
Right input picture file name & path. |
static String |
RIGHT_MESH
Right mesh data file name & path. |
static String |
RIGHT_POLYGON
Right polygon data file name & path. |
static String |
RIGHT_TRI
File to store the triangulation of the right mesh to. |
static String |
SEP
File separator depending on OS. |
static String |
VERSION
Program version. |
static String |
WORKDIR
Working directory path. |
Constructor Summary | |
---|---|
CStrings()
|
Method Summary | |
---|---|
static void |
copyFile(String in,
String out)
Copy one single file from the .jar distribution into the sub directory of the working directory. |
static void |
extractFiles()
Extract files from the .jar distribution into the generated sub directories of the working directory. |
static String |
getOutput(int n)
Compose the name of one result output file. |
static boolean |
initialize()
Called if the application is called for the first time on one PC. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String SEP
public static final String HOME
public static final String DIR
public static final String JAR
public static final String PROG
public static final String VERSION
public static final String AUTHOR
public static final String LICENSE
public static final String APPDIR
public static final String WORKDIR
public static final String INPUTDIR
public static final String DEBUGDIR
public static final String HELPDIR
public static final String POLYGONDIR
public static final String MESHDIR
public static final String OUTPUTDIR
public static final String PROPS
public static final String LEFT_INPUT
public static final String RIGHT_INPUT
public static final String LEFT_MESH
public static final String RIGHT_MESH
public static final String LEFT_POLYGON
public static final String RIGHT_POLYGON
public static final String LEFT_DEBUG
public static final String RIGHT_DEBUG
public static final String HELP
public static final String LEFT_TRI
public static final String RIGHT_TRI
public static final String MIDDLE_TRI
Constructor Detail |
---|
public CStrings()
Method Detail |
---|
public static String getOutput(int n)
n
- Number of the morph step.
public static boolean initialize()
true
if the copy process has been successful.public static void extractFiles()
public static void copyFile(String in, String out)
in
- Location of the .jar file entry.out
- Target path & name of the file to copy the content to.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |