Ketchup Engine
Loading...
Searching...
No Matches
ShowBSphereCommand Class Reference

#include <ShowBSphereCommand.h>

Inheritance diagram for ShowBSphereCommand:
Inheritance graph
Collaboration diagram for ShowBSphereCommand:
Collaboration graph

Public Member Functions

 ShowBSphereCommand ()
 
 ShowBSphereCommand (const ShowBSphereCommand &)=delete
 
ShowBSphereCommandoperator= (const ShowBSphereCommand &)=delete
 
 ~ShowBSphereCommand ()
 
void SetBSphere (const BSphere &bs)
 
void Execute () override
 Executes this command's behavior.
 
- Public Member Functions inherited from VisualizerCommand
 VisualizerCommand ()
 
virtual void SetColor (Vect col)
 
- Public Member Functions inherited from Command
 Command ()=default
 
 Command (const Command &)=delete
 
Commandoperator= (const Command &)=delete
 
virtual ~Command ()
 
virtual void Execute ()
 Executes this command's behavior.
 

Private Attributes

const BSpherep_aabb
 

Additional Inherited Members

- Protected Attributes inherited from VisualizerCommand
Vect m_color
 

Constructor & Destructor Documentation

◆ ShowBSphereCommand() [1/2]

ShowBSphereCommand::ShowBSphereCommand ( )

◆ ShowBSphereCommand() [2/2]

ShowBSphereCommand::ShowBSphereCommand ( const ShowBSphereCommand )
delete

◆ ~ShowBSphereCommand()

ShowBSphereCommand::~ShowBSphereCommand ( )
inline

Member Function Documentation

◆ Execute()

void ShowBSphereCommand::Execute ( )
overridevirtual

Executes this command's behavior.

Haru, 3/19/2023.

Reimplemented from Command.

◆ operator=()

ShowBSphereCommand & ShowBSphereCommand::operator= ( const ShowBSphereCommand )
delete

◆ SetBSphere()

void ShowBSphereCommand::SetBSphere ( const BSphere bs)

Member Data Documentation

◆ p_aabb

const BSphere* ShowBSphereCommand::p_aabb
private

The documentation for this class was generated from the following files: