Public Member Functions | |
| Transform & | operator[] (int i) |
| const Transform & | operator[] (int i) const |
| bool | IsAnimated () const |
Private Attributes | |
| Transform | t [MAX_TRANSFORMS] |
Friends | |
| TransformSet | Inverse (const TransformSet &ts) |
Definition at line 133 of file api.cpp.
| bool TransformSet::IsAnimated | ( | ) | const [inline] |
Definition at line 146 of file api.cpp.
References MAX_TRANSFORMS, and t.
Referenced by pbrtShape().
| const Transform& TransformSet::operator[] | ( | int | i | ) | const [inline] |
Definition at line 139 of file api.cpp.
References Assert, MAX_TRANSFORMS, and t.
| Transform& TransformSet::operator[] | ( | int | i | ) | [inline] |
Definition at line 135 of file api.cpp.
References Assert, MAX_TRANSFORMS, and t.
| TransformSet Inverse | ( | const TransformSet & | ts | ) | [friend] |
Transform TransformSet::t[MAX_TRANSFORMS] [private] |
Definition at line 152 of file api.cpp.
Referenced by IsAnimated(), and operator[]().
1.6.3