Skip to content

Commit

Permalink
Expose fast::String data object to pyFAST
Browse files Browse the repository at this point in the history
  • Loading branch information
smistad committed Oct 27, 2023
1 parent 02369fb commit 7f20e79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/FAST/Python/PyFAST.i.in
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ public
%template(SequenceT) fast::SimpleDataObject<fast::InferenceDataList>;
%template(FloatScalarT) fast::SimpleDataObject<float>;
%template(FloatPointT) fast::SimpleDataObject<Vector2f>;
%shared_ptr(fast::SimpleDataObject<std::string>)
%shared_ptr(fast::String)
%template(StringT) fast::SimpleDataObject<std::string>;
%template(ClassificationSimpleDataType) fast::SimpleDataObject<std::map<std::string, float>>;

@PYFAST_INTERFACE_INCLUDES@
Expand Down

0 comments on commit 7f20e79

Please sign in to comment.