all() | OpenCVForUnity.CoreModule.Range | static |
allAsValueTuple() | OpenCVForUnity.CoreModule.Range | static |
allAsVec2i() | OpenCVForUnity.CoreModule.Range | static |
clone() | OpenCVForUnity.CoreModule.Range | |
cloneAsValueTuple() | OpenCVForUnity.CoreModule.Range | |
cloneAsVec2i() | OpenCVForUnity.CoreModule.Range | |
empty() | OpenCVForUnity.CoreModule.Range | |
end | OpenCVForUnity.CoreModule.Range | |
Equals(Object obj) | OpenCVForUnity.CoreModule.Range | |
Equals(Range a) | OpenCVForUnity.CoreModule.Range | |
GetHashCode() | OpenCVForUnity.CoreModule.Range | |
intersection(Range r1) | OpenCVForUnity.CoreModule.Range | |
intersectionAsValueTuple(in(int start, int end) r1) | OpenCVForUnity.CoreModule.Range | |
intersectionAsVec2i(in Vec2i r1) | OpenCVForUnity.CoreModule.Range | |
operator(int start, int end)(Range range) | OpenCVForUnity.CoreModule.Range | explicitstatic |
operator Range(in(int start, int end) valueTuple) | OpenCVForUnity.CoreModule.Range | explicitstatic |
operator Vec2i(Range range) | OpenCVForUnity.CoreModule.Range | explicitstatic |
operator!(Range r) | OpenCVForUnity.CoreModule.Range | static |
operator!=(Range a, Range b) | OpenCVForUnity.CoreModule.Range | static |
operator&(Range r1, Range r2) | OpenCVForUnity.CoreModule.Range | static |
operator+(Range r1, int delta) | OpenCVForUnity.CoreModule.Range | static |
operator+(int delta, Range r1) | OpenCVForUnity.CoreModule.Range | static |
operator-(Range r1, int delta) | OpenCVForUnity.CoreModule.Range | static |
operator==(Range a, Range b) | OpenCVForUnity.CoreModule.Range | static |
Range(int s, int e) | OpenCVForUnity.CoreModule.Range | |
Range() | OpenCVForUnity.CoreModule.Range | |
Range(double[] vals) | OpenCVForUnity.CoreModule.Range | |
Range(in Vec2i vals) | OpenCVForUnity.CoreModule.Range | |
Range(in(int start, int end) vals) | OpenCVForUnity.CoreModule.Range | |
set(double[] vals) | OpenCVForUnity.CoreModule.Range | |
set(in Vec2i vals) | OpenCVForUnity.CoreModule.Range | |
set(in(int start, int end) vals) | OpenCVForUnity.CoreModule.Range | |
shift(int delta) | OpenCVForUnity.CoreModule.Range | |
shiftAsValueTuple(int delta) | OpenCVForUnity.CoreModule.Range | |
shiftAsVec2i(int delta) | OpenCVForUnity.CoreModule.Range | |
size() | OpenCVForUnity.CoreModule.Range | |
start | OpenCVForUnity.CoreModule.Range | |
start | OpenCVForUnity.CoreModule.Range | static |
ToString() | OpenCVForUnity.CoreModule.Range | |
ToValueTuple() | OpenCVForUnity.CoreModule.Range | |
ToVec2i() | OpenCVForUnity.CoreModule.Range | |