Interface VertexPropertyChunkInfoReader.Factory
-
- Enclosing interface:
- VertexPropertyChunkInfoReader
public static interface VertexPropertyChunkInfoReader.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VertexPropertyChunkInfoReader
create(StdSharedPtr<VertexInfo> vertexInfo, StdSharedPtr<PropertyGroup> propertyGroup, StdString prefix)
Initialize the VertexPropertyChunkInfoReader.
-
-
-
Method Detail
-
create
VertexPropertyChunkInfoReader create(StdSharedPtr<VertexInfo> vertexInfo, StdSharedPtr<PropertyGroup> propertyGroup, StdString prefix)
Initialize the VertexPropertyChunkInfoReader.- Parameters:
vertexInfo
- The vertex info that describes the vertex type.propertyGroup
- The property group that describes the property group.prefix
- The absolute prefix of the graph.
-
-