qwt_spline_approximation.cpp
Go to the documentation of this file.
1 /* -*- mode: C++ ; c-file-style: "stroustrup" -*- *****************************
2  * Qwt Widget Library
3  * Copyright (C) 1997 Josef Wilgen
4  * Copyright (C) 2002 Uwe Rathmann
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the Qwt License, Version 1.0
8  *****************************************************************************/
9 
12 
14 {
15 public:
18  {
21  }
22 
24  {
25  delete parametrization;
26  }
27 
30 };
31 
40 {
41  d_data = new PrivateData;
42 }
43 
46 {
47  delete d_data;
48 }
49 
64 {
65  return 0;
66 }
67 
69 {
70  if ( d_data->parametrization->type() != type )
71  {
72  delete d_data->parametrization;
74  }
75 }
76 
78 {
79  if ( ( parametrization != NULL ) && ( d_data->parametrization != parametrization ) )
80  {
81  delete d_data->parametrization;
83  }
84 }
85 
87 {
88  return d_data->parametrization;
89 }
90 
92 {
94 }
95 
97 {
98  return d_data->boundaryType;
99 }
Curve parametrization used for a spline interpolation.
const QwtSplineParametrization * parametrization() const
BoundaryType boundaryType() const
virtual ~QwtSplineApproximation()
Destructor.
QwtSplineApproximation::BoundaryType boundaryType
virtual uint locality() const


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 03:48:10