Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91247804
QhullStat.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Nov 9, 08:28
Size
882 B
Mime Type
text/x-c
Expires
Mon, Nov 11, 08:28 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22229267
Attached To
rCADDMESH CADD_mesher
QhullStat.cpp
View Options
/****************************************************************************
**
** Copyright (c) 2008-2015 C.B. Barber. All rights reserved.
** $Id: //main/2011/qhull/src/libqhullpcpp/QhullStat.cpp#2 $$Change: 1810 $
** $DateTime: 2015/01/17 18:28:15 $$Author: bbarber $
**
****************************************************************************/
#
//! QhullStat -- Qhull's global data structure, statT, as a C++ class
#include "QhullError.h"
#include "QhullStat.h"
#include <sstream>
#include <iostream>
using
std
::
cerr
;
using
std
::
string
;
using
std
::
vector
;
using
std
::
ostream
;
#ifdef _MSC_VER
// Microsoft Visual C++ -- warning level 4
#endif
namespace
orgQhull
{
#
//Constructor, destructor, etc.
//! If qh_QHpointer==0, invoke with placement new on qh_stat;
QhullStat
::
QhullStat
()
{
}
//QhullStat
QhullStat
::
~
QhullStat
()
{
}
//~QhullStat
}
//namespace orgQhull
Event Timeline
Log In to Comment