Public Member Functions | |
bool | operator< (const Signature &b) const |
bool | operator== (const Signature &b) const |
Signature & | set (VecIndex i, bool value) |
Signature & | set (VecIndex i, bool valueI, VecIndex j, bool valueJ) |
Signature () | |
Signature (int n) | |
Public Attributes | |
std::vector< bool > | v |
Definition at line 80 of file zonohedron.h.
vcg::tri::Zonohedron< Scalar >::Signature::Signature | ( | ) | [inline] |
Definition at line 82 of file zonohedron.h.
vcg::tri::Zonohedron< Scalar >::Signature::Signature | ( | int | n | ) | [inline] |
Definition at line 83 of file zonohedron.h.
bool vcg::tri::Zonohedron< Scalar >::Signature::operator< | ( | const Signature & | b | ) | const [inline] |
Definition at line 88 of file zonohedron.h.
bool vcg::tri::Zonohedron< Scalar >::Signature::operator== | ( | const Signature & | b | ) | const [inline] |
Definition at line 85 of file zonohedron.h.
Signature& vcg::tri::Zonohedron< Scalar >::Signature::set | ( | VecIndex | i, |
bool | value | ||
) | [inline] |
Definition at line 91 of file zonohedron.h.
Signature& vcg::tri::Zonohedron< Scalar >::Signature::set | ( | VecIndex | i, |
bool | valueI, | ||
VecIndex | j, | ||
bool | valueJ | ||
) | [inline] |
Definition at line 95 of file zonohedron.h.
std::vector< bool > vcg::tri::Zonohedron< Scalar >::Signature::v |
Definition at line 81 of file zonohedron.h.