TuttleOFX  1
global.hpp File Reference
#include "color.hpp"
#include "formatters.hpp"
#include <tuttle/common/system/system.hpp>
#include <tuttle/common/system/compatibility.hpp>
#include <tuttle/common/system/windows/windows.h>
#include <boost/static_assert.hpp>
#include <boost/type_traits.hpp>
#include <boost/current_function.hpp>
#include <iostream>
#include "release.hpp"
Include dependency graph for global.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define TUTTLE_FORCEINLINE   inline
#define TUTTLE_TRACE   BOOST_LOG_TRIVIAL(trace)
#define TUTTLE_INFO   BOOST_LOG_TRIVIAL(info)
#define TUTTLE_WARNING   BOOST_LOG_TRIVIAL(warning)
#define TUTTLE_ERROR   BOOST_LOG_TRIVIAL(error)
#define TUTTLE_FATAL   BOOST_LOG_TRIVIAL(fatal)
#define TUTTLE_GET_INFOS_FILE   "in file: " << __FILE__ << ", line: " << __LINE__
#define TUTTLE_GET_INFOS_FUNCTION   "function: " << BOOST_CURRENT_FUNCTION
#define TUTTLE_GET_INFOS   TUTTLE_GET_INFOS_FILE << TUTTLE_GET_INFOS_FUNCTION
#define TUTTLE_GET_VAR(a)   #a << ": " << a
#define TUTTLE_GET_VAR2(a, b)   TUTTLE_GET_VAR ( a ) << ", " << TUTTLE_GET_VAR ( b )
#define TUTTLE_GET_VAR3(a, b, c)   TUTTLE_GET_VAR ( a ) << ", " << TUTTLE_GET_VAR ( b ) << ", " << TUTTLE_GET_VAR ( c )
#define TUTTLE_GET_VAR4(a, b, c, d)   TUTTLE_GET_VAR ( a ) << ", " << TUTTLE_GET_VAR ( b ) << ", " << TUTTLE_GET_VAR ( c ) << ", " << TUTTLE_GET_VAR ( d )
#define TUTTLE_LOG_TRACE(...)   BOOST_LOG_TRIVIAL(trace) << __VA_ARGS__
 terminal display
#define TUTTLE_LOG_INFO(...)   BOOST_LOG_TRIVIAL(info) << __VA_ARGS__
#define TUTTLE_LOG_WARNING(...)   BOOST_LOG_TRIVIAL(warning) << tuttle::common::Color::get()->_yellow << __VA_ARGS__ << tuttle::common::Color::get()->_std
#define TUTTLE_LOG_ERROR(...)   BOOST_LOG_TRIVIAL(error) << tuttle::common::Color::get()->_error << __VA_ARGS__ << tuttle::common::Color::get()->_std
#define TUTTLE_LOG_FATAL(...)   BOOST_LOG_TRIVIAL(fatal) << tuttle::common::Color::get()->_error << __VA_ARGS__ << tuttle::common::Color::get()->_std
#define TUTTLE_LOG(MODE,...)   MODE << __VA_ARGS__
#define TUTTLE_LOG_VAR(MODE, a)   TUTTLE_LOG( MODE, TUTTLE_GET_VAR ( a ) )
#define TUTTLE_LOG_VAR2(MODE, a, b)   TUTTLE_LOG( MODE, TUTTLE_GET_VAR2( a, b ) )
#define TUTTLE_LOG_VAR3(MODE, a, b, c)   TUTTLE_LOG( MODE, TUTTLE_GET_VAR3( a, b, c ) )
#define TUTTLE_LOG_VAR4(MODE, a, b, c, d)   TUTTLE_LOG( MODE, TUTTLE_GET_VAR4( a, b, c, d ) )
#define TUTTLE_LOG_INFOS   TUTTLE_LOG_TRACE( TUTTLE_GET_INFOS_FILE ); TUTTLE_LOG_TRACE( TUTTLE_GET_INFOS_FUNCTION )
 terminal information display
#define TUTTLE_TLOG   TUTTLE_LOG
#define TUTTLE_TLOG_VAR   TUTTLE_LOG_VAR
#define TUTTLE_TLOG_VAR2   TUTTLE_LOG_VAR2
#define TUTTLE_TLOG_VAR3   TUTTLE_LOG_VAR3
#define TUTTLE_TLOG_VAR4   TUTTLE_LOG_VAR4
#define TUTTLE_TLOG_INFOS   TUTTLE_LOG_INFOS
#define TUTTLE_TLOG_WITHINFOS   TUTTLE_LOG_WITHINFOS
#define TUTTLE_TLOG_EXCEPTION   TUTTLE_LOG_EXCEPTION
#define TUTTLE_LOG_PLUGIN_NAME_WIDTH   30

Define Documentation

#define TUTTLE_FATAL   BOOST_LOG_TRIVIAL(fatal)

Definition at line 39 of file global.hpp.

#define TUTTLE_FORCEINLINE   inline

Definition at line 32 of file global.hpp.

#define TUTTLE_GET_INFOS   TUTTLE_GET_INFOS_FILE << TUTTLE_GET_INFOS_FUNCTION

Definition at line 48 of file global.hpp.

#define TUTTLE_GET_INFOS_FILE   "in file: " << __FILE__ << ", line: " << __LINE__

Definition at line 46 of file global.hpp.

#define TUTTLE_GET_INFOS_FUNCTION   "function: " << BOOST_CURRENT_FUNCTION

Definition at line 47 of file global.hpp.

#define TUTTLE_GET_VAR (   a)    #a << ": " << a

Definition at line 50 of file global.hpp.

#define TUTTLE_GET_VAR2 (   a,
 
)    TUTTLE_GET_VAR ( a ) << ", " << TUTTLE_GET_VAR ( b )

Definition at line 51 of file global.hpp.

#define TUTTLE_GET_VAR3 (   a,
  b,
 
)    TUTTLE_GET_VAR ( a ) << ", " << TUTTLE_GET_VAR ( b ) << ", " << TUTTLE_GET_VAR ( c )

Definition at line 52 of file global.hpp.

#define TUTTLE_GET_VAR4 (   a,
  b,
  c,
 
)    TUTTLE_GET_VAR ( a ) << ", " << TUTTLE_GET_VAR ( b ) << ", " << TUTTLE_GET_VAR ( c ) << ", " << TUTTLE_GET_VAR ( d )

Definition at line 53 of file global.hpp.

#define TUTTLE_INFO   BOOST_LOG_TRIVIAL(info)

Definition at line 36 of file global.hpp.

Referenced by tuttle::plugin::nlmDenoiser::NLMDenoiserProcess< View >::addFrame(), tuttle::host::ofx::imageEffect::OfxhImage::addReference(), tuttle::host::graph::ProcessGraph::bakeGraphInformationToNodes(), tuttle::host::graph::ProcessGraph::beginSequence(), BOOST_AUTO_TEST_CASE(), tuttle::plugin::dpx::reader::DPXReaderPlugin::changedParam(), tuttle::plugin::normalize::NormalizePlugin::changedParam(), tuttle::plugin::warp::WarpPlugin::changedParam(), tuttle::host::graph::ProcessGraph::computeHashAtTime(), tuttle::host::ImageEffectNode::computeTimeDomain(), tuttle::host::graph::ProcessGraph::computeTimeRange(), tuttle::host::ImageEffectNode::coutBitDepthConnections(), diffImageStatus(), tuttle::host::graph::ProcessGraph::endSequence(), tuttle::plugin::timeShift::TimeShiftPlugin::getFramesNeeded(), tuttle::plugin::getGilView(), getMemoryInfo(), tuttle::plugin::png::reader::PngReaderPlugin::getRegionOfDefinition(), tuttle::plugin::ReaderPlugin::getTimeDomain(), tuttle::plugin::timeShift::TimeShiftPlugin::getTimeDomain(), tuttle::host::ImageEffectNode::initInputClipsPixelAspectRatio(), tuttle::plugin::timeShift::TimeShiftPlugin::isIdentity(), tuttle::plugin::warp::WarpOverlayInteract::keyDown(), main(), tuttle::plugin::raw::reader::RawReaderProcess< View >::multiThreadProcessImages(), tuttle::host::ofx::imageEffect::OfxhImage::OfxhImage(), tuttle::host::Core::preload(), tuttle::host::ImageEffectNode::preProcess1(), tuttle::host::graph::ProcessGraph::process(), tuttle::host::ImageEffectNode::process(), tuttle::host::graph::ProcessGraph::processAtTime(), tuttle::plugin::raw::reader::progressCallback(), tuttle::host::ofx::imageEffect::OfxhImage::releaseReference(), tuttle::host::Graph::renameNode(), tuttle::plugin::outputBuffer::OutputBufferPlugin::render(), tuttle::plugin::viewer::ViewerPlugin::render(), tuttle::host::ofx::OfxhPluginCache::scanDirectory(), tuttle::host::InputBufferWrapper::set3DArrayBuffer(), tuttle::plugin::ctl::CTLProcess< View >::setup(), tuttle::plugin::seExpr::SeExprProcess< View >::setup(), tuttle::plugin::colorTransfer::ColorTransferProcess< View >::setup(), tuttle::host::graph::ProcessGraph::setup(), tuttle::plugin::nlmDenoiser::NLMDenoiserProcess< View >::setup(), tuttle::host::graph::ProcessGraph::setupAtTime(), tuttle::plugin::av::LibAVVideoReader::setupStreamInfo(), tuttle::host::graph::ProcessGraph::updateGraph(), tuttle::plugin::raw::reader::RawReaderPlugin::updateInfos(), and tuttle::host::ofx::imageEffect::OfxhImage::~OfxhImage().

#define TUTTLE_LOG (   MODE,
  ... 
)    MODE << __VA_ARGS__

Definition at line 67 of file global.hpp.

Referenced by tuttle::plugin::seExpr::SeExprProcess< View >::setup().

#define TUTTLE_LOG_ERROR (   ...)    BOOST_LOG_TRIVIAL(error) << tuttle::common::Color::get()->_error << __VA_ARGS__ << tuttle::common::Color::get()->_std

Definition at line 64 of file global.hpp.

Referenced by tuttle::plugin::anisotropicFilter::diffusion::AnisotropicDiffusionProcess< View >::blur_anisotropic(), tuttle::plugin::av::AVOptionPlugin< IOPlugin >::convertIntWithOptionalUnit(), copy_sequence(), diffImageStatus(), tuttle::plugin::av::LibAVVideoWriter::execute(), tuttle::plugin::colorSpaceKeyer::SelectionAverage::extendGeodesicForm(), tuttle::plugin::av::LibAVVideoWriter::finish(), tuttle::plugin::av::LibAVVideoWriter::finishInit(), tuttle::host::ofx::imageEffect::OfxhImageEffectNode::getDimension(), getPluginProperties(), main(), tuttle::plugin::raw::reader::RawReaderProcess< View >::multiThreadProcessImages(), tuttle::plugin::pushPixel::PushPixelProcess< View >::multiThreadProcessImages(), tuttle::plugin::invert::InvertProcess< View >::multiThreadProcessImages(), tuttle::host::ofx::attribute::OfxhClip::notify(), tuttle::host::ofx::imageEffect::OfxhImageEffectNode::notify(), tuttle::host::Core::preload(), printImageProperties(), tuttle::host::graph::ProcessGraph::process(), removeFiles(), removeSequence(), tuttle::plugin::nlmDenoiser::NLMDenoiserPlugin::render(), tuttle::plugin::pinning::PinningPlugin::render(), tuttle::plugin::warp::WarpPlugin::render(), tuttle::host::ofx::attribute::OfxhClip::reset(), tuttle::host::ofx::imageEffect::OfxhImageEffectNode::reset(), sam::retrieveToolFullPath(), sam_terminate(), sam_unexpected(), sammvcp(), tuttle::host::ofx::OfxhPluginCache::scanPluginFiles(), tuttle::host::ofx::property::OfxhSet::setProperty(), tuttle::host::ofx::property::OfxhSet::setPropertyN(), tuttle::plugin::text::TextProcess< View, Functor >::setup(), and tuttle::plugin::av::LibAVVideoWriter::start().

#define TUTTLE_LOG_FATAL (   ...)    BOOST_LOG_TRIVIAL(fatal) << tuttle::common::Color::get()->_error << __VA_ARGS__ << tuttle::common::Color::get()->_std
#define TUTTLE_LOG_INFOS   TUTTLE_LOG_TRACE( TUTTLE_GET_INFOS_FILE ); TUTTLE_LOG_TRACE( TUTTLE_GET_INFOS_FUNCTION )
#define TUTTLE_LOG_PLUGIN_NAME_WIDTH   30

Definition at line 110 of file global.hpp.

Referenced by tuttle::host::ImageEffectNode::progressStart().

#define TUTTLE_LOG_TRACE (   ...)    BOOST_LOG_TRIVIAL(trace) << __VA_ARGS__

terminal display

Parameters:
[in]...: all parameters with an operator << defined

Definition at line 61 of file global.hpp.

Referenced by diffImageStatus(), main(), tuttle::host::PreloadPlugins::PreloadPlugins(), removeFileObject(), removeFiles(), removeSequence(), sammvcp(), and tuttle::plugin::av::LibAVVideoWriter::start().

#define TUTTLE_LOG_VAR (   MODE,
 
)    TUTTLE_LOG( MODE, TUTTLE_GET_VAR ( a ) )
#define TUTTLE_LOG_VAR2 (   MODE,
  a,
 
)    TUTTLE_LOG( MODE, TUTTLE_GET_VAR2( a, b ) )
#define TUTTLE_LOG_VAR3 (   MODE,
  a,
  b,
 
)    TUTTLE_LOG( MODE, TUTTLE_GET_VAR3( a, b, c ) )

Definition at line 71 of file global.hpp.

#define TUTTLE_LOG_VAR4 (   MODE,
  a,
  b,
  c,
 
)    TUTTLE_LOG( MODE, TUTTLE_GET_VAR4( a, b, c, d ) )

Definition at line 72 of file global.hpp.

Referenced by main().

#define TUTTLE_LOG_WARNING (   ...)    BOOST_LOG_TRIVIAL(warning) << tuttle::common::Color::get()->_yellow << __VA_ARGS__ << tuttle::common::Color::get()->_std

Definition at line 63 of file global.hpp.

Referenced by tuttle::plugin::av::addOptionsFromAVOption(), tuttle::host::ofx::OfxhPluginCache::addPlugin(), tuttle::plugin::colorSpaceKeyer::SelectionAverage::computeAverageSelection(), tuttle::plugin::colorCubeViewer::SelectionAverage::computeAverageSelection(), tuttle::plugin::histogram::OverlayData::computeCurveFromSelectionData(), tuttle::plugin::histogramKeyer::OverlayData::computeCurveFromSelectionData(), tuttle::plugin::histogram::OverlayData::computeFullData(), tuttle::plugin::histogramKeyer::OverlayData::computeFullData(), diffFile(), tuttle::plugin::av::writer::AVWriterPlugin::disableAVOptionsForCodecOrFormat(), tuttle::plugin::colorSpaceKeyer::SelectionAverage::extendGeodesicForm(), tuttle::plugin::colorCubeViewer::SelectionAverage::extendGeodesicForm(), sam::samdo::Dummy::foundAssociateSpecificDummyNode(), tuttle::plugin::colorCubeViewer::CloudPointData::generateColorSelectionVBO(), tuttle::plugin::colorSpaceKeyer::CloudPointData::generateColorSelectionVBO(), tuttle::plugin::colorCubeViewer::CloudPointData::generateSpillSelectionVBO(), tuttle::plugin::colorSpaceKeyer::CloudPointData::generateSpillSelectionVBO(), tuttle::plugin::colorCubeViewer::CloudPointData::generateVBOData(), tuttle::plugin::colorSpaceKeyer::CloudPointData::generateVBOData(), tuttle::plugin::imagemagick::reader::ImageMagickReaderPlugin::getClipPreferences(), main(), tuttle::plugin::av::AVOptionPlugin< IOPlugin >::optionSet(), tuttle::plugin::av::LibAVPresetFileParser::parseFile(), tuttle::plugin::av::LibAVPresetFileParser::print(), tuttle::host::graph::ProcessGraph::process(), tuttle::plugin::imagemagick::reader::ImageMagickReaderProcess< View >::readGilImage(), tuttle::host::ofx::OfxhPluginCache::scanDirectory(), tuttle::plugin::av::AVOptionPlugin< IOPlugin >::setParameters(), and signal_callback_handler().

#define TUTTLE_TLOG   TUTTLE_LOG

Definition at line 91 of file global.hpp.

Referenced by tuttle::plugin::nlmDenoiser::NLMDenoiserProcess< View >::addFrame(), tuttle::host::ofx::imageEffect::OfxhImage::addReference(), tuttle::host::memory::MemoryPool::allocate(), tuttle::host::graph::visitor::Test_dfs< TGraph >::back_edge(), tuttle::host::graph::ProcessGraph::bakeGraphInformationToNodes(), tuttle::host::graph::ProcessGraph::beginSequence(), tuttle::host::graph::visitor::Test_bfs::black_target(), BOOST_AUTO_TEST_CASE(), tuttle::plugin::dpx::reader::DPXReaderPlugin::changedParam(), tuttle::plugin::normalize::NormalizePlugin::changedParam(), tuttle::host::graph::ProcessGraph::computeHashAtTime(), tuttle::host::ImageEffectNode::computeTimeDomain(), tuttle::host::graph::ProcessGraph::computeTimeRange(), tuttle::host::graph::connectClips(), tuttle::host::ImageEffectNode::coutBitDepthConnections(), tuttle::host::graph::visitor::Setup2< TGraph >::discover_vertex(), tuttle::host::graph::visitor::Test_dfs< TGraph >::discover_vertex(), tuttle::host::graph::visitor::Test_bfs::discover_vertex(), tuttle::host::graph::visitor::DeployTime< TGraph >::discover_vertex(), tuttle::host::graph::visitor::PreProcess2< TGraph >::discover_vertex(), tuttle::host::graph::ProcessGraph::endSequence(), tuttle::host::graph::visitor::Test_dfs< TGraph >::examine_edge(), tuttle::host::graph::visitor::Test_bfs::examine_edge(), tuttle::host::graph::visitor::Test_bfs::examine_vertex(), tuttle::plugin::av::LibAVVideoWriter::execute(), tuttle::plugin::av::LibAVVideoWriter::finish(), tuttle::host::graph::visitor::Setup1< TGraph >::finish_vertex(), tuttle::host::graph::visitor::Setup3< TGraph >::finish_vertex(), tuttle::host::graph::visitor::Test_dfs< TGraph >::finish_vertex(), tuttle::host::graph::visitor::TimeDomain< TGraph >::finish_vertex(), tuttle::host::graph::visitor::ComputeHashAtTime< TGraph >::finish_vertex(), tuttle::host::graph::visitor::Test_bfs::finish_vertex(), tuttle::host::graph::visitor::RemoveIdentityNodes< TGraph >::finish_vertex(), tuttle::host::graph::visitor::PreProcess1< TGraph >::finish_vertex(), tuttle::host::graph::visitor::Process< TGraph >::finish_vertex(), tuttle::host::graph::visitor::PostProcess< TGraph >::finish_vertex(), tuttle::host::graph::visitor::Test_dfs< TGraph >::forward_or_cross_edge(), tuttle::plugin::timeShift::TimeShiftPlugin::getFramesNeeded(), tuttle::plugin::getGilView(), tuttle::plugin::ReaderPlugin::getTimeDomain(), tuttle::plugin::timeShift::TimeShiftPlugin::getTimeDomain(), tuttle::host::graph::visitor::Test_bfs::gray_target(), tuttle::host::graph::visitor::Test_dfs< TGraph >::initialize_vertex(), tuttle::host::graph::visitor::Test_bfs::initialize_vertex(), tuttle::host::graph::visitor::PostProcess< TGraph >::initialize_vertex(), tuttle::host::ImageEffectNode::initInputClipsPixelAspectRatio(), tuttle::plugin::interact::ParamRectangleFromCenterSize< TFrame, coord >::intersect(), tuttle::plugin::timeShift::TimeShiftPlugin::isIdentity(), main(), tuttle::plugin::raw::reader::RawReaderProcess< View >::multiThreadProcessImages(), tuttle::plugin::exr::reader::EXRReaderProcess< View >::multiThreadProcessImages(), tuttle::host::graph::visitor::Test_bfs::non_tree_edge(), tuttle::host::ofx::imageEffect::OfxhImage::OfxhImage(), tuttle::plugin::interact::InteractScene::penMotion(), tuttle::host::ImageEffectNode::preProcess1(), tuttle::host::graph::ProcessGraph::process(), tuttle::host::ImageEffectNode::process(), tuttle::host::graph::ProcessGraph::processAtTime(), tuttle::host::ofx::imageEffect::OfxhImage::releaseReference(), tuttle::host::graph::visitor::removeIdentityNodes(), tuttle::host::Graph::renameNode(), tuttle::plugin::outputBuffer::OutputBufferPlugin::render(), tuttle::plugin::WriterPlugin::render(), tuttle::plugin::viewer::ViewerPlugin::render(), tuttle::host::ofx::OfxhPluginCache::scanDirectory(), tuttle::host::InputBufferWrapper::set3DArrayBuffer(), tuttle::host::INode::setProcessDataAtTime(), tuttle::plugin::seExpr::SeExprProcess< View >::setup(), tuttle::plugin::ctl::CTLProcess< View >::setup(), tuttle::plugin::ocio::lut::OCIOLutProcess< View >::setup(), tuttle::host::graph::ProcessGraph::setup(), tuttle::host::graph::ProcessGraph::setupAtTime(), tuttle::plugin::av::LibAVVideoReader::setupStreamInfo(), tuttle::host::graph::visitor::Test_dfs< TGraph >::start_vertex(), tuttle::host::graph::visitor::Test_dfs< TGraph >::Test_dfs(), tuttle::host::graph::visitor::Test_dfs< TGraph >::tree_edge(), tuttle::host::graph::visitor::Test_bfs::tree_edge(), tuttle::host::ofx::imageEffect::OfxhImage::~OfxhImage(), and tuttle::host::graph::visitor::Test_dfs< TGraph >::~Test_dfs().

#define TUTTLE_TLOG_EXCEPTION   TUTTLE_LOG_EXCEPTION

Definition at line 98 of file global.hpp.

#define TUTTLE_TLOG_VAR3   TUTTLE_LOG_VAR3

Definition at line 94 of file global.hpp.

Referenced by main().

#define TUTTLE_TLOG_VAR4   TUTTLE_LOG_VAR4
#define TUTTLE_TLOG_WITHINFOS   TUTTLE_LOG_WITHINFOS

Definition at line 97 of file global.hpp.

#define TUTTLE_TRACE   BOOST_LOG_TRIVIAL(trace)

Definition at line 35 of file global.hpp.

Referenced by tuttle::host::memory::MemoryPool::allocate(), tuttle::host::graph::visitor::Test_dfs< TGraph >::back_edge(), tuttle::host::graph::visitor::Test_bfs::black_target(), BOOST_AUTO_TEST_CASE(), tuttle::plugin::normalize::NormalizePlugin::changedParam(), tuttle::host::memory::MemoryCache::clearAll(), tuttle::host::graph::ProcessGraph::computeTimeRange(), tuttle::host::graph::connectClips(), tuttle::host::graph::visitor::Setup2< TGraph >::discover_vertex(), tuttle::host::graph::visitor::Test_dfs< TGraph >::discover_vertex(), tuttle::host::graph::visitor::Test_bfs::discover_vertex(), tuttle::host::graph::visitor::DeployTime< TGraph >::discover_vertex(), tuttle::host::graph::visitor::PreProcess2< TGraph >::discover_vertex(), tuttle::host::graph::visitor::Test_dfs< TGraph >::examine_edge(), tuttle::host::graph::visitor::Test_bfs::examine_edge(), tuttle::host::graph::visitor::Test_bfs::examine_vertex(), tuttle::plugin::av::LibAVVideoWriter::execute(), tuttle::plugin::av::LibAVVideoWriter::finish(), tuttle::host::graph::visitor::Setup1< TGraph >::finish_vertex(), tuttle::host::graph::visitor::Setup3< TGraph >::finish_vertex(), tuttle::host::graph::visitor::Test_dfs< TGraph >::finish_vertex(), tuttle::host::graph::visitor::TimeDomain< TGraph >::finish_vertex(), tuttle::host::graph::visitor::ComputeHashAtTime< TGraph >::finish_vertex(), tuttle::host::graph::visitor::Test_bfs::finish_vertex(), tuttle::host::graph::visitor::RemoveIdentityNodes< TGraph >::finish_vertex(), tuttle::host::graph::visitor::PreProcess1< TGraph >::finish_vertex(), tuttle::host::graph::visitor::Process< TGraph >::finish_vertex(), tuttle::host::graph::visitor::PostProcess< TGraph >::finish_vertex(), tuttle::host::graph::visitor::Test_dfs< TGraph >::forward_or_cross_edge(), tuttle::host::attribute::Image::getGilView(), tuttle::host::graph::visitor::Test_bfs::gray_target(), tuttle::host::graph::visitor::Test_dfs< TGraph >::initialize_vertex(), tuttle::host::graph::visitor::Test_bfs::initialize_vertex(), tuttle::host::graph::visitor::PostProcess< TGraph >::initialize_vertex(), tuttle::plugin::interact::ParamRectangleFromCenterSize< TFrame, coord >::intersect(), main(), tuttle::host::graph::visitor::Test_bfs::non_tree_edge(), tuttle::plugin::interact::InteractScene::penMotion(), tuttle::host::graph::visitor::removeIdentityNodes(), tuttle::plugin::WriterPlugin::render(), tuttle::plugin::interact::ParamRectangleFromCenterSize< TFrame, coord >::selectType(), tuttle::host::INode::setProcessDataAtTime(), tuttle::host::graph::visitor::Test_dfs< TGraph >::start_vertex(), tuttle::host::graph::visitor::Test_dfs< TGraph >::Test_dfs(), tuttle::host::graph::visitor::Test_dfs< TGraph >::tree_edge(), tuttle::host::graph::visitor::Test_bfs::tree_edge(), tuttle::host::memory::MemoryPool::updateMemoryAuthorizedWithRAM(), and tuttle::host::graph::visitor::Test_dfs< TGraph >::~Test_dfs().

#define TUTTLE_WARNING   BOOST_LOG_TRIVIAL(warning)