Template Struct SetRegionFaces#
Defined in File meshproperties.hpp
Inheritance Relationships#
Base Type#
public SetProperty< MeshType >
(Template Struct SetProperty)
Struct Documentation#
-
template<class MeshType>
struct SetRegionFaces : public SetProperty<MeshType> Public Functions
-
inline SetRegionFaces(MeshType &_mesh)
-
inline virtual void set_property(MeshType &_mesh, std::map<int, int> ®ion_value_map)
-
inline virtual void set_property(MeshType &_mesh, std::map<int, std::function<real(real, real, real)>>&)
-
inline virtual void set_property(MeshType &_mesh, std::map<int, std::vector<real>> ®ion_value_map)
-
inline virtual void set_property(MeshType &_mesh, std::map<std::string, std::string> ®ion_value_map)
-
inline virtual void set_property(MeshType &_mesh, std::map<int, std::function<bool(real, real, real)>> ®ion_value_map)
-
inline virtual void set_property(MeshType &_mesh, std::map<int, std::string> ®ion_value_map)
-
inline SetRegionFaces(MeshType &_mesh)