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


Public Member Functions | |
| VisualizeAABBCommand ()=default | |
| VisualizeAABBCommand (const VisualizeAABBCommand &)=delete | |
| VisualizeAABBCommand (VisualizeAABBCommand &&)=delete | |
| VisualizeAABBCommand & | operator= (const VisualizeAABBCommand &)=delete |
| VisualizeAABBCommand & | operator= (VisualizeAABBCommand &&)=delete |
| virtual | ~VisualizeAABBCommand ()=default |
| VisualizeAABBCommand (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 |
| VisualizeAABBCommand::VisualizeAABBCommand | ( | const Matrix & | world, |
| const Vect & | color | ||
| ) |
|
overridevirtual |
Executes this command. Pure virtual function must be defined by all derived commands.
Implements CommandBase.

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

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