Choreonoid  1.5
Public Member Functions | List of all members
cnoid::Parser Class Referenceabstract

It define a base class to parse the 3D model file. This will return SceneGraph in a single file that is specified. And this is the process of "Inline" for VRML. More...

#include <Parser.h>

Inheritance diagram for cnoid::Parser:
cnoid::DaeParser

Public Member Functions

virtual SgGroupcreateScene (const std::string &fileName)=0
 

Detailed Description

It define a base class to parse the 3D model file. This will return SceneGraph in a single file that is specified. And this is the process of "Inline" for VRML.

Member Function Documentation

virtual SgGroup* cnoid::Parser::createScene ( const std::string &  fileName)
pure virtual

Implemented in cnoid::DaeParser.


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