#include "bbtkAtomicBlackBoxDescriptor.h"
#include "bbtkBlackBox.h"
#include "bbtkPackage.h"
Go to the source code of this file.
Namespaces | |
namespace | bbtk |
Defines | |
#define | bbtkDMessage(key, level, mess) bbtkMessage(key,level,"["<<GetFullTypeName()<<"] "<<mess) |
#define | bbtkDDebugMessage(key, level, mess) bbtkDebugMessage(key,level,"["<<GetFullTypeName()<<"] "<<mess) |
#define bbtkDDebugMessage | ( | key, | |||
level, | |||||
mess | ) | bbtkDebugMessage(key,level,"["<<GetFullTypeName()<<"] "<<mess) |
Definition at line 36 of file bbtkAtomicBlackBoxDescriptor.cxx.
Referenced by bbtk::ComplexBlackBoxDescriptor::Add(), bbtk::BlackBoxDescriptor::AddToAuthor(), bbtk::BlackBoxDescriptor::AddToCategory(), bbtk::BlackBoxDescriptor::AddToDescription(), bbtk::ComplexBlackBoxDescriptor::AddToExecutionList(), bbtk::AtomicBlackBoxDescriptor::AtomicBlackBoxDescriptor(), bbtk::BlackBoxDescriptor::BlackBoxDescriptor(), bbtk::ComplexBlackBoxDescriptor::ComplexBlackBoxDescriptor(), bbtk::ComplexBlackBoxDescriptor::Connect(), bbtk::ComplexBlackBoxDescriptor::DefineInput(), bbtk::ComplexBlackBoxDescriptor::DefineOutput(), bbtk::BlackBoxDescriptor::GetHelp(), bbtk::BlackBoxDescriptor::GetInputDescriptor(), bbtk::BlackBoxDescriptor::GetOutputDescriptor(), bbtk::ComplexBlackBoxDescriptor::InsertHtmlHelp(), bbtk::BlackBoxDescriptor::InsertHtmlHelp(), bbtk::ComplexBlackBoxDescriptor::NewBlackBox(), bbtk::AtomicBlackBoxDescriptor::~AtomicBlackBoxDescriptor(), bbtk::BlackBoxDescriptor::~BlackBoxDescriptor(), and bbtk::ComplexBlackBoxDescriptor::~ComplexBlackBoxDescriptor().
#define bbtkDMessage | ( | key, | |||
level, | |||||
mess | ) | bbtkMessage(key,level,"["<<GetFullTypeName()<<"] "<<mess) |
Definition at line 34 of file bbtkAtomicBlackBoxDescriptor.cxx.