Gromacs  2018.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions
gmx::SelectionCompiler Class Reference

#include <gromacs/selection/compiler.h>

Description

Implements selection compilation.

This class is used to implement SelectionCollection::compile(). It prepares the selections in a selection collection for evaluation and performs some optimizations.

See Selection compilation.

Public Member Functions

 SelectionCompiler ()
 Creates a selection compiler.
 
void compile (SelectionCollection *coll)
 Compiles the given selection collection. More...
 

Member Function Documentation

void gmx::SelectionCompiler::compile ( SelectionCollection coll)

Compiles the given selection collection.

Parameters
[in,out]collSelection collection to be compiled.
Returns
0 on successful compilation, a non-zero error code on error.

Before compilation, the selection collection should have been initialized with gmx_ana_selcollection_parse_*(). The compiled selection collection can be passed to gmx_ana_selcollection_evaluate() to evaluate the selection for a frame. If an error occurs, sc is cleared.

The covered fraction information in sc is initialized to CFRAC_NONE.


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