#include <SOP_Capture.h>

Public Member Functions | |
| SOP_Capture (OP_Network *, const char *, OP_Operator *) | |
| virtual | ~SOP_Capture () |
| virtual int | isRefInput (unsigned int i) const |
| virtual unsigned | disableParms () |
| void | setUseAllRegions (bool value) |
Static Public Member Functions | |
| static OP_Node * | myConstructor (OP_Network *, const char *, OP_Operator *) |
Static Public Attributes | |
| static PRM_Template | myTemplateList [] |
| static PRM_Template | myObsoleteList [] |
Protected Member Functions | |
| virtual OP_ERROR | cookMySop (OP_Context &context) |
| virtual OP_ERROR | cookMyGuide1 (OP_Context &context) |
| virtual const char * | inputLabel (unsigned idx) const |
| virtual void | resetCapture () |
| virtual OP_Node * | getRootObjNode () |
| virtual int | getCaptureSopMethod () |
| virtual int | getDoSubnets () |
| virtual float | getCaptureFrame () |
| virtual bool | useCapturePose () |
Definition at line 64 of file SOP_Capture.h.
| SOP_Capture::SOP_Capture | ( | OP_Network * | , | |
| const char * | , | |||
| OP_Operator * | ||||
| ) |
| virtual SOP_Capture::~SOP_Capture | ( | ) | [inline, virtual] |
Definition at line 68 of file SOP_Capture.h.
| virtual OP_ERROR SOP_Capture::cookMyGuide1 | ( | OP_Context & | context | ) | [protected, virtual] |
Reimplemented from SOP_Node.
| virtual OP_ERROR SOP_Capture::cookMySop | ( | OP_Context & | context | ) | [protected, virtual] |
Implements SOP_Node.
| virtual unsigned SOP_Capture::disableParms | ( | ) | [virtual] |
Reimplemented from OP_Parameters.
| virtual float SOP_Capture::getCaptureFrame | ( | ) | [inline, protected, virtual] |
| virtual int SOP_Capture::getCaptureSopMethod | ( | ) | [inline, protected, virtual] |
| virtual int SOP_Capture::getDoSubnets | ( | ) | [inline, protected, virtual] |
| virtual OP_Node* SOP_Capture::getRootObjNode | ( | ) | [protected, virtual] |
Implements SOP_CaptureBase.
| virtual const char* SOP_Capture::inputLabel | ( | unsigned | idx | ) | const [protected, virtual] |
Reimplemented from OP_Node.
| virtual int SOP_Capture::isRefInput | ( | unsigned int | i | ) | const [virtual] |
| static OP_Node* SOP_Capture::myConstructor | ( | OP_Network * | , | |
| const char * | , | |||
| OP_Operator * | ||||
| ) | [static] |
| virtual void SOP_Capture::resetCapture | ( | ) | [protected, virtual] |
Reimplemented from SOP_CaptureBase.
| void SOP_Capture::setUseAllRegions | ( | bool | value | ) |
| virtual bool SOP_Capture::useCapturePose | ( | ) | [inline, protected, virtual] |
PRM_Template SOP_Capture::myObsoleteList[] [static] |
Definition at line 73 of file SOP_Capture.h.
PRM_Template SOP_Capture::myTemplateList[] [static] |
Definition at line 72 of file SOP_Capture.h.
1.5.9