TopoShapeFacePy.h

Go to the documentation of this file.
00001 
00002 // This file is generated by src/Tools/generateTemaplates/templateClassPyExport.py out of the XML file
00003 // Every change you make here get lost at the next full rebuild!
00004 #ifndef PART_TOPOSHAPEFACEPY_H
00005 #define PART_TOPOSHAPEFACEPY_H
00006 
00007 #include <Mod/Part/App/TopoShapePy.h>
00008 #include <Mod/Part/App/TopoShape.h>
00009 #include <string>
00010 
00011 namespace Part
00012 {
00013 
00014 //===========================================================================
00015 // TopoShapeFacePy - Python wrapper
00016 //===========================================================================
00017 
00020 class PartExport TopoShapeFacePy : public Part::TopoShapePy
00021 {
00022 public:
00023     static PyTypeObject   Type;
00024     static PyMethodDef    Methods[];
00025     static PyGetSetDef    GetterSetter[];
00026     static PyParentObject Parents[];
00027     virtual PyTypeObject *GetType(void) {return &Type;};
00028     virtual PyParentObject *GetParents(void) {return Parents;}
00029 
00030 public:
00031     TopoShapeFacePy(TopoShape *pcObject, PyTypeObject *T = &Type);
00032     static PyObject *PyMake(struct _typeobject *, PyObject *, PyObject *);
00033     virtual int PyInit(PyObject* args, PyObject*k);
00034     ~TopoShapeFacePy();
00035 
00036     typedef TopoShape* PointerType ;
00037 
00038     virtual PyObject *_repr(void);        // the representation
00039     std::string representation(void) const;
00040 
00043 
00044     static PyObject * staticCallback_makeOffset (PyObject *self, PyObject *args);
00046     PyObject*  makeOffset(PyObject *args);
00048     static PyObject * staticCallback_tangentAt (PyObject *self, PyObject *args);
00050     PyObject*  tangentAt(PyObject *args);
00052     static PyObject * staticCallback_valueAt (PyObject *self, PyObject *args);
00054     PyObject*  valueAt(PyObject *args);
00056     static PyObject * staticCallback_normalAt (PyObject *self, PyObject *args);
00058     PyObject*  normalAt(PyObject *args);
00060     static PyObject * staticCallback_derivative1At (PyObject *self, PyObject *args);
00062     PyObject*  derivative1At(PyObject *args);
00064     static PyObject * staticCallback_derivative2At (PyObject *self, PyObject *args);
00066     PyObject*  derivative2At(PyObject *args);
00068     static PyObject * staticCallback_curvatureAt (PyObject *self, PyObject *args);
00070     PyObject*  curvatureAt(PyObject *args);
00072     static PyObject * staticCallback_isPartOfDomain (PyObject *self, PyObject *args);
00074     PyObject*  isPartOfDomain(PyObject *args);
00076     static PyObject * staticCallback_makeHalfSpace (PyObject *self, PyObject *args);
00078     PyObject*  makeHalfSpace(PyObject *args);
00080     static PyObject * staticCallback_setTolerance (PyObject *self, PyObject *args);
00082     PyObject*  setTolerance(PyObject *args);
00084 
00085 
00088 
00089     static PyObject * staticCallback_getParameterRange (PyObject *self, void *closure);
00091     Py::Tuple getParameterRange(void) const;
00093     static int staticCallback_setParameterRange (PyObject *self, PyObject *value, void *closure);
00094     // no setter method,  ParameterRange is read only!
00096     static PyObject * staticCallback_getSurface (PyObject *self, void *closure);
00098     Py::Object getSurface(void) const;
00100     static int staticCallback_setSurface (PyObject *self, PyObject *value, void *closure);
00101     // no setter method,  Surface is read only!
00103     static PyObject * staticCallback_getWire (PyObject *self, void *closure);
00105     Py::Object getWire(void) const;
00107     static int staticCallback_setWire (PyObject *self, PyObject *value, void *closure);
00108     // no setter method,  Wire is read only!
00110     static PyObject * staticCallback_getCenterOfMass (PyObject *self, void *closure);
00112     Py::Object getCenterOfMass(void) const;
00114     static int staticCallback_setCenterOfMass (PyObject *self, PyObject *value, void *closure);
00115     // no setter method,  CenterOfMass is read only!
00117 
00119     PyObject *getCustomAttributes(const char* attr) const;
00121     int setCustomAttributes(const char* attr, PyObject *obj);
00122     PyObject *_getattr(char *attr);              // __getattr__ function
00123     int _setattr(char *attr, PyObject *value);        // __setattr__ function
00124 
00126     TopoShape *getTopoShapePtr(void) const;
00127 
00130 
00132 };
00133 
00134 #define PARENTSPartTopoShapeFacePy &TopoShapeFacePy::Type,PARENTSPartTopoShapePy
00135 
00136 }  //namespace Part
00137 
00138 #endif  // PART_TOPOSHAPEFACEPY_H
00139 
00140 

Generated on Wed Nov 23 19:00:47 2011 for FreeCAD by  doxygen 1.6.1