I recently created a source object, and have been having troubles accessing the public methods of the object through the<br>python scripting interface. The problem seems to be, that only the public methods that I reference in the xml are being 
<br>wrapped. Is there any way to tell the compiler to wripe all the public methods?<br><br>&nbsp; void SetPoint(double x, double y, double z);&nbsp; //wrapped<br>&nbsp; void SetAllPoints(vtkDoubleArray *cords);&nbsp; //not wrapped<br>