#include <cybpfcylinderc.h>
Inheritance diagram for CybPFCylinderC:


Public Methods | |
| CybPFCylinderC (CybWorldC *, double, double) | |
| virtual | ~CybPFCylinderC () |
| CybPFCylinderC (const CybPFCylinderC &) | |
| CybPFCylinderC & | operator= (const CybPFCylinderC &) |
| virtual void | FinishInit () |
| virtual void | SetPFGeoState (pfGeoState *) |
| virtual void * | GetImpl () |
| pfNode * | GetPFNode () |
| int | GetSolid () |
Protected Methods | |
| void | SetVertices () |
Protected Attributes | |
| long | m_phic |
| pfDCS * | m_pPFDcs |
| pfGeoSet * | m_pPFGeoSet_Top |
| pfGeoSet * | m_pPFGeoSet_Bottom |
| pfGeoSet * | m_pPFGeoSet_Side |
| pfGeode * | m_pPFGeode |
| pfVec3 * | m_coords |
| pfVec3 * | m_normals |
| unsigned short * | m_indexCoord_Top |
| unsigned short * | m_indexCoord_Bottom |
| unsigned short * | m_indexCoord_Side |
| unsigned short * | m_indexNormal_Top |
| unsigned short * | m_indexNormal_Bottom |
| unsigned short * | m_indexNormal_Side |
| int * | m_primLengths_TopBottom |
| int * | m_primLengths_Side |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Reimplemented from CybCylinderC. |
|
|
Reimplemented from CybNodeC. Definition at line 48 of file cybpfcylinderc.h.
00048 {return this;}
|
|
|
Implements CybPFNodeI. |
|
|
Implements CybPFGeometryI. Definition at line 50 of file cybpfcylinderc.h.
00050 {return m_bottom && m_top && m_side;}
|
|
|
|
|
|
Implements CybPFGeometryI. |
|
|
|
|
|
Definition at line 60 of file cybpfcylinderc.h. |
|
|
Definition at line 63 of file cybpfcylinderc.h. |
|
|
Definition at line 64 of file cybpfcylinderc.h. |
|
|
Definition at line 62 of file cybpfcylinderc.h. |
|
|
Definition at line 66 of file cybpfcylinderc.h. |
|
|
Definition at line 67 of file cybpfcylinderc.h. |
|
|
Definition at line 65 of file cybpfcylinderc.h. |
|
|
Definition at line 61 of file cybpfcylinderc.h. |
|
|
Definition at line 54 of file cybpfcylinderc.h. |
|
|
Definition at line 55 of file cybpfcylinderc.h. |
|
|
Definition at line 59 of file cybpfcylinderc.h. |
|
|
Definition at line 57 of file cybpfcylinderc.h. |
|
|
Definition at line 58 of file cybpfcylinderc.h. |
|
|
Definition at line 56 of file cybpfcylinderc.h. |
|
|
Definition at line 69 of file cybpfcylinderc.h. |
|
|
Definition at line 68 of file cybpfcylinderc.h. |
1.3-rc2