file
FilterAttributes.hFunction Magnum::
Namespaces
- namespace Magnum
- Root namespace.
- namespace Magnum::MeshTools
- Mesh tools.
Functions
- auto filterOnlyAttributes(const Trade::MeshData& mesh, Containers::ArrayView<const UnsignedInt> attributes) -> Trade::MeshData deprecated in Git master
- Filter a mesh to contain only the selected subset of attributes.
-
auto filterOnlyAttributes(const Trade::MeshData& mesh,
std::
initializer_list<UnsignedInt> attributes) -> Trade::MeshData deprecated in Git master - Filter a mesh to contain only the selected subset of attributes.
- auto filterExceptAttributes(const Trade::MeshData& mesh, Containers::ArrayView<const UnsignedInt> attributes) -> Trade::MeshData deprecated in Git master
- Filter a mesh to contain everything except the selected subset of attributes.
-
auto filterExceptAttributes(const Trade::MeshData& mesh,
std::
initializer_list<UnsignedInt> attributes) -> Trade::MeshData deprecated in Git master - Filter a mesh to contain everything except the selected subset of attributes.