PLaSK library
|
This logic holds two boundaries and represent a set difference of them. More...
#include <plask/mesh/boundary.hpp>
Classes | |
struct | IteratorImpl |
Public Member Functions | |
DiffBoundarySetImpl (BoundaryNodeSet A, BoundaryNodeSet B) | |
bool | contains (std::size_t mesh_index) const override |
Check if boundary contains point with given index. | |
BoundaryNodeSetImpl::Iterator | begin () const override |
Get begin iterator over boundary points. | |
BoundaryNodeSetImpl::Iterator | end () const override |
Get end iterator over boundary points. | |
bool | empty () const override |
Check if this represents empty set of indexes. | |
Public Member Functions inherited from plask::BoundaryNodeSetImpl | |
virtual | ~BoundaryNodeSetImpl () |
virtual std::size_t | size () const |
Get number of points in this boundary. | |
Public Attributes | |
BoundaryNodeSet | A |
BoundaryNodeSet | B |
Additional Inherited Members | |
Public Types inherited from plask::BoundaryNodeSetImpl | |
typedef PolymorphicForwardIteratorImpl< std::size_t, std::size_t > | IteratorImpl |
Base class for boundary iterator implementation. | |
typedef PolymorphicForwardIterator< IteratorImpl > | Iterator |
Boundary iterator type. | |
typedef Iterator | const_iterator |
iterator over indexes of mesh | |
typedef const_iterator | iterator |
This logic holds two boundaries and represent a set difference of them.
Definition at line 535 of file boundary.hpp.
|
inline |
Definition at line 600 of file boundary.hpp.
|
inlineoverridevirtual |
Get begin iterator over boundary points.
Implements plask::BoundaryNodeSetImpl.
Definition at line 607 of file boundary.hpp.
|
inlineoverridevirtual |
Check if boundary contains point with given index.
mesh_index | valid index of point in mesh |
true
only if point with index mesh_index
in mesh
lies on boundary Implements plask::BoundaryNodeSetImpl.
Definition at line 603 of file boundary.hpp.
|
inlineoverridevirtual |
Check if this represents empty set of indexes.
true
only if this represents empty set of indexes Reimplemented from plask::BoundaryNodeSetImpl.
Definition at line 615 of file boundary.hpp.
|
inlineoverridevirtual |
Get end iterator over boundary points.
Implements plask::BoundaryNodeSetImpl.
Definition at line 611 of file boundary.hpp.
BoundaryNodeSet plask::DiffBoundarySetImpl::A |
Definition at line 537 of file boundary.hpp.
BoundaryNodeSet plask::DiffBoundarySetImpl::B |
Definition at line 537 of file boundary.hpp.