#include <ScoutCGLib.h>
Public メソッド | |
| CNDArray () | |
| virtual | ~CNDArray () |
| void | SetDim (unsigned int Dim,...) |
| operator Type & () | |
| operator Type * () | |
| template<class ArgType> | |
| CNDArray< Type > & | operator[] (const ArgType index) |
| Type & | operator= (const Type &val) |
| unsigned int | GetSize (const unsigned int Dim) |
| void | InitData (const Type &InitVal) |
Private 変数 | |
| std::vector< unsigned int > | m_Offset |
| std::vector< unsigned int > | m_Size |
| Type * | m_Data |
| unsigned int | m_CurrentOffset |
| unsigned int | m_RefCount |
| unsigned int | m_DataSize |
ScoutCGLib.h の 465 行で定義されています。
|
|||||||||
|
ScoutCGLib.h の 468 行で定義されています。 |
|
|||||||||
|
ScoutCGLib.h の 476 行で定義されています。 |
|
||||||||||
|
ScoutCGLib.h の 559 行で定義されています。 |
|
||||||||||
|
ScoutCGLib.h の 567 行で定義されています。 |
|
|||||||||
|
ScoutCGLib.h の 513 行で定義されています。 |
|
|||||||||
|
ScoutCGLib.h の 521 行で定義されています。 |
|
||||||||||
|
ScoutCGLib.h の 548 行で定義されています。 |
|
||||||||||||||
|
ScoutCGLib.h の 531 行で定義されています。 |
|
||||||||||||||||
|
ScoutCGLib.h の 478 行で定義されています。 |
|
|||||
|
ScoutCGLib.h の 577 行で定義されています。 |
|
|||||
|
ScoutCGLib.h の 576 行で定義されています。 |
|
|||||
|
ScoutCGLib.h の 579 行で定義されています。 |
|
|||||
|
ScoutCGLib.h の 573 行で定義されています。 |
|
|||||
|
ScoutCGLib.h の 578 行で定義されています。 |
|
|||||
|
ScoutCGLib.h の 574 行で定義されています。 |
1.4.6-NO