Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Types
concepts::GeneralPoint< F, dim > Struct Template Reference

Introduction of a point type which is Real or Cmplx for dimension 1 and Point<Real,dim> or Point<Cmplx,dim> for higher dimensions. More...

#include <vectorsMatrices.hh>

List of all members.

Public Types

typedef concepts::Point< F, dim > Type

Detailed Description

template<class F, uint dim>
struct concepts::GeneralPoint< F, dim >

Introduction of a point type which is Real or Cmplx for dimension 1 and Point<Real,dim> or Point<Cmplx,dim> for higher dimensions.

Use it like

 GeneralPoint<F,dim>::Type p; 
Author:
Kersten Schmidt, 2010

Definition at line 258 of file vectorsMatrices.hh.


Member Typedef Documentation

template<class F , uint dim>
typedef concepts::Point<F,dim> concepts::GeneralPoint< F, dim >::Type

Definition at line 259 of file vectorsMatrices.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)