RiColorXYZV[ Color | Source | Search | Keywords | Summary | Ancestors | All Members | Descendants ]
| public: | |
| // Constructors and assignment | |
| RiColorXYZV(); | |
| RiColorXYZV(RiReal x, RiReal y, RiReal z, RiReal v ); | |
| RiColorXYZV(const RiSpectrum &in); | |
| // Accessors | |
| RiReal | X() const; |
| RiReal | Y() const; |
| RiReal | Z() const; |
| RiReal | V() const; |
| // Members | |
| RiColorXYZV | operator+(const RiColorXYZV &rhs) const; |
| RiColorXYZV | operator-(const RiColorXYZV &rhs) const; |
| RiColorXYZV | operator*(RiReal rhs) const; |
| RiColorXYZV | operator/(RiReal rhs) const; |
| const RiColorXYZV &operator+= | =(const RiColorXYZV &rhs); |
| const RiColorXYZV & | operator-=(const RiColorXYZV &rhs); |
| const RiColorXYZV &operator*= | =(RiReal rhs); |
| const RiColorXYZV &operator/= | =(RiReal rhs); |
| protected: |
RiColorXYZV();
Default Constructor
RiColorXYZV();
RiColorXYZV(RiReal x, RiReal y, RiReal z, RiReal v = 0);
RiColorXYZV(const RiSpectrum &in);
RiReal X() const;
RiReal Y() const;
RiReal Z() const;
RiReal V() const;
RiColorXYZV operator+(const RiColorXYZV &rhs) const;
RiColorXYZV operator-(const RiColorXYZV &rhs) const;
RiColorXYZV operator*(RiReal rhs) const;
RiColorXYZV operator/(RiReal rhs) const;
const RiColorXYZV &operator+=(const RiColorXYZV &rhs);
const RiColorXYZV &operator-=(const RiColorXYZV &rhs);
const RiColorXYZV &operator*=(RiReal rhs);
const RiColorXYZV &operator/=(RiReal rhs);
| public: | ||
|---|---|---|
| // Accessors | ||
| RiReal | X() const; | |
| RiReal | Y() const; | |
| RiReal | Z() const; | |
| RiReal | V() const; | |
| // Members | ||
| RiColorXYZV | operator+(const RiColorXYZV &rhs) const; | |
| RiColorXYZV | operator-(const RiColorXYZV &rhs) const; | |
| RiColorXYZV | operator*(RiReal rhs) const; | |
| RiColorXYZV | operator/(RiReal rhs) const; | |
| const RiColorXYZV &operator+= | =(const RiColorXYZV &rhs); | |
| const RiColorXYZV & | operator-=(const RiColorXYZV &rhs); | |
| const RiColorXYZV &operator*= | =(RiReal rhs); | |
| const RiColorXYZV &operator/= | =(RiReal rhs); | |
| protected: | ||