def readGroupStruct(*args): """readGroupStruct(char file) -> std::vector<(p.StructNodeElem<(double)>)>""" return _spams_wrap.readGroupStruct(*args)
def readGroupStruct( file: 'char const *') -> "std::vector< StructNodeElem< double > * > *": """readGroupStruct(char const * file) -> std::vector< StructNodeElem< double > * > *""" return _spams_wrap.readGroupStruct(file)
def readGroupStruct(file): """readGroupStruct(char const * file) -> std::vector< StructNodeElem< double > * > *""" return _spams_wrap.readGroupStruct(file)