#include <VMatCommand.h>
Inheritance diagram for PLearn::VMatCommand:
Public Member Functions | |
VMatCommand () | |
virtual void | run (const vector< string > &args) |
The actual implementation of the 'VMatCommand' command. | |
Static Protected Attributes | |
PLearnCommandRegistry | reg_ |
This allows to register the 'VMatCommand' command in the command registry. |
|
Definition at line 51 of file VMatCommand.cc. |
|
The actual implementation of the 'VMatCommand' command.
Implements PLearn::PLearnCommand. Definition at line 100 of file VMatCommand.cc. |
|
This allows to register the 'VMatCommand' command in the command registry.
|