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

#include <ap.h>

Public Member Functions

 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
 

Protected Attributes

TpData
 
int iLength
 
int iStep
 

Detailed Description

template<class T>
class ap::const_raw_vector< T >

Definition at line 132 of file ap.h.

Constructor & Destructor Documentation

◆ const_raw_vector() [1/2]

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

Definition at line 143 of file ap.h.

143  { return pData; };
144 

◆ const_raw_vector() [2/2]

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

Definition at line 151 of file svd_si.h.

151  { return pData; };
152 

Member Function Documentation

◆ GetData() [1/2]

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

Definition at line 146 of file ap.h.

146  { return iLength; };
147 

◆ GetData() [2/2]

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

Definition at line 154 of file svd_si.h.

154  { return iLength; };
155 

◆ GetLength() [1/2]

template<class T>
int ap::const_raw_vector< T >::GetLength ( ) const
inline

Definition at line 149 of file ap.h.

149  { return iStep; };
150 protected:

◆ GetLength() [2/2]

template<class T>
int ap::const_raw_vector< T >::GetLength ( ) const
inline

Definition at line 157 of file svd_si.h.

157  { return iStep; };
158 protected:

◆ GetStep() [1/2]

template<class T>
int ap::const_raw_vector< T >::GetStep ( ) const
inline

Definition at line 152 of file ap.h.

167  : public const_raw_vector<T>

◆ GetStep() [2/2]

template<class T>
int ap::const_raw_vector< T >::GetStep ( ) const
inline

Definition at line 160 of file svd_si.h.

175  : public const_raw_vector<T>

Field Documentation

◆ iLength

template<class T>
int ap::const_raw_vector< T >::iLength
protected

Definition at line 156 of file ap.h.

◆ iStep

template<class T>
int ap::const_raw_vector< T >::iStep
protected

Definition at line 156 of file ap.h.

◆ pData

template<class T>
T * ap::const_raw_vector< T >::pData
protected

Definition at line 153 of file ap.h.


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