Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91286960
QhullSets.h
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, 16:34
Size
784 B
Mime Type
text/x-c
Expires
Mon, Nov 11, 16:34 (2 d)
Engine
blob
Format
Raw Data
Handle
22227806
Attached To
rCADDMESH CADD_mesher
QhullSets.h
View Options
/****************************************************************************
**
** Copyright (c) 2008-2015 C.B. Barber. All rights reserved.
** $Id: //main/2011/qhull/src/libqhullpcpp/QhullSets.h#2 $$Change: 1810 $
** $DateTime: 2015/01/17 18:28:15 $$Author: bbarber $
**
****************************************************************************/
#ifndef QHULLSETS_H
#define QHULLSETS_H
#include "QhullSet.h"
namespace
orgQhull
{
//See: QhullFacetSet.h
//See: QhullPointSet.h
//See: QhullVertexSet.h
// Avoid circular references between QhullFacet, QhullRidge, and QhullVertex
class
QhullRidge
;
typedef
QhullSet
<
QhullRidge
>
QhullRidgeSet
;
typedef
QhullSetIterator
<
QhullRidge
>
QhullRidgeSetIterator
;
}
//namespace orgQhull
#endif
// QHULLSETS_H
Event Timeline
Log In to Comment