My Project  debian-1:4.1.2-p1+ds-2
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 152 of file svd_si.h.

152  { return pData; };
153 

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 155 of file svd_si.h.

155  { return iLength; };
156 

◆ 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 158 of file svd_si.h.

158  { return iStep; };
159 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 161 of file svd_si.h.

176  : 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