#include "SOP_CustomBrush.h"#include <OP/OP_OperatorTable.h>#include <OP/OP_SaveFlags.h>#include <PRM/PRM_Include.h>#include <UT/UT_CPIO.h>#include <UT/UT_DSOVersion.h>#include <UT/UT_IStream.h>#include <UT/UT_StreamFilter.h>#include <UT/UT_Undo.h>#include <UT/UT_UndoManager.h>Go to the source code of this file.
Classes | |
| class | HDK_Sample::SOP_UndoCustomBrushData |
Namespaces | |
| namespace | HDK_Sample |
| This namespace is used to hold all HDK example source code. | |
Enumerations | |
| enum | SOP_CustomBrushOperation { SOP_CUSTOMBRUSHOPERATION_PAINT, SOP_CUSTOMBRUSHOPERATION_ERASE } |
| enum | SOP_CustomBrushEvent { SOP_CUSTOMBRUSHEVENT_BEGIN, SOP_CUSTOMBRUSHEVENT_ACTIVE, SOP_CUSTOMBRUSHEVENT_END, SOP_CUSTOMBRUSHEVENT_NOP } |
Functions | |
| void | newSopOperator (OP_OperatorTable *table) |
| enum SOP_CustomBrushEvent |
| SOP_CUSTOMBRUSHEVENT_BEGIN | |
| SOP_CUSTOMBRUSHEVENT_ACTIVE | |
| SOP_CUSTOMBRUSHEVENT_END | |
| SOP_CUSTOMBRUSHEVENT_NOP |
Definition at line 128 of file SOP_CustomBrush.C.
Definition at line 113 of file SOP_CustomBrush.C.
| void newSopOperator | ( | OP_OperatorTable * | table | ) |
Definition at line 96 of file SOP_CustomBrush.C.
1.5.9