Ceetron Data Provider Framework
Public Member Functions | List of all members
CDPResultSpec Class Referenceabstract

Public Member Functions

virtual cdp_size_t geometryIndex () const =0
 
virtual cdp_int_t resultId () const =0
 
virtual cdp_int_t stateId () const =0
 

Detailed Description

A identifier of a result.

Member Function Documentation

cdp_size_t CDPResultSpec::geometryIndex ( ) const
pure virtual

The zero based index of the geometry to get results for

For the normal case of only one geometry, this will be 0.

cdp_int_t CDPResultSpec::resultId ( ) const
pure virtual

The id of the result to get.

This will always be one of the results provided in the meta data with CDPMetaData::addResultInfo

cdp_int_t CDPResultSpec::stateId ( ) const
pure virtual

The id of the state to get results for.

This will always be one of the states provided in the meta data with CDPMetaData::addStateInfo


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