politopix  4.1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Rn Class Reference

This class stores static function that dispatch the main geometric values we use. More...

#include <Rn.h>

Collaboration diagram for Rn:
Collaboration graph

Public Member Functions

 Rn ()
 

Static Public Member Functions

static polito_EXPORT void setDimension (unsigned int dim)
 Set the dimension for the cartesian space we work in. More...
 
static polito_EXPORT unsigned int getDimension ()
 Return the dimension of the cartesian space we work in. More...
 
static polito_EXPORT double getTolerance ()
 Give the minimum distance between two points. More...
 
static polito_EXPORT void setTolerance (double t)
 Give the minimum distance between two points. More...
 

Static Protected Attributes

static unsigned int _dimension = 6
 Rn dimension. More...
 
static double _tolerance = 1.e-06
 Rn dimension. More...
 

Detailed Description

This class stores static function that dispatch the main geometric values we use.

Definition at line 27 of file Rn.h.

Constructor & Destructor Documentation

Rn::Rn ( )
inline

Definition at line 30 of file Rn.h.

Member Function Documentation

unsigned int Rn::getDimension ( )
static

Return the dimension of the cartesian space we work in.

Definition at line 29 of file Rn.cpp.

Here is the caller graph for this function:

double Rn::getTolerance ( )
static

Give the minimum distance between two points.

Definition at line 31 of file Rn.cpp.

Here is the caller graph for this function:

void Rn::setDimension ( unsigned int  dim)
static

Set the dimension for the cartesian space we work in.

Definition at line 27 of file Rn.cpp.

Here is the caller graph for this function:

void Rn::setTolerance ( double  t)
static

Give the minimum distance between two points.

Definition at line 33 of file Rn.cpp.

Here is the caller graph for this function:

Member Data Documentation

unsigned int Rn::_dimension = 6
staticprotected

Rn dimension.

Definition at line 46 of file Rn.h.

double Rn::_tolerance = 1.e-06
staticprotected

Rn dimension.

Definition at line 48 of file Rn.h.


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