The HPS::ColorInterpolationKit class is a user space object, useful for carrying a group attribute settings. Calling HPS::ColorInterpolationKit::GetDefault() will return a kit with values found in this table. More...
Public Member Functions | |
override void | Dispose () |
ColorInterpolationKit () | |
Initializes an empty kit. More... | |
ColorInterpolationKit (HPS.ColorInterpolationKit in_kit) | |
Copies the kit in_kit into this kit. More... | |
override HPS.Type | ObjectType () |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object. More... | |
void | Set (HPS.ColorInterpolationKit in_kit) |
Copies the kit in_kit into this kit. More... | |
void | Show (out HPS.ColorInterpolationKit out_kit) |
Copies this kit into out_kit. More... | |
override bool | Empty () |
Returns whether this kit has any values currently set on it. More... | |
override bool | Equals (System.Object obj) |
override int | GetHashCode () |
bool | Equals (HPS.ColorInterpolationKit in_kit) |
Compares the contents of in_kit and this kit. More... | |
HPS.ColorInterpolationKit | SetFaceColor (bool in_state) |
Controls whether face colors will be interpolated. More... | |
HPS.ColorInterpolationKit | SetEdgeColor (bool in_state) |
Controls whether edge colors will be interpolated. More... | |
HPS.ColorInterpolationKit | SetVertexColor (bool in_state) |
Controls whether vertex colors will be interpolated. More... | |
HPS.ColorInterpolationKit | SetFaceIndex (bool in_state) |
Controls whether face colors index will be interpolated. More... | |
HPS.ColorInterpolationKit | SetEdgeIndex (bool in_state) |
Controls whether edge index colors will be interpolated. More... | |
HPS.ColorInterpolationKit | SetVertexIndex (bool in_state) |
Controls whether vertex index colors will be interpolated. More... | |
HPS.ColorInterpolationKit | UnsetFaceColor () |
Removes the face color interpolation setting. More... | |
HPS.ColorInterpolationKit | UnsetEdgeColor () |
Removes the edge color interpolation setting. More... | |
HPS.ColorInterpolationKit | UnsetVertexColor () |
Removes the vertex color interpolation setting. More... | |
HPS.ColorInterpolationKit | UnsetFaceIndex () |
Removes the face index color interpolation setting. More... | |
HPS.ColorInterpolationKit | UnsetEdgeIndex () |
Removes the edge index color interpolation setting. More... | |
HPS.ColorInterpolationKit | UnsetVertexIndex () |
Removes the vertex index color interpolation setting. More... | |
HPS.ColorInterpolationKit | UnsetEverything () |
Unsets all settings in this kit. More... | |
bool | ShowFaceColor (out bool out_state) |
Shows whether color interpolation for the face color is set More... | |
bool | ShowEdgeColor (out bool out_state) |
Shows whether color interpolation for the edge color is set More... | |
bool | ShowVertexColor (out bool out_state) |
Shows whether color interpolation for the vertex color is set More... | |
bool | ShowFaceIndex (out bool out_state) |
Shows whether color index interpolation for the face index is set More... | |
bool | ShowEdgeIndex (out bool out_state) |
Shows whether color index interpolation for the edge index is set More... | |
bool | ShowVertexIndex (out bool out_state) |
Shows whether color index interpolation for the vertex index is set More... | |
![]() | |
IntPtr | GetClassID () |
Object (HPS.Object that) | |
HPS.Type | Type () |
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. More... | |
virtual void | Reset () |
Resets this object to its initial, uninitialized state. More... | |
bool | HasType (HPS.Type in_mask) |
This function indicates whether this Object has the given Type mask. More... | |
IntPtr | GetInstanceID () |
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. More... | |
Static Public Member Functions | |
static HPS.ColorInterpolationKit | GetDefault () |
static bool | operator== (HPS.ColorInterpolationKit a, HPS.ColorInterpolationKit b) |
static bool | operator!= (HPS.ColorInterpolationKit a, HPS.ColorInterpolationKit b) |
![]() | |
static IntPtr | ClassID< T > () |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
HandleRef | cptr |
HandleRef | scptr |
bool | cMemOwn |
The HPS::ColorInterpolationKit class is a user space object, useful for carrying a group attribute settings. Calling HPS::ColorInterpolationKit::GetDefault() will return a kit with values found in this table.
|
inline |
Initializes an empty kit.
|
inline |
Copies the kit in_kit into this kit.
|
inlinevirtual |
Returns whether this kit has any values currently set on it.
Reimplemented from HPS.Object.
|
inline |
Compares the contents of in_kit and this kit.
|
inlinevirtual |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object.
Reimplemented from HPS.Object.
|
inline |
Copies the kit in_kit into this kit.
|
inline |
Controls whether edge colors will be interpolated.
in_state | Whether edge colors will be interpolated. |
|
inline |
Controls whether edge index colors will be interpolated.
in_state | Whether edge index colors will be interpolated. |
|
inline |
Controls whether face colors will be interpolated.
in_state | Whether face colors will be interpolated. |
|
inline |
Controls whether face colors index will be interpolated.
in_state | Whether face index colors will be interpolated. |
|
inline |
Controls whether vertex colors will be interpolated.
in_state | Whether vertex colors will be interpolated. |
|
inline |
Controls whether vertex index colors will be interpolated.
in_state | Whether vertex index colors will be interpolated. |
|
inline |
Copies this kit into out_kit.
|
inline |
Shows whether color interpolation for the edge color is set
out_state | The edge setting for the color interpolation |
|
inline |
Shows whether color index interpolation for the edge index is set
out_state | The edge setting for the color index interpolation |
|
inline |
Shows whether color interpolation for the face color is set
out_state | The face setting for the color interpolation |
|
inline |
Shows whether color index interpolation for the face index is set
out_state | The face setting for the color index interpolation |
|
inline |
Shows whether color interpolation for the vertex color is set
out_state | The vertex setting for the color interpolation |
|
inline |
Shows whether color index interpolation for the vertex index is set
out_state | The vertex setting for the color index interpolation |
|
inline |
Removes the edge color interpolation setting.
|
inline |
Removes the edge index color interpolation setting.
|
inline |
Unsets all settings in this kit.
|
inline |
Removes the face color interpolation setting.
|
inline |
Removes the face index color interpolation setting.
|
inline |
Removes the vertex color interpolation setting.
|
inline |
Removes the vertex index color interpolation setting.