CIVector

E849989

CIVector is an Objective-C class in Apple’s Core Image framework that represents and manipulates multi-component vectors, commonly used for configuring image filters and transformations.

All labels observed (2)

Label Occurrences
CIVector canonical 1
CIVector.h 1

How this entity was disambiguated

Statements (56)

Predicate Object
instanceOf Core Image type ⓘ
Objective-C class ⓘ
availableFrom iOS 5.0 ⓘ
macOS 10.4 ⓘ
category Image processing data structure ⓘ
conformsTo NSCopying ⓘ
definedInFramework Core Image ⓘ
definedInHeader CIVector.h ⓘ
linked to: CIVector
definedInModule QuartzCore ⓘ
linked to: Core Animation
developedBy Apple Inc. ⓘ
framework Core Image ⓘ
hasInitializer +vectorWithString: ⓘ
+vectorWithValues:count: ⓘ
+vectorWithX: ⓘ
+vectorWithX:Y: ⓘ
+vectorWithX:Y:Z: ⓘ
+vectorWithX:Y:Z:W: ⓘ
-initWithString: ⓘ
-initWithValues:count: ⓘ
-initWithX: ⓘ
-initWithX:Y: ⓘ
-initWithX:Y:Z: ⓘ
-initWithX:Y:Z:W: ⓘ
hasMethod stringRepresentation ⓘ
valueAtIndex: ⓘ
hasProperty W ⓘ
X ⓘ
Y ⓘ
Z ⓘ
count ⓘ
immutable true ⓘ
platform iOS ⓘ
macOS ⓘ
tvOS ⓘ
watchOS ⓘ
programmingLanguage Objective-C ⓘ
superclass NSObject ⓘ
supportsNSCoding true ⓘ
usedAs filter input parameter type ⓘ
filter output parameter type ⓘ
usedFor configuring image filters ⓘ
configuring image transformations ⓘ
representing multi-component vectors ⓘ
storing color components ⓘ
storing geometric parameters ⓘ
storing kernel parameters ⓘ
usedWith CGAffineTransform-based filters ⓘ
CIColorMatrix filter ⓘ
CICrop filter ⓘ
linked to: CIFilterShape

CIFilter ⓘ
CIGaussianBlur filter ⓘ
CILinearGradient filter ⓘ
CIPerspectiveTransform filter ⓘ
CIPerspectiveTransformWithExtent filter ⓘ
CIRadialGradient filter ⓘ
CIVignette filter ⓘ

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

Core Image → primaryClass → CIVector ⓘ
CIVector → definedInHeader → CIVector.h ⓘ
linked to: CIVector