BowlerKernel
Public Member Functions | Private Attributes | List of all members
eu.mihosoft.vrl.v3d.ObjFile Class Reference
Collaboration diagram for eu.mihosoft.vrl.v3d.ObjFile:
Collaboration graph
[legend]

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
 

Detailed Description

The Class ObjFile.

Author
Michael Hoffer <info@.nosp@m.mich.nosp@m.aelho.nosp@m.ffer.nosp@m..de>

Definition at line 21 of file ObjFile.java.

Member Function Documentation

◆ getMtl()

String eu.mihosoft.vrl.v3d.ObjFile.getMtl ( )

Gets the mtl.

Returns
the mtl

Definition at line 96 of file ObjFile.java.

References eu.mihosoft.vrl.v3d.ObjFile.mtl.

◆ getMtlStream()

InputStream eu.mihosoft.vrl.v3d.ObjFile.getMtlStream ( )

Gets the mtl stream.

Returns
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.

◆ getObj()

String eu.mihosoft.vrl.v3d.ObjFile.getObj ( )

Gets the obj.

Returns
the obj

Definition at line 87 of file ObjFile.java.

References eu.mihosoft.vrl.v3d.ObjFile.obj.

◆ getObjStream()

InputStream eu.mihosoft.vrl.v3d.ObjFile.getObjStream ( )

Gets the obj stream.

Returns
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.

◆ toFiles()

void eu.mihosoft.vrl.v3d.ObjFile.toFiles ( Path  p) throws IOException

To files.

Parameters
pthe p
Exceptions
IOExceptionSignals 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().

Here is the call graph for this function:

Member Data Documentation

◆ mtl

final String eu.mihosoft.vrl.v3d.ObjFile.mtl
private

◆ mtlStream

InputStream eu.mihosoft.vrl.v3d.ObjFile.mtlStream
private

The mtl stream.

Definition at line 33 of file ObjFile.java.

Referenced by eu.mihosoft.vrl.v3d.ObjFile.getMtlStream().

◆ obj

String eu.mihosoft.vrl.v3d.ObjFile.obj
private

◆ objStream

InputStream eu.mihosoft.vrl.v3d.ObjFile.objStream
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().


The documentation for this class was generated from the following file: