#include <eggSurface.h>
Inheritance diagram for EggSurface:

Public Member Functions | |
| INLINE | EggSurface (const string &name="") |
| INLINE | EggSurface (const EggSurface ©) |
| INLINE EggSurface & | operator= (const EggSurface ©) |
| INLINE void | set_u_subdiv (int subdiv) |
| INLINE int | get_u_subdiv () const |
| INLINE void | set_v_subdiv (int subdiv) |
| INLINE int | get_v_subdiv () const |
| virtual TypeHandle | get_type () const |
| virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
| TypeHandle | get_class_type () |
| void | init_type () |
Private Attributes | |
| int | _u_subdiv |
| int | _v_subdiv |
Static Private Attributes | |
| TypeHandle | _type_handle |
|
|
|
|
|
|
|
|
Reimplemented from EggPrimitive. Reimplemented in EggNurbsSurface. Definition at line 59 of file eggSurface.h. References EggPrimitive::get_class_type(), and EggPrimitive::init_type(). |
|
|
Reimplemented from EggPrimitive. Reimplemented in EggNurbsSurface. Definition at line 48 of file eggSurface.h. Referenced by EggNurbsSurface::force_init_type(), and EggNurbsSurface::get_type(). |
|
|
Reimplemented from EggPrimitive. Reimplemented in EggNurbsSurface. Definition at line 56 of file eggSurface.h. References EggPrimitive::get_class_type(). |
|
|
Referenced by EggNurbsSurface::write(). |
|
|
Referenced by EggNurbsSurface::write(). |
|
|
Reimplemented from EggPrimitive. Reimplemented in EggNurbsSurface. Definition at line 51 of file eggSurface.h. References EggPrimitive::get_class_type(), EggPrimitive::init_type(), and register_type(). Referenced by EggNurbsSurface::force_init_type(), and init_libegg(). |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from EggPrimitive. Reimplemented in EggNurbsSurface. Definition at line 21 of file eggSurface.cxx. |
|
|
Definition at line 43 of file eggSurface.h. |
|
|
Definition at line 44 of file eggSurface.h. |
1.3