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... | |
override 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... | |
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 () |
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... | |
override 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 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... | |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
static IntPtr | ClassID< T > () |
![]() | |
bool | cMemOwn |
HandleRef | cptr |
Detailed Description
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.
Constructor & Destructor Documentation
|
inline |
Initializes a control tied to the segment in_seg.
|
inline |
Initializes a control tied to the same object as in_that.
Member Function Documentation
|
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.
|
inline |
Controls whether edge colors will be interpolated.
- Parameters
-
in_state Whether edge colors will be interpolated.
- Returns
- a reference to this object.
|
inline |
Controls whether edge index colors will be interpolated.
- Parameters
-
in_state Whether edge index colors will be interpolated.
- Returns
- a reference to this object.
|
inline |
Controls whether face colors will be interpolated.
- Parameters
-
in_state Whether face colors will be interpolated.
- Returns
- a reference to this object.
|
inline |
Controls whether face colors index will be interpolated.
- Parameters
-
in_state Whether face index colors will be interpolated.
- Returns
- a reference to this object.
|
inline |
Controls whether vertex colors will be interpolated.
- Parameters
-
in_state Whether vertex colors will be interpolated.
- Returns
- a reference to this object.
|
inline |
Controls whether vertex index colors will be interpolated.
- Parameters
-
in_state Whether vertex index colors will be interpolated.
- Returns
- a reference to this object.
|
inline |
Shows whether color interpolation for the edge color is set
- Parameters
-
out_state The edge setting for the color interpolation
- Returns
- true if the setting is valid, false otherwise.
|
inline |
Shows whether color index interpolation for the edge index is set
- Parameters
-
out_state The edge setting for the color index interpolation
- Returns
- true if the setting is valid, false otherwise.
|
inline |
Shows whether color interpolation for the face color is set
- Parameters
-
out_state The face setting for the color interpolation
- Returns
- true if the setting is valid, false otherwise.
|
inline |
Shows whether color index interpolation for the face index is set
- Parameters
-
out_state The face setting for the color index interpolation
- Returns
- true if the setting is valid, false otherwise.
|
inline |
Shows whether color interpolation for the vertex color is set
- Parameters
-
out_state The vertex setting for the color interpolation
- Returns
- true if the setting is valid, false otherwise.
|
inline |
Shows whether color index interpolation for the vertex index is set
- Parameters
-
out_state The vertex setting for the color index interpolation
- Returns
- true if the setting is valid, false otherwise.
|
inlinevirtual |
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.
- Returns
- The true type of the object in question.
Reimplemented from HPS.Object.
|
inline |
Removes the edge color interpolation setting.
- Returns
- a reference to this object.
|
inline |
Removes the edge index color interpolation setting.
- Returns
- a reference to this object.
|
inline |
Unsets all settings in this control.
- Returns
- a reference to this object.
|
inline |
Removes the face color interpolation setting.
- Returns
- a reference to this object.
|
inline |
Removes the face index color interpolation setting.
- Returns
- a reference to this object.
|
inline |
Removes the vertex color interpolation setting.
- Returns
- a reference to this object.
|
inline |
Removes the vertex index color interpolation setting.
- Returns
- a reference to this object.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.ColorInterpolationControl.cs