LArOpenCV  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Public Member Functions | Public Attributes | List of all members
larcaffe::Point2D Struct Reference

Simple 2D point struct. More...

#include <LArCVTypes.h>

Public Member Functions

 Point2D (double xv=0, double yv=0)
 

Public Attributes

double x
 
double y
 

Detailed Description

Simple 2D point struct.

Definition at line 19 of file LArCVTypes.h.

Constructor & Destructor Documentation

larcaffe::Point2D::Point2D ( double  xv = 0,
double  yv = 0 
)
inline

Definition at line 21 of file LArCVTypes.h.

21 : x(xv), y(yv) {}

Member Data Documentation

double larcaffe::Point2D::x

Definition at line 20 of file LArCVTypes.h.

Referenced by larcaffe::ImageMeta::pixel_x().

double larcaffe::Point2D::y

Definition at line 20 of file LArCVTypes.h.

Referenced by larcaffe::ImageMeta::pixel_y().


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