Definition of the Point class.
Definition of the VtkCompositeFilter class.
Is used to combine several filter in one VtkVisPipelineItem. You can use vtk filter and custom filter...
This filter displays the points/nodes given in the index field as spheres.
void setSelectionArray(const std::vector< unsigned > &point_indeces)
Sets the point indices to be highlighted.
std::vector< GeoLib::Point * > _selection
VtkCompositeNodeSelectionFilter(vtkAlgorithm *inputAlgorithm)
~VtkCompositeNodeSelectionFilter() override