LuciadCPillar 2023.1.04
luciad::HspcModelDecoder::Options Class Referencefinal

Options for decoding HSPC data. More...

#include <luciad/formats/hspc/HspcModelDecoder.h>

Classes

class  Builder
 Builder for the HSPC options. More...
 

Public Member Functions

const std::shared_ptr< IDataLoader > & getDataLoader () const
 Returns the custom loader implementation to fetch the HSPC resources. More...
 
const std::shared_ptr< IHttpClient > & getHttpClient () const
 Returns the http client implementation to send HTTP requests. More...
 

Static Public Member Functions

static Builder newBuilder ()
 Creates a new builder. More...
 

Detailed Description

Options for decoding HSPC data.

Since
2022.1

Member Function Documentation

◆ getDataLoader()

const std::shared_ptr< IDataLoader > & luciad::HspcModelDecoder::Options::getDataLoader ( ) const

Returns the custom loader implementation to fetch the HSPC resources.

Returns
the custom loader implementation to fetch the HSPC resources.

◆ getHttpClient()

const std::shared_ptr< IHttpClient > & luciad::HspcModelDecoder::Options::getHttpClient ( ) const

Returns the http client implementation to send HTTP requests.

Returns
the http client implementation to send HTTP requests.
Since
2023.0

◆ newBuilder()

static Builder luciad::HspcModelDecoder::Options::newBuilder ( )
static

Creates a new builder.

Returns
a new builder.