<div dir="ltr">I have a class with an attribute that is a pointer:<div><br></div><div>public:</div><div>  SiftPoint *h_data</div><div><br></div><div>I can write %MethodCode to expose a custom 'get_h_data()' method,  How should I expose the attribute directly, e.g. my_py_class.h_data,</div><div><br></div><div>I tried %MappedType, but am getting sip errors...</div><div><br></div><div>Thanks!</div><div>J</div></div>