vsgXchange
1.0.2
VulkanSceneGraph 3rd party data integration library
|
#include <curl.h>
Public Member Functions | |
vsg::ref_ptr< vsg::Object > | read (const vsg::Path &filename, vsg::ref_ptr< const vsg::Options > options={}) const override |
bool | getFeatures (Features &features) const override |
Static Public Attributes | |
static constexpr const char * | SSL_OPTIONS = "CURLOPT_SSL_OPTIONS" |
static bool | s_do_curl_global_init_and_cleanup |
uint32_t More... | |
Protected Attributes | |
std::mutex | _mutex |
Implementation * | _implementation |
optional curl ReaderWriter. depends upon libcurl for reading data from http and https.
|
static |
uint32_t
specify whether libcurl should be initialized and cleaned up by vsgXchange::curl.