#include <RunObject.h>
Inheritance diagram for PLearn::RunObject:
Public Member Functions | |
RunObject () | |
Default constructor. | |
PLEARN_DECLARE_OBJECT (RunObject) | |
virtual void | build () |
Should call simply inherited::build(), then this class's build_(). | |
virtual void | makeDeepCopyFromShallowCopy (map< const void *, void * > &copies) |
Transforms a shallow copy into a deep copy. | |
virtual void | run () |
Does nothing, but does not raise an error. | |
Public Attributes | |
PP< Object > | underlying_object |
Static Protected Member Functions | |
void | declareOptions (OptionList &ol) |
Declares this class' options. | |
Private Types | |
typedef Object | inherited |
Private Member Functions | |
void | build_ () |
This does the actual building. |
|
Reimplemented from PLearn::Object. Definition at line 57 of file RunObject.h. |
|
Default constructor.
Definition at line 52 of file RunObject.cc. |
|
Should call simply inherited::build(), then this class's build_(). This method should be callable again at later times, after modifying some option fields to change the "architecture" of the object. Reimplemented from PLearn::Object. Definition at line 76 of file RunObject.cc. References build_(). |
|
This does the actual building.
Reimplemented from PLearn::Object. Definition at line 72 of file RunObject.cc. Referenced by build(). |
|
Declares this class' options.
Reimplemented from PLearn::Object. Definition at line 63 of file RunObject.cc. References PLearn::declareOption(), and PLearn::OptionList. |
|
Transforms a shallow copy into a deep copy.
Definition at line 82 of file RunObject.cc. References PLERROR. |
|
|
|
Does nothing, but does not raise an error.
Reimplemented from PLearn::Object. Definition at line 99 of file RunObject.cc. |
|
Definition at line 74 of file RunObject.h. |