Click or drag to resize

cShoulderShapeFunction Class

[Missing <summary> documentation for "T:EwECore.cShoulderShapeFunction"]

Inheritance Hierarchy

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public abstract class cShoulderShapeFunction : cShapeFunction

The cShoulderShapeFunction type exposes the following members.

Constructors
  NameDescription
Protected methodcShoulderShapeFunction
Initializes a new instance of the cShoulderShapeFunction class
Top
Properties
Methods
  NameDescription
Public methodApply (Overrides cShapeFunctionApply(Object).)
Public methodDefaults (Overrides cShapeFunctionDefaults.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInit (Inherited from cShapeFunction.)
Public methodIsCompatible (Overrides cShapeFunctionIsCompatible(eDataTypes).)
Protected methodIsForcing (Inherited from cShapeFunction.)
Protected methodIsMediation (Inherited from cShapeFunction.)
Protected methodMax
Returns the max value in the shape buffer.
(Inherited from cShapeFunction.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodScaleData (Inherited from cShapeFunction.)
Public methodShape
Returns the points for a shoulder-contoured shape.
(Overrides cShapeFunctionShape(Int32).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldm_parameters
The parameters that define the shape
(Inherited from cShapeFunction.)
Protected fieldm_points
The points of the shape
(Inherited from cShapeFunction.)
Top
Extension Methods
  NameDescription
Public Extension MethodValue
Extension method; extract a value from an object by property name.
(Defined by Extensions.)
Top
See Also