#include <MRMeshPart.h>
Public Member Functions | |
MeshPart (const Mesh &m, const FaceBitSet *bs=nullptr) noexcept | |
MeshPart (const MeshPart &other) noexcept=default | |
MeshPart & | operator= (const MeshPart &other) noexcept |
Public Attributes | |
const Mesh & | mesh |
const FaceBitSet * | region = nullptr |
stores reference on whole mesh (if region is nullptr) or on its part (if region pointer is valid)
|
inlinenoexcept |
|
defaultnoexcept |
const Mesh& MR::MeshPart::mesh |
const FaceBitSet* MR::MeshPart::region = nullptr |