Number

Langue: en

Version: 273786 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Number -

SYNOPSIS


#include <Number.h>

Public Member Functions


Number (float f)

bool operator> (float b)

Public Attributes


float value

Static Public Attributes


static float infini = -1

Detailed Description

Authors: David Auber, Patrick Mary, Morgan Mathiaut from the LaBRI Visualization Team Email : auber@tulip-software.org Last modification : 13/03/2009 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This class enables the comparison of floats or the initialization of float to infinity.

Constructor & Destructor Documentation

Number::Number (float f) [inline]

The constructor initializes the field value to the float f.

Member Function Documentation

bool Number::operator> (float b)

Overload of the operator >.

Member Data Documentation

float Number::infini = -1 [static]

contain our value of infinity.

Authors: David Auber, Patrick Mary, Morgan Mathiaut from the LaBRI Visualization Team Email : auber@tulip-software.org Last modification : 13/03/2009 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

float Number::value

Contain the value of the number.

Author

Generated automatically by Doxygen for Tulip Plugins Library from the source code.