Table Of Contents

Previous topic

Property filter

Next topic

Resolution filter

Range filter

Python interface

class iplt.alg.RListRangeFilter((object)arg1)
AddRange((RListRangeFilter)arg1, (ReflectionIndex)arg2, (ReflectionIndex)arg3) → None :
C++ signature :
void AddRange(iplt::alg::RListRangeFilter {lvalue},iplt::ReflectionIndex,iplt::ReflectionIndex)
ClearRanges((RListRangeFilter)arg1) → None :
C++ signature :
void ClearRanges(iplt::alg::RListRangeFilter {lvalue})
__init__((object)arg1) → None :
C++ signature :
void __init__(_object*)

__init__( (object)arg1, (ReflectionIndex)arg2, (ReflectionIndex)arg3) -> None :

C++ signature :
void __init__(_object*,iplt::ReflectionIndex,iplt::ReflectionIndex)

C++ interface