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 brain::Circuit::getMorphologyTypes() and brain::Circuit::getElectrophysiologyTypes() #77

Merged
merged 1 commit into from Jun 22, 2016

Conversation

tribal-tec
Copy link
Contributor

No description provided.

@hernando
Copy link
Contributor

I know you don't like long names, but MTypes and ETypes aren't descriptive names, and I don't think that nomenclature is even universal. I'd prefer getMorphTypes and getElectroTypes.
Apart from that, what about adding functions to get the full list of morphological and electrophysiological types, otherwise this is like half the story.

@@ -124,6 +126,8 @@ class Circuit::Impl
}

virtual Vector3fs getPositions( const GIDSet& gids ) const = 0;
virtual size_ts getMTypes( const GIDSet& gids ) const = 0;
virtual size_ts getETypes( const GIDSet& gids ) const = 0;
Copy link
Contributor

Choose a reason for hiding this comment

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

You can keep this names in the implementation if you want.

@tribal-tec
Copy link
Contributor Author

Updated

@hernando
Copy link
Contributor

+1

@tribal-tec tribal-tec changed the title Add brain::Circuit::getMTypes() and brain::Circuit::getETypes() Add brain::Circuit::getMorphologyTypes() and brain::Circuit::getElectrophysiologyTypes() Jun 22, 2016
@tribal-tec tribal-tec merged commit dd6b190 into BlueBrain:master Jun 22, 2016
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