aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/qtgraphs_helper.h
blob: e488fc7d3139169d9c3033f7b9e46fbb10ee1148 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#ifndef QTGRAPHS_HELPER_H
#define QTGRAPHS_HELPER_H

#include <sbkpython.h>

#include <QtGraphs/qsurfacedataproxy.h>
#include <QtCore/qlist.h>

namespace QtGraphsHelper {

QSurfaceDataArray surfaceDataFromNp(double x, double deltaX, double z, double deltaZ,
                                    PyObject *data);

} // namespace QtGraphsHelper

#endif // QTGRAPHS_HELPER_H