The Fib multimedia system
Fib is a system for storing multimedia data (like images or films).
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
fib::algorithms::nDn::nHyperplaneBodySimple::nBorder::cPoint< tFactors > Class Template Reference

#include <cHyperplaneBodySimple.h>

Collaboration diagram for fib::algorithms::nDn::nHyperplaneBodySimple::nBorder::cPoint< tFactors >:

List of all members.

Public Member Functions

 cPoint (const vector< tFactors > &inVecPointPosition)
 ~cPoint ()

Public Attributes

vector< tFactors > vecPointPosition
set< nBorder::cLine< tFactors > * > setContainingLines

Detailed Description

template<class tFactors>
class fib::algorithms::nDn::nHyperplaneBodySimple::nBorder::cPoint< tFactors >

The data for a border point.

Definition at line 215 of file cHyperplaneBodySimple.h.


Constructor & Destructor Documentation

template<class tFactors>
fib::algorithms::nDn::nHyperplaneBodySimple::nBorder::cPoint< tFactors >::cPoint ( const vector< tFactors > &  inVecPointPosition)

parameter constructor

Parameters:
inVecPointPositiona vector for the position of this point
template<class tFactors>
fib::algorithms::nDn::nHyperplaneBodySimple::nBorder::cPoint< tFactors >::~cPoint ( )

destructor


Member Data Documentation

template<class tFactors>
set< nBorder::cLine< tFactors > * > fib::algorithms::nDn::nHyperplaneBodySimple::nBorder::cPoint< tFactors >::setContainingLines

A set with the pointers to the hyperplanes, which contain in this line.

Definition at line 227 of file cHyperplaneBodySimple.h.

template<class tFactors>
vector< tFactors > fib::algorithms::nDn::nHyperplaneBodySimple::nBorder::cPoint< tFactors >::vecPointPosition

A vector for the position of this point.

Definition at line 221 of file cHyperplaneBodySimple.h.


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