HDK
|
#include <GD_TrimRegion.h>
Public Member Functions | |
GD_TrimFace (GD_Face &face, float ustart, float ustop) | |
~GD_TrimFace () override | |
const GD_Face & | face () const |
float | uStop () const |
float | uStart () const |
int | operator== (const GD_TrimFace &tface) const |
void | reverse () |
GD_TrimLoop * | buildLoop () const |
int | save (std::ostream &os, int binary) const |
bool | jsonSave (UT_JSONWriter &w, const GA_SaveMap &map) const |
Public Member Functions inherited from UT_LinkNode | |
UT_LinkNode () | |
virtual | ~UT_LinkNode () |
UT_LinkNode (const UT_LinkNode &)=delete | |
UT_LinkNode & | operator= (const UT_LinkNode &)=delete |
UT_LinkNode *& | prev () |
UT_LinkNode *& | next () |
const UT_LinkNode * | prev () const |
const UT_LinkNode * | next () const |
Static Public Member Functions | |
static bool | jsonLoad (UT_JSONParser &p, const GA_LoadMap &map, GA_Offset &face_offset, fpreal &u0, fpreal &u1) |
Additional Inherited Members | |
Protected Member Functions inherited from UT_LinkNode | |
virtual const char * | className () const |
virtual void | outTo (std::ostream &os) const |
Definition at line 30 of file GD_TrimRegion.h.
Definition at line 33 of file GD_TrimRegion.h.
|
override |
GD_TrimLoop* GD_TrimFace::buildLoop | ( | ) | const |
|
inline |
Definition at line 40 of file GD_TrimRegion.h.
|
static |
bool GD_TrimFace::jsonSave | ( | UT_JSONWriter & | w, |
const GA_SaveMap & | map | ||
) | const |
|
inline |
Definition at line 44 of file GD_TrimRegion.h.
void GD_TrimFace::reverse | ( | ) |
|
inline |
Definition at line 42 of file GD_TrimRegion.h.
|
inline |
Definition at line 41 of file GD_TrimRegion.h.