ICSV - Image Color Similarity Visualization
Vienna Technical University - Course 'Visualization 2'. Author: Stefan Spelitz (0925601)
ICSV.Interface.Types.AxisUpdate Class Reference

An update for an axis. Included in the list of an GetImageResultsResponse object. More...

Properties

double XCoordP1 [get, set]
 X coordinate of point 1. More...
 
double YCoordP1 [get, set]
 Y coordinate of point 1. More...
 
double ZCoordP1 [get, set]
 Z coordinate of point 1. Is zero for 2D representation. More...
 
double XCoordP2 [get, set]
 X coordinate of point 2. More...
 
double YCoordP2 [get, set]
 Y coordinate of point 2. More...
 
double ZCoordP2 [get, set]
 Z coordinate of point 2. Is zero for 2D representation. More...
 
int ColorP1 [get, set]
 The color of point 1 in the format: (R shifted by 16) + (G shifted by 8) + B More...
 
int ColorP2 [get, set]
 The color of point 2 in the format: (R shifted by 16) + (G shifted by 8) + B More...
 

Detailed Description

An update for an axis. Included in the list of an GetImageResultsResponse object.

An axis consists of two locations in space (either 2D or 3D) and a color for each point. The axis is considered to be connecting these two points.

Property Documentation

int ICSV.Interface.Types.AxisUpdate.ColorP1
getset

The color of point 1 in the format: (R shifted by 16) + (G shifted by 8) + B

int ICSV.Interface.Types.AxisUpdate.ColorP2
getset

The color of point 2 in the format: (R shifted by 16) + (G shifted by 8) + B

double ICSV.Interface.Types.AxisUpdate.XCoordP1
getset

X coordinate of point 1.

double ICSV.Interface.Types.AxisUpdate.XCoordP2
getset

X coordinate of point 2.

double ICSV.Interface.Types.AxisUpdate.YCoordP1
getset

Y coordinate of point 1.

double ICSV.Interface.Types.AxisUpdate.YCoordP2
getset

Y coordinate of point 2.

double ICSV.Interface.Types.AxisUpdate.ZCoordP1
getset

Z coordinate of point 1. Is zero for 2D representation.

double ICSV.Interface.Types.AxisUpdate.ZCoordP2
getset

Z coordinate of point 2. Is zero for 2D representation.