-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hi,
String attributes are not stored by points.
When iterating through houio::HouGeo::AttributeAdapter::Ptr, (retrieved with houio::HouGeo::getPointAttributeNames() ), string attributes are not stored by points.
HouGeo::HouAttribute::getString() only returns unique values of a specific attribute.
For instance, there are 10 points with a string attribute.
The value of this attribute is "A" or "B" according to point id (even or odd).
attribute->getNumElements() returns 2 instead of 10
Is there an index by point somewhere to get the value of this attribute for each point ?
Metadata
Metadata
Assignees
Labels
No labels