OmeroBlitz API
Home Previous Up Next Index

omero::api::ShapePoints

Overview

class ShapePoints

Contains a discrete representation of the geometry of an omero::model::Shape. The x and y array are of the same size with each pair of entries representing a single point in the 2D plane.

Used By

IRoi::getPoints

Data Member Index

x
y

Data Members

IntegerArray x;

IntegerArray y;


Home Previous Up Next Index