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 136 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 139 of file ap.h.

139  :
140  pData(const_cast<T*>(Data)),iLength(Length),iStep(Step){};

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

147  :
148  pData(const_cast<T*>(Data)),iLength(Length),iStep(Step){};

Member Function Documentation

◆ GetData() [1/2]

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

Definition at line 142 of file ap.h.

143  { return pData; };

◆ GetData() [2/2]

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

Definition at line 150 of file svd_si.h.

151  { return pData; };

◆ GetLength() [1/2]

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

Definition at line 145 of file ap.h.

146  { return iLength; };

◆ GetLength() [2/2]

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

Definition at line 153 of file svd_si.h.

154  { return iLength; };

◆ GetStep() [1/2]

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

Definition at line 148 of file ap.h.

149  { return iStep; };

◆ GetStep() [2/2]

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

Definition at line 156 of file svd_si.h.

157  { return iStep; };

Field Documentation

◆ iLength

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

Definition at line 152 of file ap.h.

◆ iStep

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

Definition at line 152 of file ap.h.

◆ pData

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

Definition at line 149 of file ap.h.


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