39 #ifndef H_OGF_MESH_COMMANDS_FILTER_H
40 #define H_OGF_MESH_COMMANDS_FILTER_H
72 index_t size,
const std::string& description,
73 bool floating_point=
false
90 bool test(
double value)
const;
A class to select subsets in an array.
void parse_items(const std::string &destription)
used in 'items' mode (ctor, floating_point = false)
bool test(index_t item) const
Tests an element.
Filter(index_t size, const std::string &description, bool floating_point=false)
Filter constructor.
void parse_values(const std::string &destription)
used in 'values' mode (ctor, floating_point = true)
bool test(double value) const
Tests an element by value.
geo_index_t index_t
The type for storing and manipulating indices.
Global Graphite namespace.
Definitions common to all include files in the mesh library.