#include <hps.h>
Public Member Functions | |
| TrimKit () | |
| TrimKit (TrimKit const &in_kit) | |
| TrimKit (TrimKit &&in_that) | |
| TrimKit & | operator= (TrimKit &&in_that) |
| HPS::Type | ObjectType () const |
| void | Set (TrimKit const &in_kit) |
| void | Show (TrimKit &out_kit) const |
| TrimKit & | operator= (TrimKit const &in_kit) |
| bool | Empty () const |
| bool | Equals (TrimKit const &in_kit) const |
| bool | operator== (TrimKit const &in_kit) const |
| bool | operator!= (TrimKit const &in_kit) const |
| TrimKit & | SetShape (size_t in_count, TrimElement const in_shape[]) |
| TrimKit & | SetShape (TrimElementArray const &in_shape) |
| TrimKit & | SetOperation (Trim::Operation in_operation) |
| TrimKit & | UnsetShape () |
| TrimKit & | UnsetOperation () |
| TrimKit & | UnsetEverything () |
| bool | ShowShape (TrimElementArray &out_shape) const |
| bool | ShowOperation (Trim::Operation &out_operation) const |
Public Member Functions inherited from HPS::Object | |
| Object & | operator= (Object const &other_object) |
| Object (Object &&in_that) | |
| Object & | operator= (Object &&in_that) |
| HPS::Type | Type () const |
| virtual void | Reset () |
| bool | HasType (HPS::Type in_mask) const |
| intptr_t | GetClassID () const |
| intptr_t | GetInstanceID () const |
Additional Inherited Members | |
Static Public Member Functions inherited from HPS::Object | |
| 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.
| HPS::TrimKit::TrimKit | ( | ) |
The default constructor creates an empty TrimKit object.
| HPS::TrimKit::TrimKit | ( | TrimKit const & | in_kit | ) |
| HPS::TrimKit::TrimKit | ( | TrimKit && | in_that | ) |
|
virtual |
Indicates whether this TrimKit has any values set on it.
Reimplemented from HPS::Object.
| bool HPS::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 HPS::Object.
| bool HPS::TrimKit::operator!= | ( | TrimKit const & | in_kit | ) | const |
| bool HPS::TrimKit::operator== | ( | TrimKit const & | in_kit | ) | const |
| void HPS::TrimKit::Set | ( | TrimKit const & | in_kit | ) |
| TrimKit& HPS::TrimKit::SetOperation | ( | Trim::Operation | in_operation | ) |
Sets the operation for the trim.
| in_operation | The operation for the trim. |
| TrimKit& HPS::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& HPS::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 HPS::TrimKit::Show | ( | TrimKit & | out_kit | ) | const |
| bool HPS::TrimKit::ShowOperation | ( | Trim::Operation & | out_operation | ) | const |
Shows the operation for the trim.
| out_operation | The operation for the trim. |
| bool HPS::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& HPS::TrimKit::UnsetEverything | ( | ) |
| TrimKit& HPS::TrimKit::UnsetOperation | ( | ) |
Removes the operation for the trim.
| TrimKit& HPS::TrimKit::UnsetShape | ( | ) |
Removes the trim elements defining a trim region.