#include <hps.h>
|
template<typename T > |
static intptr_t | ClassID () |
|
The ImportResultsKit class contains the results of a successful OBJ import.
HPS::OBJ::ImportResultsKit::ImportResultsKit |
( |
| ) |
|
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
-
bool HPS::OBJ::ImportResultsKit::Empty |
( |
| ) |
const |
|
virtual |
bool HPS::OBJ::ImportResultsKit::Equals |
( |
ImportResultsKit const & |
in_kit | ) |
const |
HPS::Type HPS::OBJ::ImportResultsKit::ObjectType |
( |
| ) |
const |
|
inlinevirtual |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object.
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS::Object.
bool HPS::OBJ::ImportResultsKit::operator!= |
( |
ImportResultsKit const & |
in_kit | ) |
const |
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.
bool HPS::OBJ::ImportResultsKit::operator== |
( |
ImportResultsKit const & |
in_kit | ) |
const |
Sets the handedness used when importing geometry. This is really only used when generating an ImportResultsKit which is being returned to a user following an OBJ import.
- Parameters
-
in_handedness | Handedness used to import geometry. |
- Returns
- A reference to this ImportResultsKit.
Sets the portfolio which was used when the import file read in images and textures. This is really only used when generating an ImportResultsKit which is being returned to a user following an OBJ import.
- Parameters
-
in_portfolio | Portfolio that was used when the file imported images and textures. |
- Returns
- A reference to this ImportResultsKit.
Sets the root segment which the OBJ data was imported into. This is really only used when generating an ImportResultsKit which is being returned to a user following an OBJ import.
- Parameters
-
in_segment | Segment the OBJ data was imported into. |
- Returns
- A reference to this ImportResultsKit.
Shows handedness used to import geometry. This was either the root segment specified by the user in the ImportOptionsKit passed to OBJ::File::Import, or the root segment that was created for this purpose during import.
- Parameters
-
out_handedness | Segment the OBJ data was imported into. |
- Returns
- true if a handedness was specified, false otherwise.
bool HPS::OBJ::ImportResultsKit::ShowPortfolio |
( |
PortfolioKey & |
out_portfolio | ) |
const |
Shows the portfolio which was used when the import file read in images and textures. This was either the portfolio specified by the user in the ImportOptionsKit passed to OBJ::File::Import, or the portfolio that was created for this purpose during import.
- Parameters
-
in_portfolio | Portfolio that was used when the import file read in images and textures. |
- Returns
- true if portfolio was specified, false otherwise.
bool HPS::OBJ::ImportResultsKit::ShowSegment |
( |
SegmentKey & |
out_segment | ) |
const |
Shows the root segment which the OBJ data was imported into. This was either the root segment specified by the user in the ImportOptionsKit passed to OBJ::File::Import, or the root segment that was created for this purpose during import.
- Parameters
-
out_segment | Segment the OBJ data was imported into. |
- Returns
- true if a root segment was specified, false otherwise.
Removes the handedness used to import geometry. This is really only used when generating an ImportResultsKit which is being returned to a user following an OBJ import.
- Returns
- A reference to this ImportResultsKit.
Removes the portfolio which was used when the import file imported images and textures. This is really only used when generating an ImportResultsKit which is being returned to a user following an OBJ import.
- Returns
- A reference to this ImportResultsKit.
Removes the root segment which the OBJ data was imported into. This is really only used when generating an ImportResultsKit which is being returned to a user following an OBJ import.
- Returns
- A reference to this ImportResultsKit.
The documentation for this class was generated from the following file: