#include <GeoInfo.h>
|
| | PointList () |
| |
| | PointList (const PointList &other) |
| |
| void | operator= (const PointList &other) |
| |
| void | copy (const PointList &other) |
| |
|
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.
◆ PointList() [1/2]
| DD::Image::PointList::PointList |
( |
| ) |
|
|
inline |
Constructs an empty vector of points.
◆ PointList() [2/2]
| DD::Image::PointList::PointList |
( |
const PointList & |
other | ) |
|
|
inline |
Constructs a vector of points by copying the contents of other.
References copy().
◆ operator=()
| void DD::Image::PointList::operator= |
( |
const PointList & |
other | ) |
|
|
inline |
Copies the contents of other into this vector of points.
References copy().
◆ copy()
| void DD::Image::PointList::copy |
( |
const PointList & |
other | ) |
|
|
inline |