13 #ifndef __deal2__geometry_flags_h
14 #define __deal2__geometry_flags_h
71 static_cast<unsigned int> (f1) |
72 static_cast<unsigned int> (f2));
88 static_cast<unsigned int> (f1) ^
89 static_cast<unsigned int> (f2));
130 static_cast<unsigned int> (f1) &
131 static_cast<unsigned int> (f2));
GeometryFlags operator&(GeometryFlags f1, GeometryFlags f2)
Global operator which returns an object in which all bits are set which are set in the first as well ...
GeometryFlags & operator&=(GeometryFlags &f1, GeometryFlags f2)
Global operator which clears all the bits in the first argument if they are not also set in the secon...
GeometryFlags & operator|=(GeometryFlags &f1, GeometryFlags f2)
Global operator which sets the bits from the second argument also in the first one.
GeometryFlags & operator^=(GeometryFlags &f1, GeometryFlags f2)
Global operator which sets the bits from the second argument also in the first one only if they are n...
GeometryFlags operator|(GeometryFlags f1, GeometryFlags f2)
Global operator which returns an object in which all bits are set which are either set in the first o...
GeometryFlags operator^(GeometryFlags f1, GeometryFlags f2)
Global operator which returns an object in which all bits are set which are either set in the first o...
GeometryFlags
The enum type given to the constructors of LocalAssembleBase objects, telling those objects which dat...