Public Member Functions | |
PointList () | |
PointList (const PointList &other) | |
void | operator= (const PointList &other) |
void | copy (const PointList &other) |
Public Member Functions inherited from DD::Image::RefCountedObject | |
void | ref () |
increment the reference count | |
void | unref () |
decrement the reference count. delete object if this becomes zero. | |
int | refcount () const |
get the reference counter | |
A vector of Vector3 with a custom BlockAllocator.
|
inline |
Constructs an empty vector of points.
|
inline |
Constructs a vector of points by copying the contents of other.
References copy().
|
inline |
Copies the contents of other into this vector of points.
References copy().
|
inline |
Copies the contents of other into this vector of points.
Referenced by operator=(), and PointList().
©2024 The Foundry Visionmongers, Ltd. All Rights Reserved. |