Ejemplo n.º 1
0
def readGroupStruct(*args):
  """readGroupStruct(char file) -> std::vector<(p.StructNodeElem<(double)>)>"""
  return _spams_wrap.readGroupStruct(*args)
Ejemplo n.º 2
0
def readGroupStruct(
        file: 'char const *') -> "std::vector< StructNodeElem< double > * > *":
    """readGroupStruct(char const * file) -> std::vector< StructNodeElem< double > * > *"""
    return _spams_wrap.readGroupStruct(file)
Ejemplo n.º 3
0
def readGroupStruct(file):
    """readGroupStruct(char const * file) -> std::vector< StructNodeElem< double > * > *"""
    return _spams_wrap.readGroupStruct(file)