qwt_point_3d.cpp
Go to the documentation of this file.
00001 /* -*- mode: C++ ; c-file-style: "stroustrup" -*- *****************************
00002  * Qwt Widget Library
00003  * Copyright (C) 1997   Josef Wilgen
00004  * Copyright (C) 2002   Uwe Rathmann
00005  *
00006  * This library is free software; you can redistribute it and/or
00007  * modify it under the terms of the Qwt License, Version 1.0
00008  *****************************************************************************/
00009 
00010 #include "qwt_point_3d.h"
00011 
00012 #ifndef QT_NO_DEBUG_STREAM
00013 
00014 QDebug operator<<( QDebug debug, const QwtPoint3D &point )
00015 {
00016     debug.nospace() << "QwtPoint3D(" << point.x() 
00017         << "," << point.y() << "," << point.z() << ")";
00018     return debug.space();
00019 }
00020 
00021 #endif
00022 


plotjuggler
Author(s): Davide Faconti
autogenerated on Wed Jul 3 2019 19:28:05