Turi Create
4.0
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Variables
c
d
f
g
m
s
Typedefs
Enumerations
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Typedefs
Enumerations
Enumerator
Related Functions
+
Files
File List
+
File Members
All
Functions
Macros
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
sgraph_types.hpp
1
/* Copyright © 2017 Apple Inc. All rights reserved.
2
*
3
* Use of this source code is governed by a BSD-3-clause license that can
4
* be found in the LICENSE.txt file or at https://opensource.org/licenses/BSD-3-Clause
5
*/
6
#ifndef TURI_SGRAPH_SGRAPH_TYPES_HPP
7
#define TURI_SGRAPH_SGRAPH_TYPES_HPP
8
9
#include<core/data/flexible_type/flexible_type.hpp>
10
11
namespace
turi
{
12
13
/**
14
* \ingroup sgraph_physical
15
* \addtogroup sgraph_main Main SGraph Objects
16
* \{
17
*/
18
19
/**
20
* The type of data that can be stored on vertices
21
*/
22
typedef
std::vector<flexible_type>
sgraph_vertex_data
;
23
24
/**
25
* The type of data that can be stored on edges
26
*/
27
typedef
std::vector<flexible_type>
sgraph_edge_data
;
28
29
}
30
31
#endif
turi::sgraph_edge_data
std::vector< flexible_type > sgraph_edge_data
Definition:
sgraph_types.hpp:27
turi
SKD.
Definition:
capi_initialization.hpp:11
turi::sgraph_vertex_data
std::vector< flexible_type > sgraph_vertex_data
Definition:
sgraph_types.hpp:22
core
storage
sgraph_data
sgraph_types.hpp
Generated by
1.8.13