InterfaceAttrib stores if an entity is part of an interface, e.g. an material boundary inside the volume.
More...
#include <Type-OpenVolumeMesh/libs/OpenVolumeMesh/src/OpenVolumeMesh/Attribs/InterfaceAttrib.hh>
|
using | boolref = std::vector< bool >::reference |
|
InterfaceAttrib stores if an entity is part of an interface, e.g. an material boundary inside the volume.
Definition at line 49 of file InterfaceAttrib.hh.
◆ boolref
using OpenVolumeMesh::InterfaceAttrib::boolref = std::vector<bool>::reference |
|
private |
◆ InterfaceAttrib()
OpenVolumeMesh::InterfaceAttrib::InterfaceAttrib |
( |
TopologyKernel & |
_kernel | ) |
|
|
explicit |
◆ operator[]() [1/10]
boolref OpenVolumeMesh::InterfaceAttrib::operator[] |
( |
const EdgeHandle & |
_h | ) |
|
|
inline |
◆ operator[]() [2/10]
bool OpenVolumeMesh::InterfaceAttrib::operator[] |
( |
const EdgeHandle & |
_h | ) |
const |
|
inline |
◆ operator[]() [3/10]
boolref OpenVolumeMesh::InterfaceAttrib::operator[] |
( |
const FaceHandle & |
_h | ) |
|
|
inline |
◆ operator[]() [4/10]
bool OpenVolumeMesh::InterfaceAttrib::operator[] |
( |
const FaceHandle & |
_h | ) |
const |
|
inline |
◆ operator[]() [5/10]
boolref OpenVolumeMesh::InterfaceAttrib::operator[] |
( |
const HalfEdgeHandle & |
_h | ) |
|
|
inline |
◆ operator[]() [6/10]
bool OpenVolumeMesh::InterfaceAttrib::operator[] |
( |
const HalfEdgeHandle & |
_h | ) |
const |
|
inline |
◆ operator[]() [7/10]
boolref OpenVolumeMesh::InterfaceAttrib::operator[] |
( |
const HalfFaceHandle & |
_h | ) |
|
|
inline |
◆ operator[]() [8/10]
bool OpenVolumeMesh::InterfaceAttrib::operator[] |
( |
const HalfFaceHandle & |
_h | ) |
const |
|
inline |
◆ operator[]() [9/10]
boolref OpenVolumeMesh::InterfaceAttrib::operator[] |
( |
const VertexHandle & |
_h | ) |
|
|
inline |
◆ operator[]() [10/10]
bool OpenVolumeMesh::InterfaceAttrib::operator[] |
( |
const VertexHandle & |
_h | ) |
const |
|
inline |
◆ e_interface_
EdgePropertyT<bool> OpenVolumeMesh::InterfaceAttrib::e_interface_ |
◆ f_interface_
FacePropertyT<bool> OpenVolumeMesh::InterfaceAttrib::f_interface_ |
◆ kernel_
◆ v_interface_
The documentation for this class was generated from the following files: