Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

MutateTool::Factory Class Reference

Inheritance diagram for MutateTool::Factory:

Object::Factory List of all members.

Public Methods

 Factory ()
virtual Objectcreate ()
 Create an object.


Constructor & Destructor Documentation

MutateTool::Factory::Factory   [inline]
 

00058 : Object::Factory("MutateTool") {}


Member Function Documentation

virtual Object* MutateTool::Factory::create   [inline, virtual]
 

Create an object.

Implements Object::Factory.

00059 { return new MutateTool(); }


The documentation for this class was generated from the following file:
Generated on Fri Nov 8 10:52:31 2002 for Draw by doxygen1.2.17