Number.3tulip

Langue: en

Version: 352600 (ubuntu - 24/10/10)

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::valueContain the value of the number.

Author

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