ImageCloud
 All Classes Namespaces Functions Variables Enumerations Properties Events
Public Member Functions | Properties
VisWpf.Clustering.KdTree.PointTypes.WeightedPoint Class Reference

Represents a weighted point in L*a*b* space. More...

Inheritance diagram for VisWpf.Clustering.KdTree.PointTypes.WeightedPoint:
VisWpf.Clustering.KdTree.PointTypes.LabPoint VisWpf.Clustering.KdTree.PointTypes.ILabPoint

List of all members.

Public Member Functions

 WeightedPoint (double[] coordinates, int weight)
 Creates a point with the given coordinates and the given weight.
- Public Member Functions inherited from VisWpf.Clustering.KdTree.PointTypes.LabPoint
 LabPoint (double[] coordinates)
 Creates a new point with the given coordinates.

Properties

int Weight [get, set]
 Gets or sets the Weight of the Point.
- Properties inherited from VisWpf.Clustering.KdTree.PointTypes.LabPoint
double[] Coordinates [get, set]
 Returns the points coordinates.
- Properties inherited from VisWpf.Clustering.KdTree.PointTypes.ILabPoint

Detailed Description

Represents a weighted point in L*a*b* space.


Constructor & Destructor Documentation

VisWpf.Clustering.KdTree.PointTypes.WeightedPoint.WeightedPoint ( double[]  coordinates,
int  weight 
)

Creates a point with the given coordinates and the given weight.

Parameters:
coordinatesThe points coordinates.
weightThe weight of the point

Property Documentation

int VisWpf.Clustering.KdTree.PointTypes.WeightedPoint.Weight
getset

Gets or sets the Weight of the Point.


The documentation for this class was generated from the following file: