OpenStructure
Data Structures | Namespaces | Typedefs | Enumerations
query_ast.hh File Reference
#include <ost/mol/module_config.hh>
#include <boost/variant.hpp>
#include <ost/geom/vec3.hh>
#include <ost/mol/view_type_fw.hh>
#include <ost/mol/property_id.hh>

Go to the source code of this file.

Data Structures

class  WithinParam
class  Node
class  LogicOPNode
class  SelNode

Namespaces

namespace  ost
namespace  ost::mol
namespace  ost::mol::impl

Typedefs

typedef boost::variant< int,
float, String, WithinParam > 
ParamType

Enumerations

enum  LogicOP { LOP_OR, LOP_AND }
enum  CompOP {
  COP_EQ, COP_NEQ, COP_GE, COP_LE,
  COP_LT, COP_GT
}