Selection

Description

Describes which result will be reported as filter output.

namespace Selection
{
	enum Type
	{
		Best,
		First,
		Last
	};
}