Xmipp  v3.23.11-Nereus
Public Member Functions | List of all members
MDValueEQ Class Reference

#include <metadata_query.h>

Inheritance diagram for MDValueEQ:
Inheritance graph
[legend]
Collaboration diagram for MDValueEQ:
Collaboration graph
[legend]

Public Member Functions

template<class T >
 MDValueEQ (MDLabel label, const T &value, int limit=-1, int offset=0, MDLabel orderLabel=MDL_OBJID)
 
- Public Member Functions inherited from MDValueRelational
template<class T >
 MDValueRelational (MDLabel label, const T &value, RelationalOp op, int limit=-1, int offset=0, MDLabel orderLabel=MDL_OBJID)
 
 MDValueRelational (const MDObject &value, RelationalOp op, int limit=-1, int offset=0, MDLabel orderLabel=MDL_OBJID)
 
 ~MDValueRelational ()
 
String opString () const
 
virtual String queryStringFunc () const
 
template<class T >
void setValue (T &value)
 
- Public Member Functions inherited from MDQuery
 MDQuery (int limit=-1, int offset=0, MDLabel orderLabel=MDL_OBJID, bool asc=true)
 
virtual ~MDQuery ()
 
String orderByString () const
 
String limitString () const
 
String whereString () const
 

Additional Inherited Members

- Public Attributes inherited from MDValueRelational
MDObjectvalue
 
RelationalOp op
 
- Public Attributes inherited from MDQuery
int limit
 If distint of -1 the results will be limited to this value. More...
 
int offset
 If distint of 0, offset elements will be discarded. More...
 
MDLabel orderLabel
 Label to which apply sort of the results. More...
 
bool asc
 

Detailed Description

Query if MetaData column values are equal to some specific value.

Definition at line 170 of file metadata_query.h.

Constructor & Destructor Documentation

◆ MDValueEQ()

template<class T >
MDValueEQ::MDValueEQ ( MDLabel  label,
const T &  value,
int  limit = -1,
int  offset = 0,
MDLabel  orderLabel = MDL_OBJID 
)
inline

Definition at line 174 of file metadata_query.h.

176  {}
int limit
If distint of -1 the results will be limited to this value.
MDLabel orderLabel
Label to which apply sort of the results.
int offset
If distint of 0, offset elements will be discarded.
MDValueRelational(MDLabel label, const T &value, RelationalOp op, int limit=-1, int offset=0, MDLabel orderLabel=MDL_OBJID)
Equal.

The documentation for this class was generated from the following file: