|
Public Member Functions |
|
vtPlantSpecies & | operator= (const vtPlantSpecies &v) |
| void | AddCommonName (const char *Name, const char *Lang=NULL) |
|
size_t | NumCommonNames () const |
|
CommonName | GetCommonName (int n=0) const |
| unsigned int | CommonNamesOfLanguage (const char *lang) |
| void | SetSciName (const char *szSciName) |
|
const char * | GetSciName () const |
|
void | SetMaxHeight (float f) |
|
float | GetMaxHeight () const |
|
virtual void | AddAppearance (AppearType type, const char *filename, float width, float height, float shadow_radius, float shadow_darkness) |
|
unsigned int | NumAppearances () const |
|
vtPlantAppearance * | GetAppearance (int i) const |
Protected Attributes |
|
std::vector< CommonName > | m_CommonNames |
|
vtString | m_szSciName |
|
float | m_fMaxHeight |
|
vtArray< vtPlantAppearance * > | m_Apps |
Classes |
| struct | CommonName |