Go to the documentation of this file.
54 static vertexT s_empty_vertex; // needed for shallow copy
60 QhullVertex() : qh_vertex(&s_empty_vertex), qh_qh(0) {}
72 int dimension() const { return (qh_qh ? qh_qh->hull_dim : 0); }
84 QhullQh *
qh()
const {
return qh_qh; }
87 //See also QhullVertexList
93 const char * print_message;
106 #endif // QHULLVERTEX_H
QhullVertex previous() const
void print(const Eigen::SparseMatrix< Scalar, Options > &mat)
QhullRidge – Qhull's ridge structure, ridgeT, as a C++ class.
QhullLinkedList< QhullVertex > QhullVertexList
bool operator!=(const QhullVertex &other) const
QhullVertex(const QhullVertex &other)
Interface to Qhull from C++.
bool operator==(const QhullVertex &other) const
std::ostream & operator<<(std::ostream &os, const orgQhull::QhullVertex::PrintVertex &pr)
QhullFacetSet neighborFacets() const
QhullVertex & operator=(const QhullVertex &other)
POD type equivalent to qhT. No virtual members.
static vertexT s_empty_vertex
QhullQh * qh_qh
QhullQh/qhT for vertexT, may be 0.
vertexT * qh_vertex
Corresponding vertexT, never 0.
QhullLinkedListIterator< QhullVertex > QhullVertexListIterator
bool neighborFacetsDefined() const
True if defineVertexNeighborFacets() already called. Auotomatically set for facet merging,...
vertexT * getVertexT() const
hpp-fcl
Author(s):
autogenerated on Fri Aug 2 2024 02:45:15