Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add helper function to retrieve available objects #4112

Merged
merged 1 commit into from Jan 23, 2018

Conversation

lisitsyn
Copy link
Member

No description provided.

@@ -74,3 +74,14 @@ void shogun::delete_object(CSGObject* object)
{
delete object;
}

std::set<std::string> available_objects()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this exposed to swig?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure if it works. But would work if we include std_set.i

Copy link
Member

@karlnapf karlnapf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@lisitsyn lisitsyn merged commit c79ad73 into shogun-toolbox:develop Jan 23, 2018
@lisitsyn lisitsyn deleted the feature/available_objects branch January 23, 2018 15:48
vinx13 pushed a commit to vinx13/shogun that referenced this pull request Jan 28, 2018
karlnapf pushed a commit to karlnapf/shogun that referenced this pull request Feb 4, 2018
ktiefe pushed a commit to ktiefe/shogun that referenced this pull request Jul 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants