#include <UpsideDownVMatrix.h>
Inheritance diagram for PLearn::UpsideDownVMatrix:
Public Member Functions | |
UpsideDownVMatrix () | |
UpsideDownVMatrix (VMat the_source) | |
virtual void | getNewRow (int i, Vec &v) const |
This is the only method requiring implementation. | |
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. | |
PLEARN_DECLARE_OBJECT (UpsideDownVMatrix) | |
Declares name and deepCopy methods. | |
Static Protected Member Functions | |
void | declareOptions (OptionList &ol) |
Declares this class' options. | |
Private Types | |
typedef SourceVMatrix | inherited |
Private Member Functions | |
void | build_ () |
This does the actual building. |
|
Reimplemented from PLearn::SourceVMatrix. Definition at line 54 of file UpsideDownVMatrix.h. |
|
Definition at line 50 of file UpsideDownVMatrix.cc. |
|
Definition at line 53 of file UpsideDownVMatrix.cc. References build_(). |
|
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::SourceVMatrix. Definition at line 79 of file UpsideDownVMatrix.cc. References build_(). |
|
This does the actual building.
Reimplemented from PLearn::SourceVMatrix. Definition at line 72 of file UpsideDownVMatrix.cc. References PLearn::SourceVMatrix::setMetaInfoFromSource(). Referenced by build(), and UpsideDownVMatrix(). |
|
Declares this class' options.
Reimplemented from PLearn::SourceVMatrix. Definition at line 67 of file UpsideDownVMatrix.cc. References PLearn::OptionList. |
|
This is the only method requiring implementation.
Definition at line 62 of file UpsideDownVMatrix.cc. References PLearn::Vec. |
|
Transforms a shallow copy into a deep copy.
Reimplemented from PLearn::SourceVMatrix. Definition at line 85 of file UpsideDownVMatrix.cc. |
|
Declares name and deepCopy methods.
|