RiImage[ Image | Source | Search | Keywords | Summary | Ancestors | All Members | Descendants ]
| public: | |
| RiImage(); | |
| RiImage(int width, int height, RiReal fovDeg ); | |
| RiImage(const RiImage &); | |
| ~RiImage(); | |
| RiColorXYZV | operator()(int x, int y) const; |
| RiColorXYZV & | operator()(int x, int y); |
| int | GetWidth() const; |
| int | GetHeight() const; |
| RiReal | GetFieldOfView() const; |
| void | SetFieldOfView(RiReal fovDeg); |
| const RiImage & | operator=(const RiImage &); |
| void | Clear(); |
| friend ostream & | operator<<(ostream &, const RiImage &); |
| friend istream & | operator>>(istream &, RiImage &); |
| protected: |
RiImage();
Construct a void/empty image
RiImage();
RiImage(int width, int height, RiReal fovDeg = 45);
RiImage(const RiImage &);
~RiImage();
RiColorXYZV operator()(int x, int y) const;
RiColorXYZV &operator()(int x, int y);
int GetWidth() const;
int GetHeight() const;
RiReal GetFieldOfView() const;
void SetFieldOfView(RiReal fovDeg);
const RiImage &operator=(const RiImage &);
void Clear();
friend ostream &operator<<(ostream &, const RiImage &);
friend istream &operator>>(istream &, RiImage &);
| public: | ||
|---|---|---|
| RiColorXYZV | operator()(int x, int y) const; | |
| RiColorXYZV & | operator()(int x, int y); | |
| int | GetWidth() const; | |
| int | GetHeight() const; | |
| RiReal | GetFieldOfView() const; | |
| void | SetFieldOfView(RiReal fovDeg); | |
| const RiImage & | operator=(const RiImage &); | |
| void | Clear(); | |
| friend ostream & | operator<<(ostream &, const RiImage &); | |
| friend istream & | operator>>(istream &, RiImage &); | |
| protected: | ||