10 #ifndef SPRK_SKETCHUP_H
11 #define SPRK_SKETCHUP_H
18 # define SKETCHUP_API __declspec (dllexport)
20 # define SKETCHUP_API __declspec (dllimport)
62 static const HPS::Type staticType = HPS::Type::SketchupImportResultsKit;
63 HPS::Type ObjectType()
const {
return staticType; };
106 bool ShowTarget(
Model & out_model)
const;
116 bool ShowView(
View & out_view)
const;
160 static const HPS::Type staticType = HPS::Type::SketchupImportNotifier;
161 HPS::Type ObjectType()
const {
return staticType; };
201 static const HPS::Type staticType = HPS::Type::SketchupImportOptionsKit;
202 HPS::Type ObjectType()
const {
return staticType; }
313 bool ShowTarget(
Model & out_model)
const;
324 bool ShowView(
View & out_view)
const;
329 bool ShowHiddenData(
bool & out_state)
const;
334 bool ShowMetaData(
bool & out_state)
const;
Definition: sprk_sketchup.h:40
std::vector< CameraKit, Allocator< CameraKit > > CameraKitArray
Array of type HPS::CameraKit.
Definition: hps.h:6705
Definition: sprk_sketchup.h:35
std::vector< UTF8, Allocator< UTF8 > > UTF8Array
Array of type HPS::UTF8.
Definition: hps.h:6688
Definition: sprk_sketchup.h:339
Definition: sprk_sketchup.h:179
Definition: sprk_sketchup.h:132