Define input/output parameters for an operation. More...
#include <Algorithm.h>
  
 Public Member Functions | |
| Algorithm () | |
| virtual bool | executeMemory (AlgorithmParams *mainParams, te::da::DataSet *teste)=0 | 
| virtual bool | executeQuery (AlgorithmParams *mainParams)=0 | 
| virtual bool | isSupportQuery (AlgorithmParams *mainParams)=0 | 
| virtual | ~Algorithm () | 
Private Member Functions | |
| Algorithm (const Algorithm &) | |
| const Algorithm & | operator= (const Algorithm &) | 
Define input/output parameters for an operation.
Definition at line 44 of file Algorithm.h.
| te::vp::Algorithm::Algorithm | ( | ) | 
      
  | 
  inlinevirtual | 
Definition at line 50 of file Algorithm.h.
      
  | 
  private | 
      
  | 
  pure virtual | 
Implemented in te::vp::Intersection, and te::vp::Difference.
      
  | 
  pure virtual | 
Implemented in te::vp::Intersection, and te::vp::Difference.
      
  | 
  pure virtual | 
Implemented in te::vp::Intersection, and te::vp::Difference.