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) |
index_type | operator[] (index_type i) const |
@access the quadrilateral index More... | |
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 157 of file coal/data_types.h.
typedef std::size_t coal::Quadrilateral::index_type |
Definition at line 158 of file coal/data_types.h.
typedef int coal::Quadrilateral::size_type |
Definition at line 159 of file coal/data_types.h.
|
inline |
Definition at line 161 of file coal/data_types.h.
|
inline |
Definition at line 163 of file coal/data_types.h.
|
inline |
Definition at line 187 of file coal/data_types.h.
|
inline |
Definition at line 182 of file coal/data_types.h.
|
inline |
Definition at line 178 of file coal/data_types.h.
|
inline |
@access the quadrilateral index
Definition at line 176 of file coal/data_types.h.
|
inline |
Set the vertex indices of the quadrilateral.
Definition at line 168 of file coal/data_types.h.
|
inlinestatic |
Definition at line 180 of file coal/data_types.h.
|
private |
Definition at line 192 of file coal/data_types.h.