![]() |
Polygon Crucher SDK - Documentation
Documentation
|
CWeightPoint is a point that have a float value and can be used for adding ponderation information. More...
CWeightPoint is a point that have a float value and can be used for adding ponderation information.
#include <WeightPoint.h>
Public Member Functions | |
real * | ValPtr () |
void | SetWeight (float weight) |
virtual void | To4DPoint (C4DPoint &pt) const |
virtual CPt & | operator= (const C4DPoint &pt) |
virtual void | Serialize (CXArchive &ar) |
CWeightPoint & | operator= (const CWeightPoint &coord) |
virtual CPt & | operator= (const CPt &refpoint) |
bool | operator== (const CWeightPoint &coord) const |
![]() | |
unsigned int | GetFlags () const |
void | SetFlags (unsigned int flags) |
void | SetFlag (POINT_PROPERTIES flag, bool set) |
void | SetFlags (unsigned int flags, bool set) |
bool | IsFlagSet (POINT_PROPERTIES flag) const |
bool | IsOneFlagSet (int flag) const |
Public Attributes | |
real | weight |