Nymph  v1.5.2
Flow-Based Data Processing Framework
Functions | Variables
KTProcessorToolboxPy.hh File Reference

Contains KTProcessorToolbox python bindings. More...

#include "KTProcessorToolbox.hh"
Include dependency graph for KTProcessorToolboxPy.hh:

Go to the source code of this file.

Functions

void export_ProcessorToolbox ()
 

Variables

bool(Nymph::KTProcessorToolbox::* MakeConnection_3args )(const std::string &, const std::string &, int order) = &Nymph::KTProcessorToolbox::MakeConnection
 
bool(Nymph::KTProcessorToolbox::* MakeConnection_4args )(const std::string &, const std::string &, const std::string &, const std::string &, int order) = &Nymph::KTProcessorToolbox::MakeConnection
 
bool(Nymph::KTProcessorToolbox::* PushBackToRunQueue_string )(const std::string &name) = &Nymph::KTProcessorToolbox::PushBackToRunQueue
 
bool(Nymph::KTProcessorToolbox::* PushBackToRunQueue_init_list )(std::initializer_list< std::string >) = &Nymph::KTProcessorToolbox::PushBackToRunQueue
 
bool(Nymph::KTProcessorToolbox::* PushBackToRunQueue_vector )(std::vector< std::string >) = &Nymph::KTProcessorToolbox::PushBackToRunQueue
 
bool(Nymph::KTProcessorToolbox::* AddProcessor_Ref )(const std::string &, Nymph::KTProcessor *) = &Nymph::KTProcessorToolbox::AddProcessor
 
bool(Nymph::KTProcessorToolbox::* AddProcessor_TypeStr )(const std::string &, const std::string &) = &Nymph::KTProcessorToolbox::AddProcessor
 
Nymph::KTProcessor *(Nymph::KTProcessorToolbox::* GetProcessor_wrap )(const std::string &) = &Nymph::KTProcessorToolbox::GetProcessor
 
bool(Nymph::KTProcessorToolbox::* ConfigureProcessors_JsonStr )(const std::string &) = &Nymph::KTProcessorToolbox::ConfigureProcessors
 

Detailed Description

Contains KTProcessorToolbox python bindings.

Manages processors requested by the user at run time.

Author
: B. H. LaRoque
Date
: April 20, 2017

Definition in file KTProcessorToolboxPy.hh.

Function Documentation

◆ export_ProcessorToolbox()

void export_ProcessorToolbox ( )

Definition at line 34 of file KTProcessorToolboxPy.hh.

Variable Documentation

◆ AddProcessor_Ref

bool(Nymph::KTProcessorToolbox::* AddProcessor_Ref) (const std::string &, Nymph::KTProcessor *) = &Nymph::KTProcessorToolbox::AddProcessor

Definition at line 25 of file KTProcessorToolboxPy.hh.

◆ AddProcessor_TypeStr

bool(Nymph::KTProcessorToolbox::* AddProcessor_TypeStr) (const std::string &, const std::string &) = &Nymph::KTProcessorToolbox::AddProcessor

Definition at line 26 of file KTProcessorToolboxPy.hh.

◆ ConfigureProcessors_JsonStr

bool(Nymph::KTProcessorToolbox::* ConfigureProcessors_JsonStr) (const std::string &) = &Nymph::KTProcessorToolbox::ConfigureProcessors

Definition at line 32 of file KTProcessorToolboxPy.hh.

◆ GetProcessor_wrap

Nymph::KTProcessor*(Nymph::KTProcessorToolbox::* GetProcessor_wrap) (const std::string &) = &Nymph::KTProcessorToolbox::GetProcessor

Definition at line 29 of file KTProcessorToolboxPy.hh.

◆ MakeConnection_3args

bool(Nymph::KTProcessorToolbox::* MakeConnection_3args) (const std::string &, const std::string &, int order) = &Nymph::KTProcessorToolbox::MakeConnection

Definition at line 16 of file KTProcessorToolboxPy.hh.

◆ MakeConnection_4args

bool(Nymph::KTProcessorToolbox::* MakeConnection_4args) (const std::string &, const std::string &, const std::string &, const std::string &, int order) = &Nymph::KTProcessorToolbox::MakeConnection

Definition at line 17 of file KTProcessorToolboxPy.hh.

◆ PushBackToRunQueue_init_list

bool(Nymph::KTProcessorToolbox::* PushBackToRunQueue_init_list) (std::initializer_list< std::string >) = &Nymph::KTProcessorToolbox::PushBackToRunQueue

Definition at line 21 of file KTProcessorToolboxPy.hh.

◆ PushBackToRunQueue_string

bool(Nymph::KTProcessorToolbox::* PushBackToRunQueue_string) (const std::string &name) = &Nymph::KTProcessorToolbox::PushBackToRunQueue

Definition at line 20 of file KTProcessorToolboxPy.hh.

◆ PushBackToRunQueue_vector

bool(Nymph::KTProcessorToolbox::* PushBackToRunQueue_vector) (std::vector< std::string >) = &Nymph::KTProcessorToolbox::PushBackToRunQueue

Definition at line 22 of file KTProcessorToolboxPy.hh.