cgal/GraphicsView/include/CGAL/Qt/qglviewer_impl_list.h

34 lines
1.2 KiB
C

/****************************************************************************
Copyright (c) 2018 GeometryFactory Sarl (France).
Copyright (C) 2002-2014 Gilles Debunne. All rights reserved.
This file is part of a fork of the QGLViewer library version 2.7.0.
http://www.libqglviewer.com - contact@libqglviewer.com
This file may be used under the terms of the GNU General Public License
version 3.0 as published by the Free Software Foundation and
appearing in the LICENSE file included in the packaging of this file.
This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*****************************************************************************/
// $URL$
// $Id$
// SPDX-License-Identifier: GPL-3.0
#ifndef QGLVIEWER_IMPL_LIST_H
#define QGLVIEWER_IMPL_LIST_H
#include <CGAL/Qt/vec_impl.h>
#include <CGAL/Qt/quaternion_impl.h>
#include <CGAL/Qt/frame_impl.h>
#include <CGAL/Qt/constraint_impl.h>
#include <CGAL/Qt/manipulatedFrame_impl.h>
#include <CGAL/Qt/manipulatedCameraFrame_impl.h>
#include <CGAL/Qt/camera_impl.h>
#include <CGAL/Qt/keyFrameInterpolator_impl.h>
#include <CGAL/Qt/qglviewer_impl.h>
#include <CGAL/Qt/mouseGrabber_impl.h>
#endif