Lexis  1.1.0
Vocabulary of events and shared objects for BBP and HBP software
lexis::render::ImageJPEG Class Reference
+ Inheritance diagram for lexis::render::ImageJPEG:
+ Collaboration diagram for lexis::render::ImageJPEG:

Public Types

typedef ::zerobuf::Vector< uint8_t > Data
 

Public Member Functions

ImageJPEG::Data & getData ()
 Get a reference to the Data dynamic member. More...
 
const ImageJPEG::Data & getData () const
 
void setData (uint8_t const *value, size_t size)
 Set the value of the Data dynamic object from a uint8_t* and size. More...
 
std::vector< uint8_t > getDataVector () const
 
void setData (const std::vector< uint8_t > &value)
 Set the value of the Data dynamic object from a std::vector< uint8_t >. More...
 
void compact (float threshold=0.1f) final
 
 ImageJPEG (const std::vector< uint8_t > &dataValue)
 
 ImageJPEG (const ImageJPEG &rhs)
 
 ImageJPEG (ImageJPEG &&rhs) noexcept
 
 ImageJPEG (const ::zerobuf::Zerobuf &rhs)
 
 ImageJPEG (::zerobuf::AllocatorPtr allocator)
 
ImageJPEGoperator= (const ImageJPEG &rhs)
 
ImageJPEGoperator= (ImageJPEG &&rhs)
 
std::string getSchema () const final
 
std::string getTypeName () const final
 
::zerobuf::uint128_t getTypeIdentifier () const final
 
size_t getZerobufStaticSize () const final
 
size_t getZerobufNumDynamics () const final
 
void _parseJSON (const Json::Value &json) final
 
void _createJSON (Json::Value &json) const final
 

Static Public Member Functions

static std::string ZEROBUF_SCHEMA ()
 
static std::string ZEROBUF_TYPE_NAME ()
 
::zerobuf::uint128_t ZEROBUF_TYPE_IDENTIFIER ()
 
static size_t ZEROBUF_STATIC_SIZE ()
 
static size_t ZEROBUF_NUM_DYNAMICS ()
 
static ConstImageJPEGPtr create (const void *data, const size_t size)
 

Detailed Description

Definition at line 18 of file imageJPEG.h.

Member Function Documentation

ImageJPEG::Data& lexis::render::ImageJPEG::getData ( )

Get a reference to the Data dynamic member.

Warning
: If the reference is used to modify the object, notifyChanged() needs to be explicitly called afterwards.
Returns
a reference to the Data dynamic member.
void lexis::render::ImageJPEG::setData ( uint8_t const *  value,
size_t  size 
)

Set the value of the Data dynamic object from a uint8_t* and size.

notifyChanged() is internally called after the data has been copied.

Parameters
valuea uint8_t* to the data to be set in the current object
sizethe size of the data to be set
void lexis::render::ImageJPEG::setData ( const std::vector< uint8_t > &  value)

Set the value of the Data dynamic object from a std::vector< uint8_t >.

notifyChanged() is internally called after the data has been copied.

Parameters
valuea std::vector< uint8_t > object with the data to be set

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