Panda3D
Public Member Functions | Protected Member Functions | Protected Attributes
VRMLTrans Class Reference

A program to read a VRML file and output an essentially similar VRML file. More...

#include "vrmlTrans.h"

Inheritance diagram for VRMLTrans:
ProgramBase WithOutputFile

List of all members.

Public Member Functions

void run ()

Protected Member Functions

virtual bool handle_args (Args &args)
 Does something with the additional arguments on the command line (after all the -options have been parsed).

Protected Attributes

Filename _input_filename

Detailed Description

A program to read a VRML file and output an essentially similar VRML file.

This is mainly useful to test the VRML parser used in Panda.

Definition at line 29 of file vrmlTrans.h.


Member Function Documentation

bool VRMLTrans::handle_args ( ProgramBase::Args &  args) [protected, virtual]

Does something with the additional arguments on the command line (after all the -options have been parsed).

Returns true if the arguments are good, false otherwise.

Reimplemented from ProgramBase.

Definition at line 76 of file vrmlTrans.cxx.

References WithOutputFile::check_last_arg().


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations