STK++ 0.9.13
STK_CArrayPoint.h File Reference

In this file we implement the final class CArrayPoint. More...

#include "STK_ICArray.h"
Include dependency graph for STK_CArrayPoint.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  STK::hidden::Traits< CArrayPoint< Type_, SizeCols_, Orient_ > >
 Specialization of the Traits class for CArray class. More...
 
class  STK::CArrayPoint< Type_, SizeCols_, Orient_ >
 declaration of the point case. More...
 

Namespaces

namespace  STK
 The namespace STK is the main domain space of the Statistical ToolKit project.
 
namespace  STK::hidden
 The hidden namespace enclose the classes and methods which are used internally by the STK++ classes.
 

Typedefs

typedef CArrayPoint< Real, UnknownSize, Arrays::by_col_STK::CPointX
 
typedef CArrayPoint< Real, 2, Arrays::by_col_STK::CPoint2
 
typedef CArrayPoint< Real, 3, Arrays::by_col_STK::CPoint3
 
typedef CArrayPoint< double, UnknownSize, Arrays::by_col_STK::CPointXd
 
typedef CArrayPoint< double, 2, Arrays::by_col_STK::CPoint2d
 
typedef CArrayPoint< double, 3, Arrays::by_col_STK::CPoint3d
 
typedef CArrayPoint< int, UnknownSize, Arrays::by_col_STK::CPointXi
 
typedef CArrayPoint< int, 2, Arrays::by_col_STK::CPoint2i
 
typedef CArrayPoint< int, 3, Arrays::by_col_STK::CPoint3i
 
typedef CArrayPoint< Real, UnknownSize, Arrays::by_row_STK::CPointByRowX
 
typedef CArrayPoint< Real, 2, Arrays::by_row_STK::CPointByRow2
 
typedef CArrayPoint< Real, 3, Arrays::by_row_STK::CPointByRow3
 
typedef CArrayPoint< double, UnknownSize, Arrays::by_row_STK::CPointByRowXd
 
typedef CArrayPoint< double, 2, Arrays::by_row_STK::CPointByRow2d
 
typedef CArrayPoint< double, 3, Arrays::by_row_STK::CPointByRow3d
 
typedef CArrayPoint< int, UnknownSize, Arrays::by_row_STK::CPointByRowXi
 
typedef CArrayPoint< int, 2, Arrays::by_row_STK::CPointByRow2i
 
typedef CArrayPoint< int, 3, Arrays::by_row_STK::CPointByRow3i
 

Detailed Description

In this file we implement the final class CArrayPoint.

Definition in file STK_CArrayPoint.h.