The HPS::Exchange::ExportACISOptionsKit class is a user space object. More...
#include <sprk_exchange.h>
Public Member Functions | |
ExportACISOptionsKit () | |
The default constructor creates an empty ExportACISOptionsKit object. More... | |
ExportACISOptionsKit (ExportACISOptionsKit const &in_kit) | |
The copy constructor creates a new ExportACISOptionsKit object that contains the same settings as the source ExportACISOptionsKit. More... | |
ExportACISOptionsKit (ExportACISOptionsKit &&in_that) | |
The move constructor creates an ExportACISOptionsKit by transferring the underlying object of the rvalue reference to this ExportACISOptionsKit. More... | |
virtual | ~ExportACISOptionsKit () |
HPS::Type | ObjectType () const |
void | Set (ExportACISOptionsKit const &in_kit) |
Copies the source ExportACISOptionsKit into this ExportACISOptionsKit. More... | |
void | Show (ExportACISOptionsKit &out_kit) const |
Copies this ExportACISOptionsKit into the given ExportACISOptionsKit. More... | |
ExportACISOptionsKit & | operator= (ExportACISOptionsKit const &in_kit) |
Copies the source ExportACISOptionsKit into this ExportACISOptionsKit. More... | |
ExportACISOptionsKit & | operator= (ExportACISOptionsKit &&in_that) |
The move assignment operator transfers the underlying object of the rvalue reference to this ExportACISOptionsKit. More... | |
bool | Empty () const |
Indicates whether this ExportACISOptionsKit has any values set on it. More... | |
bool | Equals (ExportACISOptionsKit const &in_kit) const |
Check if the source ExportACISOptionsKit is equivalent to this ExportACISOptionsKit. More... | |
bool | operator== (ExportACISOptionsKit const &in_kit) const |
Check if the source ExportACISOptionsKit is equivalent to this ExportACISOptionsKit. More... | |
bool | operator!= (ExportACISOptionsKit const &in_kit) const |
Check if the source ExportACISOptionsKit is not equivalent to this ExportACISOptionsKit. More... | |
ExportACISOptionsKit & | SetMillimeterUnits (bool in_state) |
Sets whether to write ACIS data in millimeter units instead of the native units of the CADModel. More... | |
ExportACISOptionsKit & | SetBinary (bool in_state) |
Sets whether to write ACIS data in binary form. More... | |
ExportACISOptionsKit & | UnsetMillimeterUnits () |
Removes the millimeter unit export setting. More... | |
ExportACISOptionsKit & | UnsetBinary () |
Removes the binary export setting. More... | |
ExportACISOptionsKit & | UnsetEverything () |
Removes all settings from this ExportACISOptionsKit. More... | |
bool | ShowMillimeterUnits (bool &out_state) const |
Shows the millimeter unit export setting. More... | |
bool | ShowBinary (bool &out_state) const |
Shows the binary export setting. More... | |
virtual HPS::Type | Type () const |
This function returns the true type of the underlying object. More... | |
virtual void | Reset () |
Resets this object to its initial, uninitialized state. More... | |
bool | HasType (HPS::Type in_mask) const |
This function indicates whether this Object has the given Type mask. More... | |
intptr_t | GetClassID () const |
Returns a unique identifier that is shared by all objects of the same class. More... | |
intptr_t | GetInstanceID () const |
Returns an identifier that can be used to identify which instance of a class an object is. More... | |
Static Public Member Functions | |
static ExportACISOptionsKit | GetDefault () |
Creates an ExportACISOptionsKit which contains the default settings. More... | |
template<typename T > | |
static intptr_t | ClassID () |
Unique identifier for this class. More... | |
Static Public Attributes | |
static const HPS::Type | staticType = HPS::Type::ExchangeExportACISOptionsKit |
The HPS::Exchange::ExportACISOptionsKit class is a user space object.
It contains settings controlling how ACIS data is exported via the Exchange interface. Calling HPS::Exchange::ExportACISOptionsKit::GetDefault() will return an options kit with values found in here.
HPS::Exchange::ExportACISOptionsKit::ExportACISOptionsKit | ( | ) |
The default constructor creates an empty ExportACISOptionsKit object.
HPS::Exchange::ExportACISOptionsKit::ExportACISOptionsKit | ( | ExportACISOptionsKit const & | in_kit | ) |
The copy constructor creates a new ExportACISOptionsKit object that contains the same settings as the source ExportACISOptionsKit.
in_kit | The source ExportACISOptionsKit to copy. |
HPS::Exchange::ExportACISOptionsKit::ExportACISOptionsKit | ( | ExportACISOptionsKit && | in_that | ) |
The move constructor creates an ExportACISOptionsKit by transferring the underlying object of the rvalue reference to this ExportACISOptionsKit.
in_that | An rvalue reference to an ExportACISOptionsKit to take the underlying object from. |
|
virtual |
|
inlinestaticinherited |
Unique identifier for this class.
Note: this method uses construction of static objects. If used in a constructor, it should be used in the body not the initializer list.
|
virtual |
Indicates whether this ExportACISOptionsKit has any values set on it.
Reimplemented from HPS::Object.
bool HPS::Exchange::ExportACISOptionsKit::Equals | ( | ExportACISOptionsKit const & | in_kit | ) | const |
Check if the source ExportACISOptionsKit is equivalent to this ExportACISOptionsKit.
in_kit | The source ExportACISOptionsKit to compare to this ExportACISOptionsKit. |
|
inherited |
Returns a unique identifier that is shared by all objects of the same class.
|
static |
Creates an ExportACISOptionsKit which contains the default settings.
The returned object will not necessarily have values set for every option, but it will have settings for those options where it is reasonable to have a default. These values will be used for import unless an option is overridden by the options passed to File::ExportACIS.
|
inherited |
Returns an identifier that can be used to identify which instance of a class an object is.
Different keys and controls will return the same value if they are backed by the same database resource.
|
inherited |
|
inlinevirtual |
bool HPS::Exchange::ExportACISOptionsKit::operator!= | ( | ExportACISOptionsKit const & | in_kit | ) | const |
Check if the source ExportACISOptionsKit is not equivalent to this ExportACISOptionsKit.
in_kit | The source ExportACISOptionsKit to compare to this ExportACISOptionsKit. |
ExportACISOptionsKit& HPS::Exchange::ExportACISOptionsKit::operator= | ( | ExportACISOptionsKit const & | in_kit | ) |
Copies the source ExportACISOptionsKit into this ExportACISOptionsKit.
in_kit | The source ExportACISOptionsKit to copy. |
ExportACISOptionsKit& HPS::Exchange::ExportACISOptionsKit::operator= | ( | ExportACISOptionsKit && | in_that | ) |
The move assignment operator transfers the underlying object of the rvalue reference to this ExportACISOptionsKit.
in_that | An rvalue reference to an ExportACISOptionsKit to take the underlying object from. |
bool HPS::Exchange::ExportACISOptionsKit::operator== | ( | ExportACISOptionsKit const & | in_kit | ) | const |
Check if the source ExportACISOptionsKit is equivalent to this ExportACISOptionsKit.
in_kit | The source ExportACISOptionsKit to compare to this ExportACISOptionsKit. |
|
virtualinherited |
Resets this object to its initial, uninitialized state.
Reimplemented in HPS::EventHandler, HPS::EventDispatcher, HPS::World, HPS::HighlightSearchResults, HPS::HighlightSearchResultsIterator, HPS::SelectionResults, HPS::SelectionResultsIterator, HPS::FontSearchResults, HPS::FontSearchResultsIterator, HPS::SearchResults, and HPS::SearchResultsIterator.
void HPS::Exchange::ExportACISOptionsKit::Set | ( | ExportACISOptionsKit const & | in_kit | ) |
Copies the source ExportACISOptionsKit into this ExportACISOptionsKit.
in_kit | The source ExportACISOptionsKit to copy. |
ExportACISOptionsKit& HPS::Exchange::ExportACISOptionsKit::SetBinary | ( | bool | in_state | ) |
Sets whether to write ACIS data in binary form.
This corresponds to the value that will be passed to A3DRWParamsExportAcisData::m_bSaveAsBinary.
in_state | Whether to write ACIS data in binary form. |
ExportACISOptionsKit& HPS::Exchange::ExportACISOptionsKit::SetMillimeterUnits | ( | bool | in_state | ) |
Sets whether to write ACIS data in millimeter units instead of the native units of the CADModel.
This corresponds to the value that will be passed to A3DRWParamsExportAcisData::m_bSaveAsMillimeter.
in_state | Whether to write ACIS data in millimeter units instead of the native units of the CADModel. |
void HPS::Exchange::ExportACISOptionsKit::Show | ( | ExportACISOptionsKit & | out_kit | ) | const |
Copies this ExportACISOptionsKit into the given ExportACISOptionsKit.
out_kit | The ExportACISOptionsKit to populate with the contents of this ExportACISOptionsKit. |
bool HPS::Exchange::ExportACISOptionsKit::ShowBinary | ( | bool & | out_state | ) | const |
Shows the binary export setting.
out_state | Whether to write ACIS data in binary form. |
bool HPS::Exchange::ExportACISOptionsKit::ShowMillimeterUnits | ( | bool & | out_state | ) | const |
Shows the millimeter unit export setting.
out_state | Whether to write ACIS data in millimeter units instead of the native units of the CADModel. |
|
virtualinherited |
This function returns the true type of the underlying object.
This function is useful for finding the type of smart pointer objects that have been cast to more generic types.
Reimplemented in HPS::UpdateOptionsControl, HPS::HighlightControl, HPS::SelectionOptionsControl, HPS::OffScreenWindowOptionsControl, HPS::ApplicationWindowOptionsControl, HPS::StandAloneWindowOptionsControl, HPS::AttributeLockControl, HPS::WindowInfoControl, HPS::DebuggingControl, HPS::SubwindowControl, HPS::ContourLineControl, HPS::VisualEffectsControl, HPS::TransformMaskControl, HPS::PostProcessEffectsControl, HPS::DrawingAttributeControl, HPS::HiddenLineAttributeControl, HPS::PerformanceControl, HPS::NURBSSurfaceAttributeControl, HPS::ConditionControl, HPS::StyleControl, HPS::PortfolioControl, HPS::MaterialMappingControl, HPS::TextureMatrixControl, HPS::ModellingMatrixControl, HPS::CurveAttributeControl, HPS::EdgeAttributeControl, HPS::LineAttributeControl, HPS::TextAttributeControl, HPS::CuttingSectionAttributeControl, HPS::CylinderAttributeControl, HPS::LightingAttributeControl, HPS::SphereAttributeControl, HPS::MarkerAttributeControl, HPS::CullingControl, HPS::ColorInterpolationControl, HPS::TransparencyControl, HPS::SelectabilityControl, HPS::CameraControl, HPS::VisibilityControl, HPS::BoundingControl, HPS::Kit, and HPS::Control.
ExportACISOptionsKit& HPS::Exchange::ExportACISOptionsKit::UnsetBinary | ( | ) |
Removes the binary export setting.
ExportACISOptionsKit& HPS::Exchange::ExportACISOptionsKit::UnsetEverything | ( | ) |
Removes all settings from this ExportACISOptionsKit.
ExportACISOptionsKit& HPS::Exchange::ExportACISOptionsKit::UnsetMillimeterUnits | ( | ) |
Removes the millimeter unit export setting.
|
static |