class csFrustrumList A list of frustrums
| | AddFirst (csShadowFrustrum* fr) Add a new frustrum to the front of the list. |
| | AddLast (csShadowFrustrum* fr) Add a new frustrum to the back of the list. |
| | AppendList (csFrustrumList* list) Append a list to this one |
| | Clear () Clear the list (make empty but don't delete elements). |
| | csFrustrumList () Create an empty list. |
| | DeleteFrustrums () Destroy all frustrums in the list. |
| | GetFirst () Get the first element in this list (or NULL if empty). |
| | GetLast () Get the last element in this list (or NULL if empty). |
| | SetLast (csShadowFrustrum* frust) Set the last element in this list |
| | Transform (csTransform* trans) Apply a transformation to all frustrums in this list |
| | ~csFrustrumList () Destroy the list but do not destroy the individual elements! |
A list of frustrums
virtual ~csFrustrumList()
void DeleteFrustrums()
void Clear()
csShadowFrustrum* GetFirst()
csShadowFrustrum* GetLast()
void AppendList(csFrustrumList* list)
void SetLast(csShadowFrustrum* frust)
void AddFirst(csShadowFrustrum* fr)
void AddLast(csShadowFrustrum* fr)
void Transform(csTransform* trans)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de