REFERENCE MANUAL
#include <hps.h>
Public Member Functions | |
bool | Empty () const |
bool | Equals (TrimKit const &in_kit) const |
Type | ObjectType () const |
bool | operator!= (TrimKit const &in_kit) const |
TrimKit & | operator= (TrimKit &&in_that) |
TrimKit & | operator= (TrimKit const &in_kit) |
bool | operator== (TrimKit const &in_kit) const |
void | Set (TrimKit const &in_kit) |
TrimKit & | SetOperation (Trim::Operation in_operation) |
TrimKit & | SetShape (size_t in_count, TrimElement const in_shape[]) |
TrimKit & | SetShape (TrimElementArray const &in_shape) |
void | Show (TrimKit &out_kit) const |
bool | ShowOperation (Trim::Operation &out_operation) const |
bool | ShowShape (TrimElementArray &out_shape) const |
TrimKit () | |
TrimKit (TrimKit const &in_kit) | |
TrimKit (TrimKit &&in_that) | |
TrimKit & | UnsetEverything () |
TrimKit & | UnsetOperation () |
TrimKit & | UnsetShape () |
![]() | |
intptr_t | GetClassID () const |
intptr_t | GetInstanceID () const |
bool | HasType (Type in_mask) const |
Object (Object &&in_that) | |
Object & | operator= (Object const &other_object) |
Object & | operator= (Object &&in_that) |
virtual void | Reset () |
Type | Type () const |
Additional Inherited Members | |
![]() | |
template<typename T > | |
static intptr_t | ClassID () |
The TrimKit class is a user space object. It is used to define trim curves (either NURBS curves or lines) that can be used to trim NURBS surfaces.
TrimKit::TrimKit | ( | ) |
The default constructor creates an empty TrimKit object.
TrimKit::TrimKit | ( | TrimKit const & | in_kit | ) |
TrimKit::TrimKit | ( | TrimKit && | in_that | ) |
|
virtual |
bool TrimKit::Equals | ( | TrimKit const & | in_kit | ) | const |
|
inlinevirtual |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object.
Reimplemented from Object.
bool TrimKit::operator!= | ( | TrimKit const & | in_kit | ) | const |
bool TrimKit::operator== | ( | TrimKit const & | in_kit | ) | const |
void TrimKit::Set | ( | TrimKit const & | in_kit | ) |
TrimKit& TrimKit::SetOperation | ( | Trim::Operation | in_operation | ) |
Sets the operation for the trim.
in_operation | The operation for the trim. |
TrimKit& TrimKit::SetShape | ( | size_t | in_count, |
TrimElement const | in_shape[] | ||
) |
Sets the shape of the trim region. The shape is a collection of trim elements.
in_count | Size of the following array. |
in_shape | An array of trim elements defining a trim region. |
TrimKit& TrimKit::SetShape | ( | TrimElementArray const & | in_shape | ) |
Sets the shape of the trim region. The shape is a collection of trim elements.
in_shape | An array of trim elements defining a trim region. |
void TrimKit::Show | ( | TrimKit & | out_kit | ) | const |
bool TrimKit::ShowOperation | ( | Trim::Operation & | out_operation | ) | const |
Shows the operation for the trim.
out_operation | The operation for the trim. |
bool TrimKit::ShowShape | ( | TrimElementArray & | out_shape | ) | const |
Shows the shape of the trim region.
out_shape | The array of trim elements defining a trim region. |
TrimKit& TrimKit::UnsetEverything | ( | ) |
TrimKit& TrimKit::UnsetOperation | ( | ) |
Removes the operation for the trim.
TrimKit& TrimKit::UnsetShape | ( | ) |
Removes the trim elements defining a trim region.