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

Represents a standard L*a*b* point that can be instanced. More...

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

List of all members.

Public Member Functions

 StandardPoint (double[] coordinates)
 Creates a new Standard Point.
- Public Member Functions inherited from VisWpf.Clustering.KdTree.PointTypes.LabPoint
 LabPoint (double[] coordinates)
 Creates a new point with the given coordinates.

Additional Inherited Members

- 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 standard L*a*b* point that can be instanced.


Constructor & Destructor Documentation

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

Creates a new Standard Point.

Parameters:
coordinatesThe points coordinates

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