![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Inheritance diagram for inviwo::views::set_intersection< V1, V2, Comp >:Additional Inherited Members | |
Public Types inherited from inviwo::views::set_transform< V1, V2, Comp, Fn > | |
| using | difference_type |
| using | element_type |
| using | reference = value_type |
| using | value_type = std::remove_cvref_t<decltype(*std::declval<fn_result_t>())> |
Public Member Functions inherited from inviwo::views::set_transform< V1, V2, Comp, Fn > | |
| constexpr V1 | base1 () && |
| constexpr V1 | base1 () const & |
| constexpr V2 | base2 () && |
| constexpr V2 | base2 () const & |
| constexpr iterator | begin () |
| constexpr auto | end () |
| constexpr | set_transform (V1 b1, V2 b2, Comp c=Comp{}, Fn f=Fn{}) |