dlvhex  2.5.0
EvalUnitProjectionProperties Struct Reference

Projection properties for eval units such properties are required by the model graph. More...

#include <include/dlvhex2/EvalGraph.h>

Inheritance diagram for EvalUnitProjectionProperties:

Public Member Functions

 EvalUnitProjectionProperties (bool iproject=false, bool oproject=false)
 Constructor.

Data Fields

bool iproject
 Do input projection.
bool oproject
 Do output projection.

Detailed Description

Projection properties for eval units such properties are required by the model graph.

Definition at line 329 of file EvalGraph.h.


Constructor & Destructor Documentation

EvalUnitProjectionProperties::EvalUnitProjectionProperties ( bool  iproject = false,
bool  oproject = false 
) [inline]

Constructor.

Parameters:
iprojectSee EvalUnitProjectionProperties::iproject.
oprojectSee EvalUnitProjectionProperties::oproject.

Definition at line 341 of file EvalGraph.h.


Field Documentation

Do input projection.

Definition at line 333 of file EvalGraph.h.

Do output projection.

Definition at line 335 of file EvalGraph.h.


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