16enum CVCCompositePurpose
59 CVCPR_CoordCartesian_X = 0x1000,
60 CVCPR_CoordCartesian_Y,
61 CVCPR_CoordCartesian_Z,
62 CVCPR_CoordCartesian_W,
65 CVCPR_CoordCylindrical_Rho,
66 CVCPR_CoordCylindrical_Phi,
67 CVCPR_CoordCylindrical_Z,
68 CVCPR_CoordSpherical_Rho,
71 CVCPR_Normal_X = 0x1100,
74 CVCPR_Point_Planarity,
75 CVCPR_Point_Variation,
76 CVCPR_Point_Sphericity,
77 CVCPR_Point_Linearity,
78 CVCPR_Point_Curvature,
81 CVCPR_Custom = 0x10000000,
87enum CVCKindOfTransform
90 CVCTK_AffineMatrix3x2,
92 CVCTK_AffineMatrix4x3,
97typedef void* CVCOMPOSITE;
100typedef void* CVBUFFER;
111typedef void* CVPLANE;
113typedef void* CVPLANEENUM;
115typedef void* CVTRANSFORM;
117typedef void* CVCANCELLATIONTOKEN;
118typedef void* CVCANCELLATIONTOKENSOURCE;
121enum CVCCompressionType