reader

class granoo3.lib.reader

Bases: Boost.Python.instance

xml reader utility class

Methods Summary

get()

read_bool(arg1, arg2, arg3)

read_float(arg1, arg2, arg3)

read_float_list(arg1, arg2, arg3)

read_int(arg1, arg2, arg3)

read_int_list(arg1, arg2, arg3)

read_point(arg1, arg2, arg3)

read_quaternion(arg1, arg2, arg3)

read_str(arg1, arg2, arg3)

read_str_list(arg1, arg2, arg3)

read_vector(arg1, arg2, arg3)

Methods Documentation

static get() reader[STATIC]
read_bool((reader)arg1, (attr)arg2, (str)arg3) bool[STATIC]
read_float((reader)arg1, (attr)arg2, (str)arg3) float[STATIC]
read_float_list((reader)arg1, (attr)arg2, (str)arg3) list[STATIC]
read_int((reader)arg1, (attr)arg2, (str)arg3) int[STATIC]
read_int_list((reader)arg1, (attr)arg2, (str)arg3) list[STATIC]
read_point((reader)arg1, (attr)arg2, (str)arg3) point[STATIC]
read_quaternion((reader)arg1, (attr)arg2, (str)arg3) quaternion[STATIC]
read_str((reader)arg1, (attr)arg2, (str)arg3) str[STATIC]
read_str_list((reader)arg1, (attr)arg2, (str)arg3) list[STATIC]
read_vector((reader)arg1, (attr)arg2, (str)arg3) vector[STATIC]