def setVectorField(*args): """ setVectorField(PyObject * pVFObj) -> int Sets the vector field object, returns 0 if pVFObj = NULL, 1 otherwise. See vectorfield.py for an abstract base class that can be overridden to produce one of these objects. """ return _rootfind.setVectorField(*args)
def setVectorField(*args): """ setVectorField(PyObject * pVFObj) -> int int setVectorField(PyObject *pVFObj) Sets the vector field object, returns 0 if pVFObj = NULL, 1 otherwise. """ return _rootfind.setVectorField(*args)
def setVectorField(pVFObj): """ Sets the vector field object. Args: pVFObj (:obj:`object`) Returns: status (int): 0 if pVFObj = NULL, 1 otherwise. See vectorfield.py for an abstract base class that can be overridden to produce one of these objects. """ return _rootfind.setVectorField(pVFObj)
def setVectorField(*args): return _rootfind.setVectorField(*args)