#include <CmdIMD.h>
Inheritance diagram for CmdIMDCopyUnitCell:
Public Types | |
enum | CmdIMDCopyUnitCellCommand { COPYCELL_OFF = 0, COPYCELL_ON = 1 } |
Public Methods | |
CmdIMDCopyUnitCell (CmdIMDCopyUnitCellCommand) | |
Protected Methods | |
virtual void | create_text () |
virtual function which is called when a text version of the command must be created to be printed to the console or a log file. More... |
Definition at line 78 of file CmdIMD.h.
|
Definition at line 80 of file CmdIMD.h. Referenced by py_copyunitcell. |
|
|
|
virtual function which is called when a text version of the command must be created to be printed to the console or a log file.
Reimplemented from Command. Definition at line 78 of file CmdIMD.C. References Command::cmdText, and COPYCELL_ON. |