|
Lexis
1.2.0
Vocabulary of events and shared objects for BBP and HBP software
|
Inheritance diagram for lexis::render::Viewport:
Collaboration diagram for lexis::render::Viewport:Public Member Functions | |
| uint32_t * | getSize () |
| Get a pointer to the Size fixed size array. More... | |
| const uint32_t * | getSize () const |
| std::vector< uint32_t > | getSizeVector () const |
| void | setSize (uint32_t value[2]) |
| Set the value of the Size fixed size array from a uint32_t*. More... | |
| void | setSize (const std::vector< uint32_t > &value) |
| Set the value of the Size fixed size array object from a std::vector< uint32_t >. More... | |
| size_t | getSizeSize () const |
| Viewport (const std::vector< uint32_t > &sizeValue) | |
| Viewport (const Viewport &rhs) | |
| Viewport (Viewport &&rhs) noexcept | |
| Viewport (const ::zerobuf::Zerobuf &rhs) | |
| Viewport (::zerobuf::AllocatorPtr allocator) | |
| Viewport & | operator= (const Viewport &rhs) |
| Viewport & | operator= (Viewport &&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 |
Definition at line 18 of file viewport.h.
| uint32_t* lexis::render::Viewport::getSize | ( | ) |
Get a pointer to the Size fixed size array.
| void lexis::render::Viewport::setSize | ( | uint32_t | value[2] | ) |
Set the value of the Size fixed size array from a uint32_t*.
notifyChanged() is internally called after the data has been copied.
| value | a 2-length uint32_t array with the data to be set |
| void lexis::render::Viewport::setSize | ( | const std::vector< uint32_t > & | value | ) |
Set the value of the Size fixed size array object from a std::vector< uint32_t >.
notifyChanged() is internally called after the change has been done.
| value | a std::vector< uint32_t > with the data to be set |