STK++ 1.0
STK_ITContainer2D.h File Reference

In this file we define the Interface class ITContainer2D. More...

#include "STK_IContainer2D.h"
#include "STK_ITContainer1D.h"
#include "../../STKernel/include/STK_Exceptions.h"
Include dependency graph for STK_ITContainer2D.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  STK::ITContainer2D< TYPE, TContainer2D >
 Interface class for homogeneous 2D containers. More...

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.



Detailed Description

In this file we define the Interface class ITContainer2D.

You should not attempt to use it directly but rather used one of the derived class like Array2D, except if you want to create your own Container Class.

Definition in file STK_ITContainer2D.h.