Workspace 6.21.5
Classes | Namespaces | Functions
generalflags.h File Reference
#include <algorithm>
#include <functional>
#include "Mesh/mesh_api.h"
#include "numberedobject.h"
Include dependency graph for generalflags.h:
This graph shows which files directly or indirectly include this file:

Classes

class  FlagCopy< ObjectTypePtr >
 
class  FlagSetter< ObjectTypePtr >
 
class  IsFlagSet
 Functor for testing if a specified flag is set for numbered objects. More...
 

Namespaces

namespace  CSIRO
 Top level namespace for all Workspace code.
 
namespace  CSIRO::Mesh
 Mesh model data structures.
 

Functions

template<typename ContainerType >
void ContainerFlagSetter (ContainerType &container, unsigned flag, bool b=true)
 
template<typename IteratorType >
void RangeFlagCopy (IteratorType begin, IteratorType end, unsigned flagFrom, unsigned flagTo)
 
template<typename IteratorType >
void RangeFlagSetter (IteratorType begin, IteratorType end, unsigned flag, bool b=true)