#include <BooleanProcessor.h>
Definition at line 262 of file BooleanProcessor.h.
◆ FaceList()
| FaceList::FaceList |
( |
std::vector< ExtFace > & | a_faces | ) |
|
|
inline |
◆ ~FaceList()
◆ clean()
◆ front()
◆ push_back()
| void FaceList::push_back |
( |
int | i | ) |
|
|
inline |
◆ remove()
| void FaceList::remove |
( |
int | i | ) |
|
|
inline |
Definition at line 285 of file BooleanProcessor.h.
285 {
287 if (m_ihead == i) {
289 }else{
291 }
292 if (m_ilast == i) {
294 }else{
296 }
299 }
◆ m_faces
| std::vector<ExtFace>& FaceList::m_faces |
|
private |
◆ m_ihead
◆ m_ilast
The documentation for this class was generated from the following file: