QuerySetDescriptor


public final class QuerySetDescriptor


A descriptor for creating a query set.

Summary

Public constructors

QuerySetDescriptor(int type, int count, String label)

Public methods

final int

The total number of queries in the set.

final String

The label for the query set.

final int

The type of queries in the set (occlusion or timestamp).

final void
setCount(int count)

The total number of queries in the set.

final void

The label for the query set.

final void
setType(int type)

The type of queries in the set (occlusion or timestamp).

Public constructors

QuerySetDescriptor

Added in 1.0.0-alpha01
public QuerySetDescriptor(int type, int count, String label)

Public methods

getCount

Added in 1.0.0-alpha01
public final int getCount()

The total number of queries in the set.

getLabel

Added in 1.0.0-alpha01
public final String getLabel()

The label for the query set.

getType

Added in 1.0.0-alpha01
public final int getType()

The type of queries in the set (occlusion or timestamp).

setCount

Added in 1.0.0-alpha01
public final void setCount(int count)

The total number of queries in the set.

setLabel

Added in 1.0.0-alpha01
public final void setLabel(String label)

The label for the query set.

setType

Added in 1.0.0-alpha01
public final void setType(int type)

The type of queries in the set (occlusion or timestamp).