#include <igstkToken.h>
Public Types | |
typedef unsigned long | IdentifierType |
Type used to represent the codes of the inputs. | |
Public Member Functions | |
Token () | |
Constructor. | |
virtual | ~Token () |
Destructor. | |
virtual IdentifierType | GetIdentifier () |
Returns the unique identifier of the current instance. | |
void | Print (std::ostream &os, itk::Indent indent) const |
Method for printing out the member variables of this object to a ostream. | |
Protected Member Functions | |
virtual void | PrintSelf (std::ostream &os,::itk::Indent indent) const |
Print the object information in a stream. |
This class is intended to be used as the base class for the StatMachineState and StateMachineInput classes. It factorizes common behavior regarding the use of the unique identifier and the use of a text description.
StateMachineAction
Definition at line 43 of file igstkToken.h.
typedef unsigned long igstk::Token::IdentifierType |
igstk::Token::Token | ( | ) |
Constructor.
It initializes all the member variables
virtual igstk::Token::~Token | ( | ) | [virtual] |
Destructor.
virtual IdentifierType igstk::Token::GetIdentifier | ( | ) | [virtual] |
Returns the unique identifier of the current instance.
void igstk::Token::Print | ( | std::ostream & | os, | |
itk::Indent | indent | |||
) | const |
Method for printing out the member variables of this object to a ostream.
virtual void igstk::Token::PrintSelf | ( | std::ostream & | os, | |
::itk::Indent | indent | |||
) | const [protected, virtual] |
Print the object information in a stream.