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

Sort out the Workspace data access methods #1027

Closed
NickDraper opened this issue Jul 7, 2008 · 1 comment
Closed

Sort out the Workspace data access methods #1027

NickDraper opened this issue Jul 7, 2008 · 1 comment
Milestone

Comments

@NickDraper
Copy link
Contributor

Boost-Python cannot distinguish methds that only differ in overloads be const-ness.
Therefore additional mthods have been added to the workspace class to allow read only access to data from python.

We need to rationalise the methods based on this. Something like
- ReadX, ReadY etc for getting a read access to the data.
- DataX, DataY etc for getting writable access to the data.

Feel free to consider better method names. The methods need to be well documented and consistent changes made to all of the workspaces.

@NickDraper
Copy link
Contributor Author

This issue was originally trac ticket 179

@NickDraper NickDraper added this to the Iteration 10 milestone Jun 3, 2015
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

No branches or pull requests

1 participant