Nuke binary plugins  14.0.7
DD::Image::PointList Class Reference
Inheritance diagram for DD::Image::PointList:
DD::Image::RefCountedObject

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
 

Detailed Description

A vector of Vector3 with a custom BlockAllocator.

Constructor & Destructor Documentation

DD::Image::PointList::PointList ( )
inline

Constructs an empty vector of points.

DD::Image::PointList::PointList ( const PointList other)
inline

Constructs a vector of points by copying the contents of other.

References copy().

Member Function Documentation

void DD::Image::PointList::operator= ( const PointList other)
inline

Copies the contents of other into this vector of points.

References copy().

void DD::Image::PointList::copy ( const PointList other)
inline

Copies the contents of other into this vector of points.

Referenced by operator=(), and PointList().



©2024 The Foundry Visionmongers, Ltd. All Rights Reserved.
www.foundry.com