#include <meshdelta.h>
Public Member Functions |
|
FaceCreate (DWORD f, const Face &fc) | |
FaceCreate (const Face &fc) | |
FaceCreate (DWORD f) | |
FaceCreate () | |
FaceCreate (const FaceCreate &fc) | |
FaceCreate & | operator= (const FaceCreate &fc) |
Public Attributes |
|
DWORD | original |
Face | face |
FaceCreate | ( | DWORD | f, |
const Face & | fc | ||
) | [inline] |
FaceCreate | ( | const Face & | fc | ) | [inline] |
FaceCreate | ( | DWORD | f | ) | [inline] |
: original(f) { }
FaceCreate | ( | ) | [inline] |
: original(UNDEFINED) { }
FaceCreate | ( | const FaceCreate & | fc | ) | [inline] |
FaceCreate& operator= | ( | const FaceCreate & | fc | ) | [inline] |