Panda3D
Public Member Functions

EggCrop Class Reference

A program to read an egg file and write an equivalent egg file, possibly performing some minor operations along the way. More...

#include "eggCrop.h"

Inheritance diagram for EggCrop:
EggFilter EggReader EggWriter EggSingleBase EggSingleBase WithOutputFile EggBase EggBase ProgramBase ProgramBase

List of all members.

Public Member Functions

virtual bool post_command_line ()
 This is called after the command line has been completely processed, and it gives the program a chance to do some last-minute processing and validation of the options and arguments.
void run ()

Detailed Description

A program to read an egg file and write an equivalent egg file, possibly performing some minor operations along the way.

Definition at line 30 of file eggCrop.h.


Member Function Documentation

bool EggCrop::post_command_line ( ) [virtual]

This is called after the command line has been completely processed, and it gives the program a chance to do some last-minute processing and validation of the options and arguments.

It should return true if everything is fine, false if there is an error.

Reimplemented from EggFilter.

Definition at line 57 of file eggCrop.cxx.


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