HDK
|
#include <GA_Breakpoint.h>
Public Member Functions | |
GA_Breakpoint (const GA_Primitive *prim=0, int uidx=-1, int vidx=-1) | |
GA_Breakpoint (const GA_Breakpoint &b)=default | |
~GA_Breakpoint () | |
bool | operator== (const GA_Breakpoint &b) const |
bool | isPrimary () const |
int | u () const |
int | v () const |
int | getU () const |
int | getV () const |
void | setU (int u) |
void | setV (int v) |
const GA_Primitive * | getSpline () const |
void | setSpline (const GA_Primitive *p) |
bool | jsonSave (UT_JSONWriter &w, const GA_SaveMap &map) const |
bool | jsonLoad (UT_JSONParser &p, const GA_LoadMap &map) |
Load from a JSON stream. More... | |
Definition at line 26 of file GA_Breakpoint.h.
|
inline |
Definition at line 29 of file GA_Breakpoint.h.
|
default |
|
inline |
Definition at line 36 of file GA_Breakpoint.h.
|
inline |
Definition at line 63 of file GA_Breakpoint.h.
|
inline |
Definition at line 54 of file GA_Breakpoint.h.
|
inline |
Definition at line 56 of file GA_Breakpoint.h.
|
inline |
Definition at line 46 of file GA_Breakpoint.h.
bool GA_Breakpoint::jsonLoad | ( | UT_JSONParser & | p, |
const GA_LoadMap & | map | ||
) |
Load from a JSON stream.
bool GA_Breakpoint::jsonSave | ( | UT_JSONWriter & | w, |
const GA_SaveMap & | map | ||
) | const |
|
inline |
Definition at line 38 of file GA_Breakpoint.h.
|
inline |
Definition at line 65 of file GA_Breakpoint.h.
Definition at line 58 of file GA_Breakpoint.h.
Definition at line 60 of file GA_Breakpoint.h.
|
inline |
Definition at line 50 of file GA_Breakpoint.h.
|
inline |
Definition at line 52 of file GA_Breakpoint.h.