Nuke binary plugins 15.1.3
 
Loading...
Searching...
No Matches
DD::Image::PointList Class Reference

#include <GeoInfo.h>

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

◆ 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().

Member Function Documentation

◆ 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

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