#include <SOP_CaptureEdit.h>

Public Member Functions | |
| SOP_CaptureEdit (OP_Network *net, const char *name, OP_Operator *entry) | |
| virtual | ~SOP_CaptureEdit () |
| virtual unsigned | disableParms () |
| virtual OP_ERROR | cookInputGroups (OP_Context &context, int alone) |
| void | startNewChange (const int *points, int num_points, int clamp_negative, int normalize=0) |
| void | changeWeight (float t, const char *cregion, float weight, int add_weight) |
| int | addAverageCaptureWeight (OP_Context &context, const UT_IntArray &points, UT_HashTable &averages) |
| virtual void | setVisualization (int onoff) |
Static Public Member Functions | |
| static OP_Node * | ourConstructor (OP_Network *, const char *, OP_Operator *) |
Static Public Attributes | |
| static PRM_Template | ourTemplateList [] |
Protected Member Functions | |
| virtual OP_ERROR | cookMySop (OP_Context &context) |
| virtual void | applyAndClearCurrentDelta () |
| virtual void | buildOpDependencies () |
| virtual void | buildParmDependency (int parm_index) |
| virtual void | handleOpDependency (int referenced_op_id, const OP_Dependency &op_dep, OP_InterestType interest_type, bool &need_cook, const char *old_fullpath, const char *old_cwd, const char *old_chan_name) |
| virtual OP_ERROR | save (ostream &os, const OP_SaveFlags &flags, const char *path_prefix) |
| virtual bool | load (UT_IStream &is, const char *extension, const char *path=0) |
Definition at line 39 of file SOP_CaptureEdit.h.
| SOP_CaptureEdit::SOP_CaptureEdit | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | entry | |||
| ) |
| virtual SOP_CaptureEdit::~SOP_CaptureEdit | ( | ) | [virtual] |
| int SOP_CaptureEdit::addAverageCaptureWeight | ( | OP_Context & | context, | |
| const UT_IntArray & | points, | |||
| UT_HashTable & | averages | |||
| ) |
| virtual void SOP_CaptureEdit::applyAndClearCurrentDelta | ( | ) | [protected, virtual] |
Reimplemented from SOP_GDT.
| virtual void SOP_CaptureEdit::buildOpDependencies | ( | ) | [protected, virtual] |
Reimplemented from OP_Network.
| virtual void SOP_CaptureEdit::buildParmDependency | ( | int | parm_index | ) | [protected, virtual] |
Reimplemented from OP_Node.
| void SOP_CaptureEdit::changeWeight | ( | float | t, | |
| const char * | cregion, | |||
| float | weight, | |||
| int | add_weight | |||
| ) |
| virtual OP_ERROR SOP_CaptureEdit::cookInputGroups | ( | OP_Context & | context, | |
| int | alone | |||
| ) | [virtual] |
Reimplemented from OP_Node.
| virtual OP_ERROR SOP_CaptureEdit::cookMySop | ( | OP_Context & | context | ) | [protected, virtual] |
Implements SOP_Node.
| virtual unsigned SOP_CaptureEdit::disableParms | ( | ) | [virtual] |
Reimplemented from OP_Parameters.
| virtual void SOP_CaptureEdit::handleOpDependency | ( | int | referenced_op_id, | |
| const OP_Dependency & | op_dep, | |||
| OP_InterestType | interest_type, | |||
| bool & | need_cook, | |||
| const char * | old_fullpath, | |||
| const char * | old_cwd, | |||
| const char * | old_chan_name | |||
| ) | [protected, virtual] |
Reimplemented from OP_Node.
| virtual bool SOP_CaptureEdit::load | ( | UT_IStream & | is, | |
| const char * | extension, | |||
| const char * | path = 0 | |||
| ) | [protected, virtual] |
Reimplemented from SOP_GDT.
| static OP_Node* SOP_CaptureEdit::ourConstructor | ( | OP_Network * | , | |
| const char * | , | |||
| OP_Operator * | ||||
| ) | [static] |
| virtual OP_ERROR SOP_CaptureEdit::save | ( | ostream & | os, | |
| const OP_SaveFlags & | flags, | |||
| const char * | path_prefix | |||
| ) | [protected, virtual] |
Reimplemented from SOP_GDT.
| virtual void SOP_CaptureEdit::setVisualization | ( | int | onoff | ) | [virtual] |
Reimplemented from SOP_Node.
| void SOP_CaptureEdit::startNewChange | ( | const int * | points, | |
| int | num_points, | |||
| int | clamp_negative, | |||
| int | normalize = 0 | |||
| ) |
PRM_Template SOP_CaptureEdit::ourTemplateList[] [static] |
Definition at line 46 of file SOP_CaptureEdit.h.
1.5.9