![]() |
Sly Engine
|
#include <VisualizeGenericBox.h>


Public Member Functions | |
| VisualizeGenericBox ()=default | |
| VisualizeGenericBox (const VisualizeGenericBox &)=delete | |
| VisualizeGenericBox (VisualizeGenericBox &&)=delete | |
| VisualizeGenericBox & | operator= (const VisualizeGenericBox &)=delete |
| VisualizeGenericBox & | operator= (VisualizeGenericBox &&)=delete |
| virtual | ~VisualizeGenericBox ()=default |
| VisualizeGenericBox (const Matrix &world, const Vect &color) | |
| void | Initialize (const Matrix &world, const Vect &color) |
| virtual void | execute () override |
| Executes this command. Pure virtual function must be defined by all derived commands. More... | |
Public Member Functions inherited from VisualizeCommand | |
| VisualizeCommand ()=default | |
| VisualizeCommand (const VisualizeCommand &)=delete | |
| VisualizeCommand (VisualizeCommand &&)=delete | |
| VisualizeCommand & | operator= (const VisualizeCommand &)=delete |
| VisualizeCommand & | operator= (VisualizeCommand &&)=delete |
| virtual | ~VisualizeCommand ()=default |
Public Member Functions inherited from CommandBase | |
| CommandBase ()=default | |
| Default constructor. More... | |
| CommandBase (const CommandBase &)=delete | |
| Copy constructor. More... | |
| CommandBase (CommandBase &&)=delete | |
| Move constructor. More... | |
| CommandBase & | operator= (const CommandBase &)=delete |
| Assignment operator. More... | |
| CommandBase & | operator= (CommandBase &&)=delete |
| Move assignment operator. More... | |
| virtual | ~CommandBase ()=default |
| Deconstructor. More... | |
Private Attributes | |
| Matrix | world |
| Vect | color |
|
default |
|
delete |
|
delete |
|
virtualdefault |
| VisualizeGenericBox::VisualizeGenericBox | ( | const Matrix & | world, |
| const Vect & | color | ||
| ) |
|
overridevirtual |
Executes this command. Pure virtual function must be defined by all derived commands.
Implements CommandBase.

| void VisualizeGenericBox::Initialize | ( | const Matrix & | world, |
| const Vect & | color | ||
| ) |

|
delete |
|
delete |
|
private |
|
private |