The HPS::ColorInterpolationControl class is a smart pointer that is tied to a database object. This class is the interface that allows you to manipulate whether color is interpolated over faces and edges. This table lists default values for the various segment attributes accessible from HPS::ColorInterpolationControl. More...
Public Member Functions | |
ColorInterpolationControl (HPS.SegmentKey in_seg) | |
Initializes a control tied to the segment in_seg. More... | |
ColorInterpolationControl (HPS.ColorInterpolationControl in_that) | |
Initializes a control tied to the same object as in_that. More... | |
override void | Dispose () |
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... | |
HPS.ColorInterpolationControl | SetEdgeColor (bool in_state) |
Controls whether edge colors will be interpolated. More... | |
HPS.ColorInterpolationControl | SetEdgeIndex (bool in_state) |
Controls whether edge index colors will be interpolated. More... | |
HPS.ColorInterpolationControl | SetFaceColor (bool in_state) |
Controls whether face colors will be interpolated. More... | |
HPS.ColorInterpolationControl | SetFaceIndex (bool in_state) |
Controls whether face colors index will be interpolated. More... | |
HPS.ColorInterpolationControl | SetVertexColor (bool in_state) |
Controls whether vertex colors will be interpolated. More... | |
HPS.ColorInterpolationControl | SetVertexIndex (bool in_state) |
Controls whether vertex index colors will be interpolated. More... | |
bool | ShowEdgeColor (out bool out_state) |
Shows whether color interpolation for the edge color is set More... | |
bool | ShowEdgeIndex (out bool out_state) |
Shows whether color index interpolation for the edge index is set More... | |
bool | ShowFaceColor (out bool out_state) |
Shows whether color interpolation for the face color is set More... | |
bool | ShowFaceIndex (out bool out_state) |
Shows whether color index interpolation for the face index is set More... | |
bool | ShowVertexColor (out bool out_state) |
Shows whether color interpolation for the vertex color is set More... | |
bool | ShowVertexIndex (out bool out_state) |
Shows whether color index interpolation for the vertex index is set More... | |
HPS.ColorInterpolationControl | UnsetEdgeColor () |
Removes the edge color interpolation setting. More... | |
HPS.ColorInterpolationControl | UnsetEdgeIndex () |
Removes the edge index color interpolation setting. More... | |
HPS.ColorInterpolationControl | UnsetEverything () |
Unsets all settings in this control. More... | |
HPS.ColorInterpolationControl | UnsetFaceColor () |
Removes the face color interpolation setting. More... | |
HPS.ColorInterpolationControl | UnsetFaceIndex () |
Removes the face index color interpolation setting. More... | |
HPS.ColorInterpolationControl | UnsetVertexColor () |
Removes the vertex color interpolation setting. More... | |
HPS.ColorInterpolationControl | UnsetVertexIndex () |
Removes the vertex index color interpolation setting. More... | |
![]() | |
Control (HPS.Control in_that) | |
override void | Dispose () |
![]() | |
virtual bool | Empty () |
Indicates whether this object has any values set on it. More... | |
IntPtr | GetClassID () |
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... | |
bool | HasType (HPS.Type in_mask) |
This function indicates whether this Object has the given Type mask. More... | |
Object (HPS.Object that) | |
virtual void | Reset () |
Resets this object to its initial, uninitialized state. More... | |
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... | |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
static IntPtr | ClassID< T > () |
![]() | |
bool | cMemOwn |
HandleRef | cptr |
HandleRef | scptr |
The HPS::ColorInterpolationControl class is a smart pointer that is tied to a database object. This class is the interface that allows you to manipulate whether color is interpolated over faces and edges. This table lists default values for the various segment attributes accessible from HPS::ColorInterpolationControl.
|
inline |
Initializes a control tied to the segment in_seg.
|
inline |
Initializes a control tied to the same object as in_that.
|
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 |
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 |
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 control.
|
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.