Nymph  v1.5.2
Flow-Based Data Processing Framework
Public Member Functions | List of all members
KTCutOneArg< XDataType > Class Template Referenceabstract

#include <KTCut.hh>

Inheritance diagram for KTCutOneArg< XDataType >:
Inheritance graph

Public Member Functions

 KTCutOneArg (const std::string &name="default-cut-name")
 
virtual ~KTCutOneArg ()
 
virtual bool Apply (KTData &data, XDataType &dataType)=0
 
virtual bool Apply (KTDataPtr dataPtr)
 
- Public Member Functions inherited from KTCut
 KTCut (const std::string &name="default-cut-name")
 
virtual ~KTCut ()
 
- Public Member Functions inherited from KTConfigurable
 KTConfigurable (const std::string &name="default-name")
 
virtual ~KTConfigurable ()
 
virtual bool Configure (const scarab::param_node &node)=0
 Should perform parameter store and command-line configurations. More...
 
bool Configure (const std::string &config)
 Implement the option for calling Configure without passing a parameter store node. More...
 
const std::string & GetConfigName () const
 
void SetConfigName (const std::string &name)
 

Additional Inherited Members

- Protected Attributes inherited from KTConfigurable
KTCommandLineHandlerfCLHandler
 
std::string fConfigName
 

Detailed Description

template<class XDataType>
class Nymph::KTCutOneArg< XDataType >

Definition at line 127 of file KTCut.hh.

Constructor & Destructor Documentation

◆ KTCutOneArg()

KTCutOneArg ( const std::string &  name = "default-cut-name")

Definition at line 161 of file KTCut.hh.

◆ ~KTCutOneArg()

~KTCutOneArg ( )
virtual

Definition at line 167 of file KTCut.hh.

Member Function Documentation

◆ Apply() [1/2]

virtual bool Apply ( KTData data,
XDataType &  dataType 
)
pure virtual

Implemented in KTNotAwesomeCut, and KTAwesomeCut.

◆ Apply() [2/2]

bool Apply ( KTDataPtr  dataPtr)
virtual

Implements KTCut.

Definition at line 171 of file KTCut.hh.


The documentation for this class was generated from the following file: