PLearn 0.1
|
The first sentence should be a BRIEF DESCRIPTION of what the class does. More...
#include <AutoVMatrixSaveSource.h>
Public Member Functions | |
AutoVMatrixSaveSource () | |
Default constructor. | |
virtual string | classname () const |
virtual OptionList & | getOptionList () const |
virtual OptionMap & | getOptionMap () const |
virtual RemoteMethodMap & | getRemoteMethodMap () const |
virtual AutoVMatrixSaveSource * | deepCopy (CopiesMap &copies) const |
virtual void | build () |
Simply calls inherited::build() then build_(). | |
virtual void | makeDeepCopyFromShallowCopy (CopiesMap &copies) |
Transforms a shallow copy into a deep copy. | |
Static Public Member Functions | |
static string | _classname_ () |
static OptionList & | _getOptionList_ () |
static RemoteMethodMap & | _getRemoteMethodMap_ () |
static Object * | _new_instance_for_typemap_ () |
static bool | _isa_ (const Object *o) |
static void | _static_initialize_ () |
static const PPath & | declaringFile () |
Static Public Attributes | |
static StaticInitializer | _static_initializer_ |
Static Protected Member Functions | |
static void | declareOptions (OptionList &ol) |
Declares the class options. | |
Private Types | |
typedef AutoVMatrix | inherited |
Private Member Functions | |
void | build_ () |
This does the actual building. |
The first sentence should be a BRIEF DESCRIPTION of what the class does.
Place the rest of the class programmer documentation here. Doxygen supports Javadoc-style comments. See http://www.doxygen.org/manual.html
Definition at line 57 of file AutoVMatrixSaveSource.h.
typedef AutoVMatrix PLearn::AutoVMatrixSaveSource::inherited [private] |
Reimplemented from PLearn::AutoVMatrix.
Definition at line 59 of file AutoVMatrixSaveSource.h.
PLearn::AutoVMatrixSaveSource::AutoVMatrixSaveSource | ( | ) |
string PLearn::AutoVMatrixSaveSource::_classname_ | ( | ) | [static] |
Reimplemented from PLearn::AutoVMatrix.
Definition at line 49 of file AutoVMatrixSaveSource.cc.
OptionList & PLearn::AutoVMatrixSaveSource::_getOptionList_ | ( | ) | [static] |
Reimplemented from PLearn::AutoVMatrix.
Definition at line 49 of file AutoVMatrixSaveSource.cc.
RemoteMethodMap & PLearn::AutoVMatrixSaveSource::_getRemoteMethodMap_ | ( | ) | [static] |
Reimplemented from PLearn::AutoVMatrix.
Definition at line 49 of file AutoVMatrixSaveSource.cc.
Reimplemented from PLearn::AutoVMatrix.
Definition at line 49 of file AutoVMatrixSaveSource.cc.
Object * PLearn::AutoVMatrixSaveSource::_new_instance_for_typemap_ | ( | ) | [static] |
Reimplemented from PLearn::AutoVMatrix.
Definition at line 49 of file AutoVMatrixSaveSource.cc.
StaticInitializer AutoVMatrixSaveSource::_static_initializer_ & PLearn::AutoVMatrixSaveSource::_static_initialize_ | ( | ) | [static] |
Reimplemented from PLearn::AutoVMatrix.
Definition at line 49 of file AutoVMatrixSaveSource.cc.
void PLearn::AutoVMatrixSaveSource::build | ( | ) | [virtual] |
Simply calls inherited::build() then build_().
Reimplemented from PLearn::AutoVMatrix.
Definition at line 54 of file AutoVMatrixSaveSource.cc.
{ build_(); }
void PLearn::AutoVMatrixSaveSource::build_ | ( | ) | [private] |
This does the actual building.
Reimplemented from PLearn::AutoVMatrix.
Definition at line 70 of file AutoVMatrixSaveSource.cc.
{ if(!vm) inherited::build(); }
string PLearn::AutoVMatrixSaveSource::classname | ( | ) | const [virtual] |
Reimplemented from PLearn::AutoVMatrix.
Definition at line 49 of file AutoVMatrixSaveSource.cc.
void PLearn::AutoVMatrixSaveSource::declareOptions | ( | OptionList & | ol | ) | [static, protected] |
Declares the class options.
Reimplemented from PLearn::AutoVMatrix.
Definition at line 64 of file AutoVMatrixSaveSource.cc.
References PLearn::OptionBase::buildoption, PLearn::redeclareOption(), and PLearn::ForwardVMatrix::vm.
{ inherited::declareOptions(ol); redeclareOption(ol, "vm", &AutoVMatrixSaveSource::vm, OptionBase::buildoption, ""); }
static const PPath& PLearn::AutoVMatrixSaveSource::declaringFile | ( | ) | [inline, static] |
Reimplemented from PLearn::AutoVMatrix.
Definition at line 68 of file AutoVMatrixSaveSource.h.
:
//##### Protected Member Functions ######################################
AutoVMatrixSaveSource * PLearn::AutoVMatrixSaveSource::deepCopy | ( | CopiesMap & | copies | ) | const [virtual] |
Reimplemented from PLearn::AutoVMatrix.
Definition at line 49 of file AutoVMatrixSaveSource.cc.
OptionList & PLearn::AutoVMatrixSaveSource::getOptionList | ( | ) | const [virtual] |
Reimplemented from PLearn::AutoVMatrix.
Definition at line 49 of file AutoVMatrixSaveSource.cc.
OptionMap & PLearn::AutoVMatrixSaveSource::getOptionMap | ( | ) | const [virtual] |
Reimplemented from PLearn::AutoVMatrix.
Definition at line 49 of file AutoVMatrixSaveSource.cc.
RemoteMethodMap & PLearn::AutoVMatrixSaveSource::getRemoteMethodMap | ( | ) | const [virtual] |
Reimplemented from PLearn::AutoVMatrix.
Definition at line 49 of file AutoVMatrixSaveSource.cc.
void PLearn::AutoVMatrixSaveSource::makeDeepCopyFromShallowCopy | ( | CopiesMap & | copies | ) | [virtual] |
Transforms a shallow copy into a deep copy.
Reimplemented from PLearn::AutoVMatrix.
Definition at line 59 of file AutoVMatrixSaveSource.cc.
{ inherited::makeDeepCopyFromShallowCopy(copies); }
Reimplemented from PLearn::AutoVMatrix.
Definition at line 68 of file AutoVMatrixSaveSource.h.