$search

edu::tum::cs::vis::model::parser::CustomParser Class Reference

Inheritance diagram for edu::tum::cs::vis::model::parser::CustomParser:
Inheritance graph
[legend]

List of all members.

Protected Member Functions

boolean loadModel (String filename)

Detailed Description

Parser for simple file format, where first all vertices are listed and after # 3 values per line for each triangle indicating the vertex index.

Example:

 0.5	0.4	0.5
 0.4	0.3	1.3
 ....
 #
 0	3	4
 0	1	2
 1	2	4
 ....
 
Author:
Stefan Profanter

Definition at line 41 of file CustomParser.java.


Member Function Documentation

boolean edu::tum::cs::vis::model::parser::CustomParser::loadModel ( String  filename  )  [inline, protected, virtual]

This function will be called from parseModel if the model isn't in the Buffer

Parameters:
filename Physical file of model to parse
Returns:
true if model parsed successfully. false otherwise

Implements edu::tum::cs::vis::model::parser::ModelParser.

Definition at line 47 of file CustomParser.java.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends


knowrob_cad_parser
Author(s): Stefan Profanter
autogenerated on Tue Mar 5 12:15:34 2013