#include <hps.h>

Public Member Functions | |
MaterialPaletteDefinition () | |
MaterialPaletteDefinition (Definition const &in_that) | |
MaterialPaletteDefinition (MaterialPaletteDefinition const &in_that) | |
MaterialPaletteDefinition (MaterialPaletteDefinition &&in_that) | |
HPS::Type | ObjectType () const |
MaterialPaletteDefinition & | operator= (MaterialPaletteDefinition const &in_that) |
MaterialPaletteDefinition & | operator= (MaterialPaletteDefinition &&in_that) |
void | Set (MaterialKitArray const &in_source) |
void | Set (size_t in_count, MaterialKit const in_source []) |
void | Show (MaterialKitArray &out_source) const |
![]() | |
virtual void | Assign (Definition const &in_that) |
Definition () | |
Definition (Definition const &in_that) | |
Definition (Definition &&in_that) | |
bool | Equals (Definition const &in_that) const |
UTF8 | Name () const |
bool | operator!= (Definition const &in_that) const |
Definition & | operator= (Definition const &in_that) |
Definition & | operator= (Definition &&in_that) |
bool | operator== (Definition const &in_that) const |
PortfolioKey | Owner () const |
void | Undefine () |
![]() | |
virtual bool | Empty () const |
intptr_t | GetClassID () const |
intptr_t | GetInstanceID () const |
bool | HasType (HPS::Type in_mask) const |
Object (Object const &that) | |
Object (Object &&in_that) | |
Object & | operator= (Object const &other_object) |
Object & | operator= (Object &&in_that) |
virtual void | Reset () |
virtual HPS::Type | Type () const |
Static Public Attributes | |
static const HPS::Type | staticType = HPS::Type::MaterialPaletteDefinition |
![]() | |
static const HPS::Type | staticType = HPS::Type::Definition |
![]() | |
static const HPS::Type | staticType = HPS::Type::None |
Additional Inherited Members | |
![]() | |
template<typename T > | |
static intptr_t | ClassID () |
Detailed Description
The MaterialPaletteDefinition class is a smart pointer to a database object. It is a handle to a material palette defined within a portfolio.
Constructor & Destructor Documentation
◆ MaterialPaletteDefinition() [1/4]
HPS::MaterialPaletteDefinition::MaterialPaletteDefinition | ( | ) |
The default constructor creates an uninitialized MaterialPaletteDefinition object. The Type() function will return Type::None.
◆ MaterialPaletteDefinition() [2/4]
HPS::MaterialPaletteDefinition::MaterialPaletteDefinition | ( | Definition const & | in_that | ) |
This constructor creates a MaterialPaletteDefinition object that shares the underlying smart-pointer of the source Definition. The copy will only be successful if the source definition is really an upcast of a material palette definition. Otherwise the copy will fail and the resulting MaterialPaletteDefinition will be invalid.
- Parameters
-
in_that The source Definition to copy.
◆ MaterialPaletteDefinition() [3/4]
HPS::MaterialPaletteDefinition::MaterialPaletteDefinition | ( | MaterialPaletteDefinition const & | in_that | ) |
The copy constructor creates a MaterialPaletteDefinition object that shares the underlying smart-pointer of the source MaterialPaletteDefinition.
- Parameters
-
in_that The source MaterialPaletteDefinition to copy.
◆ MaterialPaletteDefinition() [4/4]
HPS::MaterialPaletteDefinition::MaterialPaletteDefinition | ( | MaterialPaletteDefinition && | in_that | ) |
The move constructor creates a MaterialPaletteDefinition by transferring the underlying impl of the rvalue reference to this MaterialPaletteDefinition thereby avoiding a copy and allocation.
- Parameters
-
in_that An rvalue reference to a MaterialPaletteDefinition to take the impl from.
Member Function Documentation
◆ ObjectType()
|
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::Definition.
◆ operator=() [1/2]
MaterialPaletteDefinition& HPS::MaterialPaletteDefinition::operator= | ( | MaterialPaletteDefinition const & | in_that | ) |
Associate this MaterialPaletteDefinition with the same underlying impl as the source MaterialPaletteDefinition.
- Parameters
-
in_that The source MaterialPaletteDefinition for the assignment.
- Returns
- A reference to this MaterialPaletteDefinition.
◆ operator=() [2/2]
MaterialPaletteDefinition& HPS::MaterialPaletteDefinition::operator= | ( | MaterialPaletteDefinition && | in_that | ) |
The move assignment operator transfers the underlying impl of the rvalue reference to this MaterialPaletteDefinition thereby avoiding a copy.
- Parameters
-
in_that An rvalue reference to a MaterialPaletteDefinition to take the impl from.
- Returns
- A reference to this MaterialPaletteDefinition.
◆ Set() [1/2]
void HPS::MaterialPaletteDefinition::Set | ( | MaterialKitArray const & | in_source | ) |
Redefine the material array for this MaterialPaletteDefinition.
- Parameters
-
in_source The new array of materials for this MaterialPaletteDefinition.
◆ Set() [2/2]
void HPS::MaterialPaletteDefinition::Set | ( | size_t | in_count, |
MaterialKit const | in_source[] | ||
) |
Redefine the material array for this MaterialPaletteDefinition.
- Parameters
-
in_count Size of the following array. in_source The new array of materials for this MaterialPaletteDefinition.
◆ Show()
void HPS::MaterialPaletteDefinition::Show | ( | MaterialKitArray & | out_source | ) | const |
Shows the material array for this MaterialPaletteDefinition.
- Parameters
-
out_source The array of materials for this MaterialPaletteDefinition.
The documentation for this class was generated from the following file:
- include/hps.h