#include <cornerEdit.h>
Public Member Functions | |
HbrCornerEdit (int _faceid, int _nsubfaces, unsigned char *_subfaces, unsigned char _vertexid, typename HbrHierarchicalEdit< T >::Operation _op, float _sharpness) | |
HbrCornerEdit (int _faceid, int _nsubfaces, int *_subfaces, int _vertexid, typename HbrHierarchicalEdit< T >::Operation _op, float _sharpness) | |
virtual | ~HbrCornerEdit () |
virtual void | ApplyEditToFace (HbrFace< T > *face) |
Public Member Functions inherited from HbrHierarchicalEdit< T > | |
virtual | ~HbrHierarchicalEdit () |
bool | operator< (const HbrHierarchicalEdit &p) const |
int | GetFaceID () const |
int | GetNSubfaces () const |
unsigned char | GetSubface (int index) const |
bool | IsRelevantToFace (HbrFace< T > *face) const |
virtual void | ApplyEditToVertex (HbrFace< T > *, HbrVertex< T > *) |
Friends | |
std::ostream & | operator (std::ostream &out, const HbrCornerEdit< T > &path) |
Additional Inherited Members | |
Public Types inherited from HbrHierarchicalEdit< T > | |
enum | Operation { Set, Add, Subtract } |
typedef enum OpenSubdiv::OPENSUBDIV_VERSION::HbrHierarchicalEdit::Operation | Operation |
Protected Member Functions inherited from HbrHierarchicalEdit< T > | |
HbrHierarchicalEdit (int _faceid, int _nsubfaces, unsigned char *_subfaces) | |
HbrHierarchicalEdit (int _faceid, int _nsubfaces, int *_subfaces) | |
Protected Attributes inherited from HbrHierarchicalEdit< T > | |
const int | faceid |
const int | nsubfaces |
unsigned char * | subfaces |
Definition at line 33 of file cornerEdit.h.
|
inline |
Definition at line 49 of file cornerEdit.h.
|
inline |
Definition at line 53 of file cornerEdit.h.
|
inlinevirtual |
Definition at line 57 of file cornerEdit.h.
|
inlinevirtual |
Reimplemented from HbrHierarchicalEdit< T >.
Definition at line 61 of file cornerEdit.h.
|
friend |