![]() |
anatomist 6.0.4
3D neuroimaging data viewer
|
Context for commands processor readers (APipeReader etc) More...
#include <anatomist/processor/context.h>


Public Member Functions | |
| void | attach (std::ostream *strm, bool own) |
| void | close () |
| void | closein () |
| CommandContext () | |
| virtual | ~CommandContext () |
Public Member Functions inherited from carto::MutexedObject | |
| MutexedObject () | |
| MutexedObject (const MutexedObject &) | |
| virtual | ~MutexedObject () |
| MutexedObject & | operator= (const MutexedObject &) |
| Mutex * | mutex () const |
Public Member Functions inherited from carto::RCObject | |
| RCObject () | |
| RCObject (const RCObject &) | |
| RCObject & | operator= (const RCObject &) |
| virtual | ~RCObject () |
Static Public Member Functions | |
| static CommandContext & | defaultContext () |
| static const std::set< CommandContext * > & | contexts () |
Public Attributes | |
| std::ostream * | ostr |
| bool | ownstream |
| std::istream * | istr |
| int | infd |
| carto::rc_ptr< Unserializer > | unserial |
| OutputEventFilter * | evfilter |
Additional Inherited Members | |
Public Types inherited from carto::MutexedObject | |
| typedef carto::Mutex | Mutex |
Public Types inherited from carto::RCObject | |
| typedef int | RefCounterType |
Context for commands processor readers (APipeReader etc)
| anatomist::CommandContext::CommandContext | ( | ) |
Referenced by defaultContext().
|
virtual |
| void anatomist::CommandContext::attach | ( | std::ostream * | strm, |
| bool | own ) |
| void anatomist::CommandContext::close | ( | ) |
| void anatomist::CommandContext::closein | ( | ) |
|
static |
|
static |
References CommandContext().
Referenced by anatomist::DuplicateObjectCommand::DuplicateObjectCommand(), anatomist::ExtractTextureCommand::ExtractTextureCommand(), anatomist::GenerateTextureCommand::GenerateTextureCommand(), anatomist::GetInfoCommand::GetInfoCommand(), anatomist::GroupObjectsCommand::GroupObjectsCommand(), anatomist::LoadObjectCommand::LoadObjectCommand(), anatomist::LoadObjectsCommand::LoadObjectsCommand(), anatomist::LoadTransformationCommand::LoadTransformationCommand(), anatomist::LoadTransformationCommand::LoadTransformationCommand(), anatomist::LoadTransformationCommand::LoadTransformationCommand(), anatomist::NewIdCommand::NewIdCommand(), anatomist::OutputCommand::OutputCommand(), and anatomist::OutputCommand::OutputCommand().
| OutputEventFilter* anatomist::CommandContext::evfilter |
| carto::rc_ptr<Unserializer> anatomist::CommandContext::unserial |