SourceXtractorPlusPlus  0.15
Please provide a description of the project.
AssocModePartitionStep.h
Go to the documentation of this file.
1 
19 #ifndef _SEIMPLEMENTATION_PLUGIN_ASSOCMODE_ASSOCMODEPARTITIONSTEP_H_
20 #define _SEIMPLEMENTATION_PLUGIN_ASSOCMODE_ASSOCMODEPARTITIONSTEP_H_
21 
23 
24 namespace SourceXtractor {
25 
32 
33 public:
34 
36  virtual ~AssocModePartitionStep() = default;
37 
39  AssocModePartitionStep(bool match_required);
40 
42 
43 
44 private:
46 
47 }; /* End of AssocPartitionStep class */
48 
49 } /* namespace SourceXtractor */
50 
51 #endif /* _SEIMPLEMENTATION_PLUGIN_ASSOCMODE_ASSOCMODEPARTITIONSTEP_H_ */
AssocModePartitionStep(bool match_required)
Constructor.
std::vector< std::shared_ptr< SourceInterface > > partition(std::shared_ptr< SourceInterface > source) const override
virtual ~AssocModePartitionStep()=default
Destructor.
A PartitionStep gets applied on a single Source and can result any number of Sources being outputed....
Definition: Partition.h:37