Quadrilateral with 4 indices for points. More...
#include <data_types.h>
Public Types | |
typedef std::size_t | index_type |
typedef int | size_type |
Public Member Functions | |
bool | operator!= (const Quadrilateral &other) const |
bool | operator== (const Quadrilateral &other) const |
index_type | operator[] (index_type i) const |
the quadrilateral index More... | |
index_type & | operator[] (index_type i) |
Quadrilateral () | |
Quadrilateral (index_type p0, index_type p1, index_type p2, index_type p3) | |
void | set (index_type p0, index_type p1, index_type p2, index_type p3) |
Set the vertex indices of the quadrilateral. More... | |
Static Public Member Functions | |
static size_type | size () |
Private Attributes | |
index_type | vids [4] |
Quadrilateral with 4 indices for points.
Definition at line 134 of file data_types.h.
typedef std::size_t hpp::fcl::Quadrilateral::index_type |
Definition at line 135 of file data_types.h.
typedef int hpp::fcl::Quadrilateral::size_type |
Definition at line 136 of file data_types.h.
|
inline |
Definition at line 138 of file data_types.h.
|
inline |
Definition at line 140 of file data_types.h.
|
inline |
Definition at line 164 of file data_types.h.
|
inline |
Definition at line 159 of file data_types.h.
|
inline |
the quadrilateral index
Definition at line 153 of file data_types.h.
|
inline |
Definition at line 155 of file data_types.h.
|
inline |
Set the vertex indices of the quadrilateral.
Definition at line 145 of file data_types.h.
|
inlinestatic |
Definition at line 157 of file data_types.h.
|
private |
Definition at line 169 of file data_types.h.