#include <CmdMol.h>
Inheritance diagram for CmdMolMaterial:
Public Methods | |
CmdMolMaterial (const char *newmat) | |
virtual | ~CmdMolMaterial (void) |
Public Attributes | |
char * | mat |
new material method. More... | |
Protected Methods | |
virtual void | create_text (void) |
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 197 of file CmdMol.h.
|
Definition at line 206 of file CmdMol.h. References mat, and Command::MOL_MATERIAL. |
|
Definition at line 208 of file CmdMol.h. References mat. |
|
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 104 of file CmdMol.C. References Command::cmdText, and mat. |
|
new material method.
Definition at line 200 of file CmdMol.h. Referenced by CmdMolMaterial, create_text, and ~CmdMolMaterial. |