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

Represents a Point in L*a*b* space. More...

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

List of all members.

Public Member Functions

 LabPoint (double[] coordinates)
 Creates a new point with the given coordinates.

Properties

double[] Coordinates [get, set]
 Returns the points coordinates.
- Properties inherited from VisWpf.Clustering.KdTree.PointTypes.ILabPoint

Detailed Description

Represents a Point in L*a*b* space.


Constructor & Destructor Documentation

VisWpf.Clustering.KdTree.PointTypes.LabPoint.LabPoint ( double[]  coordinates)

Creates a new point with the given coordinates.

Parameters:
coordinatesThe points coordinates

Property Documentation

double [] VisWpf.Clustering.KdTree.PointTypes.LabPoint.Coordinates
getset

Returns the points coordinates.

Implements VisWpf.Clustering.KdTree.PointTypes.ILabPoint.


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