Skip to content

classIEPolyModel 03

Member Function Documentation

PLUGINEXPORT void IEPolyModel::BuildNormalList  ) 
  Referenced by FreeData().

PLUGINEXPORT void IEPolyModel::BuildNormalList float  angletolerance  ) 
 

void IEPolyModel::FreeData  )  [inline]
 

Reimplemented in IETriModel.

Definition at line 587 of file IEModel.h.

References BuildNormalList(), HashArray< TYPE, ARG_TYPE >::GetSize(), m_polyarray, and PLUGINEXPORT.

Referenced by ~IEPolyModel().

Here is the call graph for this function:

int IEPolyModel::getFaceVertex int  face,
int  v
[inline]
 

Definition at line 625 of file IEModel.h.

References m_polyarray.

int IEPolyModel::getNumFaces  )  [inline]
 

Definition at line 624 of file IEModel.h.

References GetNumFaces().

Here is the call graph for this function:

int IEPolyModel::GetNumFaces  )  const [inline]
 

Definition at line 603 of file IEModel.h.

References HashArray< TYPE, ARG_TYPE >::GetSize(), and m_polyarray.

Referenced by getNumFaces(), IETriModel::operator=(), and operator=().

Here is the call graph for this function:

int IEPolyModel::GetNumNormals  )  const [inline]
 

Definition at line 613 of file IEModel.h.

References VectorCollection::GetSize(), and m_normallist.

Here is the call graph for this function:

int IEPolyModel::getNumVerts  )  [inline]
 

Definition at line 623 of file IEModel.h.

References GetNumVerts().

Here is the call graph for this function:

int IEPolyModel::GetNumVerts  )  const [inline]
 

Definition at line 595 of file IEModel.h.

References VectorCollection::GetSize(), and IEModel::m_vertexlist.

Referenced by getNumVerts(), IETriModel::operator=(), and operator=().

Here is the call graph for this function:

IEPolyModel& IEPolyModel::operator= const IEPolyModel other  )  [inline]
 

Definition at line 569 of file IEModel.h.

References GetNumFaces(), GetNumVerts(), m_polyarray, IEPoly::m_vertexid, IEModel::m_vertexlist, SetNumFaces(), and SetNumVerts().

Here is the call graph for this function:

void IEPolyModel::SetNumFaces int  numfaces  )  [inline]