#include <GetInputVMatrix.h>
Inheritance diagram for PLearn::GetInputVMatrix:


Public Member Functions | |
| GetInputVMatrix () | |
| Default constructor. | |
| GetInputVMatrix (VMat the_source) | |
| Convenient constructor. | |
| virtual void | build () |
| Simply calls inherited::build() then build_(). | |
| virtual void | makeDeepCopyFromShallowCopy (map< const void *, void * > &copies) |
| Transforms a shallow copy into a deep copy. | |
| PLEARN_DECLARE_OBJECT (GetInputVMatrix) | |
Static Protected Member Functions | |
| void | declareOptions (OptionList &ol) |
| Declares this class' options. | |
Private Types | |
| typedef SelectColumnsVMatrix | inherited |
Private Member Functions | |
| void | build_ () |
| This does the actual building. | |
|
|
Reimplemented from PLearn::SelectColumnsVMatrix. Definition at line 57 of file GetInputVMatrix.h. |
|
|
Default constructor.
Definition at line 52 of file GetInputVMatrix.cc. |
|
|
Convenient constructor.
Definition at line 56 of file GetInputVMatrix.cc. References build_(). |
|
|
Simply calls inherited::build() then build_().
Reimplemented from PLearn::SelectColumnsVMatrix. Definition at line 83 of file GetInputVMatrix.cc. References build_(). |
|
|
This does the actual building.
Reimplemented from PLearn::SelectColumnsVMatrix. Definition at line 92 of file GetInputVMatrix.cc. References PLERROR, and PLearn::TVec< int >::resize(). Referenced by build(), and GetInputVMatrix(). |
|
|
Declares this class' options.
Reimplemented from PLearn::SelectColumnsVMatrix. Definition at line 69 of file GetInputVMatrix.cc. References PLearn::OptionList. |
|
|
Transforms a shallow copy into a deep copy.
Reimplemented from PLearn::SelectColumnsVMatrix. Definition at line 113 of file GetInputVMatrix.cc. References PLERROR. |
|
|
|
1.3.7