#include <RowsSubVMatrix.h>
Inheritance diagram for PLearn::RowsSubVMatrix:
Public Member Functions | |
RowsSubVMatrix () | |
RowsSubVMatrix (VMat the_source, int the_startrow, int the_length) | |
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 (RowsSubVMatrix) | |
Declares name and deepCopy methods. | |
Public Attributes | |
int | startrow |
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 RowsSubVMatrix.h. |
|
Definition at line 50 of file RowsSubVMatrix.cc. |
|
Definition at line 54 of file RowsSubVMatrix.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 86 of file RowsSubVMatrix.cc. References build_(). |
|
This does the actual building.
Reimplemented from PLearn::SourceVMatrix. Definition at line 79 of file RowsSubVMatrix.cc. References PLearn::SourceVMatrix::setMetaInfoFromSource(). Referenced by build(), and RowsSubVMatrix(). |
|
Declares this class' options.
Reimplemented from PLearn::SourceVMatrix. Definition at line 69 of file RowsSubVMatrix.cc. References PLearn::declareOption(), and PLearn::OptionList. |
|
This is the only method requiring implementation.
Definition at line 64 of file RowsSubVMatrix.cc. References startrow, and PLearn::Vec. |
|
Transforms a shallow copy into a deep copy.
Reimplemented from PLearn::SourceVMatrix. Definition at line 92 of file RowsSubVMatrix.cc. |
|
Declares name and deepCopy methods.
|
|
Definition at line 61 of file RowsSubVMatrix.h. Referenced by getNewRow(). |