Go to the documentation of this file.
45 elements = o->getElements();
53 elements = o->getElements();
61 shape = o->getShape();
62 typeAsString = o->getType();
63 data = o->getDataAsVector();
void readNDArray(InputType &input, std::vector< int > &shape, std::string &typeAsString, std::vector< unsigned char > &data, Path &p) final
data::Descriptor getDescriptor(InputType &input) final
static data::Descriptor GetDescriptor(Input &n)
const data::VariantPtr InputType
#define ARMARX_CHECK_NOT_NULL(ptr)
This macro evaluates whether ptr is not null and if it turns out to be false it will throw an Express...
void readList(InputType &input, std::vector< InputTypeNonConst > &elements, Path &p) final
static PointerType DynamicCastAndCheck(const VariantPtr &n)
void readFloat(InputType &input, float &i, Path &p) final
std::shared_ptr< Variant > VariantPtr
void readDouble(InputType &input, double &i, Path &p) final
ReaderT::InputType & input
void readDict(InputType &input, std::map< std::string, InputTypeNonConst > &elements, Path &p) final
void readString(InputType &input, std::string &s, Path &p) final
void readBool(InputType &input, bool &i, Path &p) final
std::filesystem::path Path
void readInt(InputType &input, int &i, Path &p) final
std::vector< std::string > getPath() const
void readLong(InputType &input, long &i, Path &p) final