My Project  debian-1:4.1.1-p2+ds-4build1
Public Member Functions
ap::raw_vector< T > Class Template Reference

#include <ap.h>

Public Member Functions

 raw_vector (T *Data, int Length, int Step)
 
TGetData ()
 
 raw_vector (T *Data, int Length, int Step)
 
TGetData ()
 
- Public Member Functions inherited from ap::const_raw_vector< T >
 const_raw_vector (const T *Data, int Length, int Step)
 
const TGetData () const
 
int GetLength () const
 
int GetStep () const
 
 const_raw_vector (const T *Data, int Length, int Step)
 
const TGetData () const
 
int GetLength () const
 
int GetStep () const
 

Additional Inherited Members

- Protected Attributes inherited from ap::const_raw_vector< T >
TpData
 
int iLength
 
int iStep
 

Detailed Description

template<class T>
class ap::raw_vector< T >

Definition at line 162 of file ap.h.

Constructor & Destructor Documentation

◆ raw_vector() [1/2]

template<class T>
ap::raw_vector< T >::raw_vector ( T Data,
int  Length,
int  Step 
)
inline

Definition at line 173 of file ap.h.

173 { return const_raw_vector<T>::pData; };

◆ raw_vector() [2/2]

template<class T>
ap::raw_vector< T >::raw_vector ( T Data,
int  Length,
int  Step 
)
inline

Definition at line 181 of file svd_si.h.

181 { return const_raw_vector<T>::pData; };

Member Function Documentation

◆ GetData() [1/2]

template<class T>
T* ap::raw_vector< T >::GetData ( )
inline

Definition at line 175 of file ap.h.

182 {

◆ GetData() [2/2]

template<class T>
T* ap::raw_vector< T >::GetData ( )
inline

Definition at line 183 of file svd_si.h.

190 {

The documentation for this class was generated from the following files:
ap::const_raw_vector::pData
T * pData
Definition: ap.h:153