dhart.viewanalysis.ViewAnalysisAggregates¶
- class dhart.viewanalysis.ViewAnalysisAggregates(vector_ptr: c_void_p, data_ptr: c_void_p, size: int)¶
A set of results returned from view analysis, with a single value for each node
- __init__(vector_ptr: c_void_p, data_ptr: c_void_p, size: int)¶
Create a new view analysis result from view analysis in C++
- Parameters:
vector_ptr – a pointer to a vector of floats
data_ptr – a pointer to the underlying data of the node vector
size – the size of the float vector
Methods
Return the underlying vector and data pointers.