#include <Facet.h>
Public Member Functions | |
ModelLinkHandle () | |
Creates a new, invalid handle. | |
ModelLinkHandle (size_t index) | |
Creates a new, valid handle. | |
ModelLinkHandle (const ModelLinkHandle &rhs) | |
Creates a new handle which is a copy of the given handle. | |
operator size_t () const | |
operator bool () const | |
bool | operator! () const |
This class represents a ModelLink within a Facet. It is used to reference the link within the Facet.
|
Creates a new, invalid handle.
|
|
Creates a new, valid handle.
|
|
Creates a new handle which is a copy of the given handle.
|
|
|
|
|
|
|