#include <ribGraphicsPipe.h>
Public Member Functions | |
INLINE | RIBGraphicsPipe (const PipeSpecifier &) |
virtual TypeHandle | get_window_type () const |
virtual TypeHandle | get_type (void) const |
virtual TypeHandle | force_init_type () |
INLINE std::string | get_file_name (void) const |
Static Public Member Functions | |
GraphicsPipe * | make_RIBGraphicsPipe (const FactoryParams ¶ms) |
TypeHandle | get_class_type (void) |
void | init_type (void) |
Protected Member Functions | |
INLINE | RIBGraphicsPipe (void) |
INLINE | RIBGraphicsPipe (const RIBGraphicsPipe &) |
INLINE RIBGraphicsPipe & | operator= (const RIBGraphicsPipe &) |
Protected Attributes | |
std::string | _filename |
Static Private Attributes | |
TypeHandle | _type_handle |
|
|
|
Referenced by make_RIBGraphicsPipe(). |
|
|
|
Definition at line 49 of file ribGraphicsPipe.h. References get_class_type(), and init_type(). |
|
Definition at line 47 of file ribGraphicsPipe.cxx. References _type_handle. Referenced by ConfigureFn(), force_init_type(), and get_type(). |
|
Referenced by RIBGraphicsWindow::setup_window(). |
|
Definition at line 57 of file ribGraphicsPipe.cxx. References get_class_type(). |
|
Definition at line 32 of file ribGraphicsPipe.cxx. References RIBGraphicsWindow::get_class_type(). |
|
Definition at line 51 of file ribGraphicsPipe.cxx. References _type_handle, and register_type(). Referenced by ConfigureFn(), and force_init_type(). |
|
Definition at line 38 of file ribGraphicsPipe.cxx. References get_param_into(), params, and RIBGraphicsPipe(). Referenced by ConfigureFn(). |
|
|
|
Definition at line 57 of file ribGraphicsPipe.h. |
|
Definition at line 23 of file ribGraphicsPipe.cxx. Referenced by get_class_type(), and init_type(). |