kwave  18.07.70
Curve.cpp File Reference
#include "config.h"
#include <math.h>
#include <algorithm>
#include <limits>
#include "libkwave/Curve.h"
#include "libkwave/Interpolation.h"
#include "libkwave/Parser.h"
#include "libkwave/String.h"
Include dependency graph for Curve.cpp:

Go to the source code of this file.

Functions

static bool cmp (const Kwave::Curve::Point &a, const Kwave::Curve::Point &b)
 

Function Documentation

◆ cmp()

static bool cmp ( const Kwave::Curve::Point a,
const Kwave::Curve::Point b 
)
static

Definition at line 245 of file Curve.cpp.

Referenced by Kwave::FileInfoDialog::setupFileInfoTab(), and Kwave::Curve::sort().

246 {
247  return (a.x() < b.x());
248 }
Here is the caller graph for this function: