Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions
GeomLib_LogSample Class Reference

#include <GeomLib_LogSample.hxx>

Inheritance diagram for GeomLib_LogSample:
Inheritance graph
[legend]

Public Member Functions

 GeomLib_LogSample (const double A, const double B, const int N)
 
double GetParameter (const int Index) const override
 Returns the value of parameter of the point of range Index : A + ((Index-1)/(NbPoints-1))*B. An exception is raised if Index<=0 or Index>NbPoints.
 
- Public Member Functions inherited from math_FunctionSample
 math_FunctionSample (const double A, const double B, const int N)
 
virtual void Bounds (double &A, double &B) const
 Returns the bounds of parameters.
 
int NbPoints () const
 Returns the number of sample points.
 

Constructor & Destructor Documentation

◆ GeomLib_LogSample()

GeomLib_LogSample::GeomLib_LogSample ( const double A,
const double B,
const int N )

Member Function Documentation

◆ GetParameter()

double GeomLib_LogSample::GetParameter ( const int Index) const
overridevirtual

Returns the value of parameter of the point of range Index : A + ((Index-1)/(NbPoints-1))*B. An exception is raised if Index<=0 or Index>NbPoints.

Reimplemented from math_FunctionSample.


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