STK++ 0.9.13
STK::hidden::Panel< Type > Struct Template Reference

This structure encapsulate the data allocated for a panel. More...

#include <STK_ProductRaw.h>

Public Member Functions

Type constoperator[] (int i) const
 
Type & operator[] (int i)
 

Public Attributes

Type panel [blockSize_ *panelSize_]
 

Detailed Description

template<class Type>
struct STK::hidden::Panel< Type >

This structure encapsulate the data allocated for a panel.

Definition at line 56 of file STK_ProductRaw.h.

Member Function Documentation

◆ operator[]() [1/2]

template<class Type >
Type & STK::hidden::Panel< Type >::operator[] ( int  i)
inline

Definition at line 60 of file STK_ProductRaw.h.

60{ return panel[i];}
Type panel[blockSize_ *panelSize_]

References STK::hidden::Panel< Type >::panel.

◆ operator[]() [2/2]

template<class Type >
Type const & STK::hidden::Panel< Type >::operator[] ( int  i) const
inline

Definition at line 59 of file STK_ProductRaw.h.

59{ return panel[i];}

References STK::hidden::Panel< Type >::panel.

Member Data Documentation

◆ panel

template<class Type >
Type STK::hidden::Panel< Type >::panel[blockSize_ *panelSize_]

The documentation for this struct was generated from the following file: