- [Main Page](index.md)
- [Classes](annotated.md)
- [Files](files.md)
- [Directories](dirs.md)
- [Related Pages](pages.md)
- [Class List](annotated.md)
- [Alphabetical List](classes.md)
- [Class Hierarchy](hierarchy.md)
- [Class Members](functions.md)
IEPolyModel Class Reference¶
#include <IEModel.h>
Inheritance diagram for IEPolyModel:
Inheritance graph
[legend]
Collaboration diagram for IEPolyModel:
Collaboration graph
[legend]
Public Member Functions |
|
| IEPolyModel () | |
| IEPolyModel (const IEPolyModel &other) | |
| IEPolyModel & | operator= (const IEPolyModel &other) |
| virtual | ~IEPolyModel () |
| void | FreeData () |
| PLUGINEXPORT void | BuildNormalList (float angletolerance) |
| PLUGINEXPORT void | BuildNormalList () |
| int | GetNumVerts () const |
| void | SetNumVerts (int i) |
| int | GetNumFaces () const |
| void | SetNumFaces (int numfaces) |
| int | GetNumNormals () const |
| void | SetNumNormals (int i) |
| int | getNumVerts () |
| int | getNumFaces () |
| int | getFaceVertex (int face, int v) |
Public Attributes |
|
| HashArray< IEPoly *, IEPoly * > | m_polyarray |
| VectorCollection | m_normallist |