An implementation of the Command design pattern for callback.
More...
#include <sitkCommand.h>
◆ Command()
itk::simple::Command::Command |
( |
| ) |
|
◆ ~Command()
virtual itk::simple::Command::~Command |
( |
| ) |
|
|
virtual |
◆ AddProcessObject()
◆ Execute()
virtual void itk::simple::Command::Execute |
( |
| ) |
|
|
virtual |
◆ GetName()
virtual std::string itk::simple::Command::GetName |
( |
| ) |
const |
|
inlinevirtual |
◆ GetOwnedByProcessObjects()
virtual bool itk::simple::Command::GetOwnedByProcessObjects |
( |
| ) |
const |
|
inlineprotectedvirtual |
◆ OwnedByProcessObjectsOff()
virtual void itk::simple::Command::OwnedByProcessObjectsOff |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ OwnedByProcessObjectsOn()
virtual void itk::simple::Command::OwnedByProcessObjectsOn |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ RemoveProcessObject()
◆ SetName()
virtual void itk::simple::Command::SetName |
( |
const std::string & |
name | ) |
|
|
inlinevirtual |
◆ SetOwnedByProcessObjects()
virtual void itk::simple::Command::SetOwnedByProcessObjects |
( |
bool |
o | ) |
|
|
inlineprotectedvirtual |
◆ itk::simple::ProcessObject
◆ m_Name
std::string itk::simple::Command::m_Name |
|
private |
◆ m_OwnedByProcessObjects
bool itk::simple::Command::m_OwnedByProcessObjects |
|
private |
◆ m_ReferencedObjects
The documentation for this class was generated from the following file: