|
BowlerKernel
|

Public Member Functions | |
| void | toFiles (Path p) throws IOException |
| String | getObj () |
| String | getMtl () |
| InputStream | getObjStream () |
| InputStream | getMtlStream () |
Private Attributes | |
| String | obj |
| final String | mtl |
| InputStream | objStream |
| InputStream | mtlStream |
The Class ObjFile.
Definition at line 21 of file ObjFile.java.
| String eu.mihosoft.vrl.v3d.ObjFile.getMtl | ( | ) |
Gets the mtl.
Definition at line 96 of file ObjFile.java.
References eu.mihosoft.vrl.v3d.ObjFile.mtl.
| InputStream eu.mihosoft.vrl.v3d.ObjFile.getMtlStream | ( | ) |
Gets the mtl stream.
Definition at line 118 of file ObjFile.java.
References eu.mihosoft.vrl.v3d.ObjFile.mtl, and eu.mihosoft.vrl.v3d.ObjFile.mtlStream.
| String eu.mihosoft.vrl.v3d.ObjFile.getObj | ( | ) |
Gets the obj.
Definition at line 87 of file ObjFile.java.
References eu.mihosoft.vrl.v3d.ObjFile.obj.
| InputStream eu.mihosoft.vrl.v3d.ObjFile.getObjStream | ( | ) |
Gets the obj stream.
Definition at line 105 of file ObjFile.java.
References eu.mihosoft.vrl.v3d.ObjFile.obj, and eu.mihosoft.vrl.v3d.ObjFile.objStream.
| void eu.mihosoft.vrl.v3d.ObjFile.toFiles | ( | Path | p | ) | throws IOException |
To files.
| p | the p |
| IOException | Signals that an I/O exception has occurred. |
Definition at line 55 of file ObjFile.java.
References eu.mihosoft.vrl.v3d.ObjFile.mtl, eu.mihosoft.vrl.v3d.ObjFile.obj, eu.mihosoft.vrl.v3d.ObjFile.objStream, and eu.mihosoft.vrl.v3d.FileUtil.write().

|
private |
The mtl.
Definition at line 27 of file ObjFile.java.
Referenced by eu.mihosoft.vrl.v3d.ObjFile.getMtl(), eu.mihosoft.vrl.v3d.ObjFile.getMtlStream(), and eu.mihosoft.vrl.v3d.ObjFile.toFiles().
|
private |
The mtl stream.
Definition at line 33 of file ObjFile.java.
Referenced by eu.mihosoft.vrl.v3d.ObjFile.getMtlStream().
|
private |
The obj.
Definition at line 24 of file ObjFile.java.
Referenced by eu.mihosoft.vrl.v3d.ObjFile.getObj(), eu.mihosoft.vrl.v3d.ObjFile.getObjStream(), and eu.mihosoft.vrl.v3d.ObjFile.toFiles().
|
private |
The obj stream.
Definition at line 30 of file ObjFile.java.
Referenced by eu.mihosoft.vrl.v3d.ObjFile.getObjStream(), and eu.mihosoft.vrl.v3d.ObjFile.toFiles().