Searched refs:Vec3f (Results 1 – 7 of 7) sorted by relevance
33 const std::vector<Vec3f>* checkerColors) { in addDataToList()48 int findCorrelatedColorTemp(const Vec3f &whitePoint);49 Vec3f initializeFromRGB(const Vec3f &rgb);53 std::vector<Vec3f> mCheckerColors;54 std::vector<Vec3f> mCheckerXyzColors;55 std::vector<Vec3f> mXyzColorsDaylight;
31 void addDataToList(const std::vector<Vec3f>* checkerColors) { in addDataToList()45 bool IsBrighterThan(const std::vector<Vec3f>* colorCheckers1,46 const std::vector<Vec3f>* colorCheckers2) const;47 bool IsEquivalentTo(const std::vector<Vec3f>* colorCheckers1,48 const std::vector<Vec3f>* colorCheckers2) const;50 std::vector<std::vector<Vec3f> > mCheckerColors;
35 void addDataToList(const std::vector<Vec3f>* checkerColors) { in addDataToList()49 bool isDarkerThan(const std::vector<Vec3f>* checkerColors1,50 const std::vector<Vec3f>* checkerColors2) const;51 bool isEquivalentTo(const std::vector<Vec3f>* checkerColors1,52 const std::vector<Vec3f>* checkerColors2) const;54 std::vector<std::vector<Vec3f> > mCheckerColors;
38 const std::vector<Vec3f>* checkerColors) { in addDataToList()52 std::vector<std::vector<Vec3f> > mCheckerColors;
53 const std::vector<Vec3f>* getColorChecker(
98 std::vector<std::vector< Vec3f* > > mMatchColors;
115 typedef Vec3<float> Vec3f; typedef