#include <ribGraphicsPipe.h>
Public Member Functions | |
RIBGraphicsPipe (const PipeSpecifier &) | |
virtual TypeHandle | get_window_type () const |
Returns the TypeHandle of the kind of window preferred by this kind of pipe. | |
virtual TypeHandle | get_type (void) const |
virtual TypeHandle | force_init_type () |
std::string | get_file_name (void) const |
gets the base filename | |
Static Public Member Functions | |
GraphicsPipe * | make_RIBGraphicsPipe (const FactoryParams ¶ms) |
TypeHandle | get_class_type (void) |
void | init_type (void) |
Protected Member Functions | |
RIBGraphicsPipe (void) | |
RIBGraphicsPipe (const RIBGraphicsPipe &) | |
RIBGraphicsPipe & | operator= (const RIBGraphicsPipe &) |
assignment operator | |
Protected Attributes | |
std::string | _filename |
Static Private Attributes | |
TypeHandle | _type_handle |
Not terribly exciting in itself. The name of the pipe is used as the default RIB output filename for each window, but the window may change this.
Definition at line 44 of file ribGraphicsPipe.h.
|
Definition at line 31 of file ribGraphicsPipe.I. |
|
Definition at line 56 of file ribGraphicsPipe.I. References INLINE. Referenced by get_window_type(). |
|
Definition at line 69 of file ribGraphicsPipe.I. |
|
Definition at line 58 of file ribGraphicsPipe.h. References _type_handle, and INLINE. |
|
Definition at line 54 of file ribGraphicsPipe.cxx. |
|
gets the base filename
Definition at line 44 of file ribGraphicsPipe.I. References INLINE. Referenced by RIBGraphicsWindow::end_frame(). |
|
Definition at line 64 of file ribGraphicsPipe.cxx. |
|
Returns the TypeHandle of the kind of window preferred by this kind of pipe.
Definition at line 39 of file ribGraphicsPipe.cxx. References RIBGraphicsPipe(). |
|
Definition at line 58 of file ribGraphicsPipe.cxx. |
|
Definition at line 45 of file ribGraphicsPipe.cxx. |
|
assignment operator
Definition at line 82 of file ribGraphicsPipe.I. |
|
Definition at line 66 of file ribGraphicsPipe.h. Referenced by RIBGraphicsPipe(). |
|
Definition at line 26 of file ribGraphicsPipe.cxx. Referenced by force_init_type(). |