Panda3D
Public Member Functions | Public Attributes | Protected Types | Static Protected Member Functions | Protected Attributes

MayaToEggServer Class Reference

Inheritance diagram for MayaToEggServer:
SomethingToEgg EggConverter EggFilter EggReader EggWriter EggSingleBase EggSingleBase WithOutputFile EggBase EggBase ProgramBase ProgramBase

List of all members.

Public Member Functions

void add_reader (Connection *connection, QueuedConnectionReader *reader)
void poll ()
 Checks for any network activity and handles it, if appropriate, and then returns.
void remove_reader (Connection *connection, QueuedConnectionReader *reader)
void run ()

Public Attributes

ConnectionWritercWriter
MayaToEggConverterdummy
QueuedConnectionListenerqListener
QueuedConnectionManagerqManager
QueuedConnectionReaderqReader

Protected Types

typedef pset< PT(Connection) > Clients

Static Protected Member Functions

static bool dispatch_transform_type (const string &opt, const string &arg, void *var)
 Dispatches a parameter that expects a MayaToEggConverter::TransformType option.

Protected Attributes

Clients _clients
vector_string _excludes
vector_string _force_joints
vector_string _ignore_sliders
bool _keep_all_uvsets
bool _legacy_shader
bool _polygon_output
double _polygon_tolerance
bool _respect_maya_double_sided
bool _round_uvs
vector_string _subroots
vector_string _subsets
bool _suppress_vertex_color
MayaToEggConverter::TransformType _transform_type
int _verbose

Detailed Description

Definition at line 30 of file mayaToEgg_server.h.


Member Function Documentation

bool MayaToEggServer::dispatch_transform_type ( const string &  opt,
const string &  arg,
void *  var 
) [static, protected]

Dispatches a parameter that expects a MayaToEggConverter::TransformType option.

Definition at line 344 of file mayaToEgg_server.cxx.

References MayaToEggConverter::string_transform_type().

void MayaToEggServer::poll ( )

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