Click or drag to resize

cFreehandShapeFunction Class

A cShapeFunction which points are not defined through a primitive, but instead have been sketching in the EwE user interface or have been obtained by other means.
Inheritance Hierarchy

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

The cFreehandShapeFunction type exposes the following members.

Constructors
  NameDescription
Public methodcFreehandShapeFunction
Initializes a new instance of the cFreehandShapeFunction class
Top
Properties
  NameDescription
Public propertyIsDistribution (Overrides cShapeFunctionIsDistribution.)
Public propertynParameters (Overrides cShapeFunctionnParameters.)
Public propertynPoints
Public propertyParameters
Returns the array of function parameters.
(Inherited from cShapeFunction.)
Public propertyParamName
Returns the name of a parameter. By default, one of the four standard shape paramter names is returned (e.g., YZero, YEnd, YBase and Steepness)
(Inherited from cShapeFunction.)
Protected propertyParamsChanged
Flag, indicating that parameter values have changed and that the shape will be recalculated next time the Shape(Int32) is requested.
(Inherited from cShapeFunction.)
Public propertyParamStatus (Inherited from cShapeFunction.)
Public propertyParamUnit (Inherited from cShapeFunction.)
Public propertyParamValue (Inherited from cShapeFunction.)
Public propertyShapeData
Public propertyShapeFunctionType (Overrides cShapeFunctionShapeFunctionType.)
Top
Methods
  NameDescription
Public methodApply (Inherited from cShapeFunction.)
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
By default, the shape is filled to the end with the value at nPoints.
(Inherited from cShapeFunction.)
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