Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

USER_initialize Class Reference

#include <BCP_USER.hpp>

List of all members.

Public Member Functions

Destructor
virtual ~USER_initialize ()
Message passing environment
virtual BCP_message_environmentmsgenv_init ()
User object initialization in the processes
These methods are invoked when the appropriate process starts. They have to return pointers to user objects, i.e., objects derived from the return value of each init method. Those objects can be used by the user to store information about the problem; information that will be used in the member methods of the user objects.

virtual BCP_tm_usertm_init (BCP_tm_prob &p, const int argnum, const char *const *arglist)
virtual BCP_lp_userlp_init (BCP_lp_prob &p)
virtual BCP_vg_uservg_init (BCP_vg_prob &p)
virtual BCP_cg_usercg_init (BCP_cg_prob &p)
virtual BCP_vp_user * vp_init (BCP_vp_prob &p)
virtual BCP_cp_user * cp_init (BCP_cp_prob &p)


Detailed Description

This class is an abstract base class for the initializer class the user has to provide. The user will have to return an instance of the initializer class when the BCP_user_init() function is invoked. The member methods of that instance will be invoked to create the various objects (well, pointers to them) that are used/controlled by the user during the course of a run.

Definition at line 44 of file BCP_USER.hpp.


Constructor & Destructor Documentation

virtual USER_initialize::~USER_initialize  )  [inline, virtual]
 

virtual destructor

Definition at line 49 of file BCP_USER.hpp.

00049 {}


Member Function Documentation

virtual BCP_message_environment* USER_initialize::msgenv_init  )  [virtual]
 

Create a message passing environment. Currently implemented environments are single and PVM, the default is single. To use PVM, the user has to override this method and return a pointer to a new BCP_pvm_environment object.


The documentation for this class was generated from the following file:
Generated on Wed Dec 3 14:32:44 2003 for BCP by doxygen 1.3.5