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

Public Member Functions

double * getMatrix ()
 Get a pointer to the double fixed size array object. More...
 
const double * getMatrix () const
 
std::vector< double > getMatrixVector () const
 
void setMatrix (double value[16])
 Set the value of the double fixed size array object from a double*. More...
 
void setMatrix (const std::vector< double > &value)
 Set the value of the double fixed size array object from a double std::vector. More...
 
size_t getMatrixSize () const
 
 LookOut (const std::vector< double > &matrixValue)
 
 LookOut (const LookOut &rhs)
 
 LookOut (LookOut &&rhs) noexcept
 
 LookOut (const ::zerobuf::Zerobuf &rhs)
 
 LookOut (::zerobuf::AllocatorPtr allocator)
 
LookOutoperator= (const LookOut &rhs)
 
LookOutoperator= (LookOut &&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 ConstLookOutPtr create (const void *data, const size_t size)
 

Detailed Description

Definition at line 18 of file lookOut.h.

Member Function Documentation

double* lexis::render::LookOut::getMatrix ( )

Get a pointer to the double fixed size array object.

WARNING: If the pointer is used to modify the object, notifyChanged() needs to be explicitly called afterwards.

Returns
a pointer to the double fixed size array object(double*).
void lexis::render::LookOut::setMatrix ( double  value[16])

Set the value of the double fixed size array object from a double*.

notifyChanged() is internally called after the change has been done.

Parameters
valuea 16-length double array with the data to be set in the current object
void lexis::render::LookOut::setMatrix ( const std::vector< double > &  value)

Set the value of the double fixed size array object from a double std::vector.

notifyChanged() is internally called after the change has been done.

Parameters
valuea std::vector< double > with the data to be set in the current object

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