CUDPP  2.3
CUDA Data-Parallel Primitives Library
Public Member Functions | Public Attributes | List of all members
CUDPPBwtPlan Class Reference

Plan class for BWT. More...

#include <cudpp_plan.h>

Inherits CUDPPPlan.

Public Member Functions

 CUDPPBwtPlan (CUDPPManager *mgr, CUDPPConfiguration config, size_t numElements)
 CUDPP BWT Plan Constructor. More...
 
virtual ~CUDPPBwtPlan ()
 BWT plan destructor.
 
- Public Member Functions inherited from CUDPPPlan
 CUDPPPlan (CUDPPManager *mgr, CUDPPConfiguration config, size_t numElements, size_t numRows, size_t rowPitch)
 Plan base class constructor. More...
 
CUDPPHandle getHandle ()
 

Public Attributes

CUDPPSaPlanm_saPlan
 
- Public Attributes inherited from CUDPPPlan
CUDPPConfiguration m_config
 
size_t m_numElements
 
size_t m_numRows
 
size_t m_rowPitch
 
CUDPPManagerm_planManager
 

Detailed Description

Plan class for BWT.

Constructor & Destructor Documentation

CUDPPBwtPlan::CUDPPBwtPlan ( CUDPPManager mgr,
CUDPPConfiguration  config,
size_t  numElements 
)

CUDPP BWT Plan Constructor.

Parameters
[in]mgrpointer to the CUDPPManager
[in]configThe configuration struct specifying options
[in]numElementsThe maximum number of elements to be transformed

Member Data Documentation

CUDPPSaPlan* CUDPPBwtPlan::m_saPlan

Suffix Array performs sorting permutations of the string using this plan


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