|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vrforcad.ReadVFC
public class ReadVFC
This class read the .vfc file format.
| Constructor Summary | |
|---|---|
ReadVFC(java.io.File vfcFileName)
|
|
| Method Summary | |
|---|---|
float[] |
getColorVFC()
Get the coolors for each vertex from VFC file. |
float[] |
getCoordonatesVFC()
Get the coordonates (for triangle vertices) from VFC file. |
void |
readData()
Method to parse the VFC file. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReadVFC(java.io.File vfcFileName)
| Method Detail |
|---|
public void readData()
public float[] getCoordonatesVFC()
public float[] getColorVFC()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||