#include <sprk_sketchup.h>
|
static const HPS::Type | staticType = HPS::Type::SketchupImportResultsKit |
|
static const HPS::Type | staticType = HPS::Type::SprocketKit |
|
static const HPS::Type | staticType = HPS::Type::None |
|
The ImportResultsKit class contains the results of a successful SketchUp import.
◆ ImportResultsKit() [1/3]
HPS::Sketchup::ImportResultsKit::ImportResultsKit |
( |
| ) |
|
◆ ImportResultsKit() [2/3]
HPS::Sketchup::ImportResultsKit::ImportResultsKit |
( |
ImportResultsKit const & |
in_kit | ) |
|
◆ ImportResultsKit() [3/3]
HPS::Sketchup::ImportResultsKit::ImportResultsKit |
( |
ImportResultsKit && |
in_that | ) |
|
The move constructor creates an ImportResultsKit by transferring the underlying impl of the rvalue reference to this ImportResultsKit thereby avoiding a copy and allocation.
- Parameters
-
◆ Empty()
bool HPS::Sketchup::ImportResultsKit::Empty |
( |
| ) |
const |
|
virtual |
◆ Equals()
bool HPS::Sketchup::ImportResultsKit::Equals |
( |
ImportResultsKit const & |
in_kit | ) |
const |
◆ ObjectType()
HPS::Type HPS::Sketchup::ImportResultsKit::ObjectType |
( |
| ) |
const |
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS::SprocketKit.
◆ operator!=()
bool HPS::Sketchup::ImportResultsKit::operator!= |
( |
ImportResultsKit const & |
in_kit | ) |
const |
◆ operator=() [1/2]
The move assignment operator transfers the underlying impl of the rvalue reference to this ImportResultsKit thereby avoiding a copy.
- Parameters
-
- Returns
- A reference to this ImportResultsKit.
◆ operator=() [2/2]
◆ operator==()
bool HPS::Sketchup::ImportResultsKit::operator== |
( |
ImportResultsKit const & |
in_kit | ) |
const |
◆ Set()
◆ Show()
◆ ShowMainCamera()
bool HPS::Sketchup::ImportResultsKit::ShowMainCamera |
( |
HPS::CameraKit & |
out_camera | ) |
const |
Shows the camera where the main SketchUp camera was imported into.
- Parameters
-
out_camera | CameraKit where main SketchUp camera was imported into |
- Returns
- true if a valid camera was imported, false otherwise.
◆ ShowPortfolio()
bool HPS::Sketchup::ImportResultsKit::ShowPortfolio |
( |
PortfolioKey & |
out_portfolio | ) |
const |
Shows the PortfolioKey where the SketchUp data was imported into.
- Parameters
-
out_portfolio | Portfolio the SketchUp data was imported into. |
- Returns
- true if a valid Portfolio is set, false otherwise.
◆ ShowScenes()
Shows the scenes imported from SketchUp.
- Parameters
-
out_names | UTF8Array where SketchUp scene names were imported into. |
out_cameras | CameraKitArray where SketchUp scene cameras were imported into. |
- Returns
- true if valid names and cameras are set, false otherwise.
◆ ShowTarget() [1/2]
bool HPS::Sketchup::ImportResultsKit::ShowTarget |
( |
SegmentKey & |
out_target, |
|
|
SegmentKey & |
out_library |
|
) |
| const |
Shows the root and library segments where the SketchUp data was imported into.
- Parameters
-
out_target | Segment the SketchUp data was imported into. |
out_library | Segment the SketchUp includes data was imported into. |
- Returns
- true if a valid target and library segment are set, false otherwise.
◆ ShowTarget() [2/2]
bool HPS::Sketchup::ImportResultsKit::ShowTarget |
( |
Model & |
out_model | ) |
const |
Shows the Model where the SketchUp data was imported into.
- Parameters
-
out_model | Model to use to implicitly set Segment, Library and Portfolio the SketchUp data will be imported into. |
- Returns
- true if a Model was specified on import, false otherwise.
◆ ShowView()
bool HPS::Sketchup::ImportResultsKit::ShowView |
( |
View & |
out_view | ) |
const |
Shows the view where the main SketchUp camera was imported into.
- Parameters
-
out_view | View where main SketchUp camera was imported into. |
- Returns
- true if a View was specified on import, false otherwise.
The documentation for this class was generated from the following file: