Rhino C++ API
8.13
|
#include <opennurbs_plane.h>
Public Member Functions | |
ON_ClippingPlaneDataStore () | |
ON_ClippingPlaneDataStore (const ON_ClippingPlaneDataStore &src) | |
~ON_ClippingPlaneDataStore () | |
ON_ClippingPlaneDataStore & | operator= (const ON_ClippingPlaneDataStore &src) |
Public Attributes | |
unsigned int | m_sn =0 |
The only reason this class exists is to maintain extra information on ON_ClippingPlane without changing the size of the ON_ClippingPlane class (to not break the SDK). This class helps maintain a list of additional information associated with an ON_ClippingPlane. Pretend it does not exist
ON_ClippingPlaneDataStore::ON_ClippingPlaneDataStore | ( | ) |
ON_ClippingPlaneDataStore::ON_ClippingPlaneDataStore | ( | const ON_ClippingPlaneDataStore & | src | ) |
ON_ClippingPlaneDataStore::~ON_ClippingPlaneDataStore | ( | ) |
ON_ClippingPlaneDataStore& ON_ClippingPlaneDataStore::operator= | ( | const ON_ClippingPlaneDataStore & | src | ) |
unsigned int ON_ClippingPlaneDataStore::m_sn =0 |