HDK
|
#include <STY_SubjectGroup.h>
Public Member Functions | |
virtual | ~STY_SubjectGroup () |
virtual int | getNumSubjects () const =0 |
Returns the number of subjects in this group. More... | |
virtual const STY_Subject & | getSubject (int idx) const =0 |
Returns a subject by index. More... | |
Represents a collection of STY_Subjects in a single class. This is used by the multi-subject member functions of STY_Styler.
Definition at line 21 of file STY_SubjectGroup.h.
|
virtual |
|
pure virtual |
Returns the number of subjects in this group.
Implemented in GSTY_SubjectPrimGroup, GSTY_SubjectPointGroup, and GU_AgentSubjectShapeGroup.
|
pure virtual |
Returns a subject by index.
Implemented in GSTY_SubjectPrimGroup, GSTY_SubjectPointGroup, and GU_AgentSubjectShapeGroup.