.. index:: pair: class; P1::ImageSdkC::P1MetaObject .. _doxid-class_p1_1_1_image_sdk_c_1_1_p1_meta_object: class P1::ImageSdkC::P1MetaObject ================================= .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class P1MetaObject { public: // construction :target:`P1MetaObject`(:ref:`P1MetaData`* p = nullptr); // methods bool :target:`IsValid`(); uint32_t :target:`GetType`() const; uint32_t :target:`GetCount`() const; uint8_t :target:`GetUByte`(bool& error); uint16_t :target:`GetUWord`(bool& error); uint32_t :target:`GetULong`(bool& error); uint8_t :target:`GetSByte`(bool& error); uint16_t :target:`GetSWord`(bool& error); uint32_t :target:`GetSLong`(bool& error); float :target:`GetFloat`(bool& error); double :target:`GetDouble`(bool& error); :ref:`CURational` :target:`GetURational`(bool& error); :ref:`CSRational` :target:`GetSRational`(bool& error); std::string :target:`GetRawString`(bool& error); std::string :target:`GetString`(bool& error); std::vector :target:`GetUBytes`(bool& error); std::vector :target:`GetUWords`(bool& error); std::vector :target:`GetULongs`(bool& error); std::vector :target:`GetSBytes`(bool& error); std::vector :target:`GetSWords`(bool& error); std::vector :target:`GetSLongs`(bool& error); std::vector :target:`GetFloats`(bool& error); std::vector :target:`GetDoubles`(bool& error); bool :target:`SetUByte`(uint8_t value); bool :target:`SetUWord`(uint16_t value); bool :target:`SetULong`(uint32_t value); bool :target:`SetSByte`(uint8_t value); bool :target:`SetSWord`(uint16_t value); bool :target:`SetSLong`(uint32_t value); bool :target:`SetFloat`(float value); bool :target:`SetDouble`(double value); bool :target:`SetURational`(:ref:`CURational` value); bool :target:`SetSRational`(:ref:`CSRational` value); bool :target:`SetString`(std::string buffer); bool :target:`SetUBytes`(uint8_t* values, uint32_t count); bool :target:`SetUWords`(uint16_t* values, uint32_t count); bool :target:`SetULongs`(uint32_t* values, uint32_t count); bool :target:`SetSBytes`(int8_t* values, uint32_t count); bool :target:`SetSWords`(int16_t* values, uint32_t count); bool :target:`SetSLongs`(int32_t* values, uint32_t count); bool :target:`SetFloats`(float* values, uint32_t count); bool :target:`SetDoubles`(double* values, uint32_t count); bool :target:`IsReadOnly`(); bool :target:`IsWritable`(); void :target:`SetWritable`(bool state); bool :target:`IsDisabled`(); void :target:`SetDisabled`(bool state); bool :target:`IsModifiable`(); :ref:`P1MetaData`* :target:`GetPtr`(); }; // direct descendants class :ref:`MetaObject`;