#include <SOP_CaptureLayerData.h>
|
| SOP_CaptureLayerData () |
|
| SOP_CaptureLayerData (SOP_CaptureLayerData &other) |
|
| ~SOP_CaptureLayerData () |
|
int | getStencilSize () const |
|
void | setStencilSize (int size) |
|
void | clear () |
|
float | getStencilValue (int snum, int ptnum) const |
|
void | setStencilValue (int snum, int ptnum, float value) |
|
int | getNumStencils () const |
|
void | removeStencil (int snum) |
|
bool | hasStencil (int snum) const |
|
int | save (std::ostream &os, const OP_SaveFlags &flags, const char *name, const char *path_prefix) |
|
int | save (std::ostream &os, const OP_SaveFlags &flags, const char *name, const char *path_prefix, bool compress) |
|
bool | load (UT_IStream &is, const char *ext) |
|
Definition at line 24 of file SOP_CaptureLayerData.h.
SOP_CaptureLayerData::SOP_CaptureLayerData |
( |
| ) |
|
SOP_CaptureLayerData::~SOP_CaptureLayerData |
( |
| ) |
|
void SOP_CaptureLayerData::clear |
( |
| ) |
|
int SOP_CaptureLayerData::getNumStencils |
( |
| ) |
const |
int SOP_CaptureLayerData::getStencilSize |
( |
| ) |
const |
float SOP_CaptureLayerData::getStencilValue |
( |
int |
snum, |
|
|
int |
ptnum |
|
) |
| const |
bool SOP_CaptureLayerData::hasStencil |
( |
int |
snum | ) |
const |
|
inline |
bool SOP_CaptureLayerData::load |
( |
UT_IStream & |
is, |
|
|
const char * |
ext |
|
) |
| |
void SOP_CaptureLayerData::removeStencil |
( |
int |
snum | ) |
|
int SOP_CaptureLayerData::save |
( |
std::ostream & |
os, |
|
|
const OP_SaveFlags & |
flags, |
|
|
const char * |
name, |
|
|
const char * |
path_prefix |
|
) |
| |
int SOP_CaptureLayerData::save |
( |
std::ostream & |
os, |
|
|
const OP_SaveFlags & |
flags, |
|
|
const char * |
name, |
|
|
const char * |
path_prefix, |
|
|
bool |
compress |
|
) |
| |
void SOP_CaptureLayerData::setStencilSize |
( |
int |
size | ) |
|
void SOP_CaptureLayerData::setStencilValue |
( |
int |
snum, |
|
|
int |
ptnum, |
|
|
float |
value |
|
) |
| |
The documentation for this class was generated from the following file: