Skip to content

File rectangle.h

FileList > deps > rectangle.h

Go to the source code of this file

  • #include <algorithm>
  • #include <cmath>
  • #include <cstdint>
  • #include <iosfwd>
  • #include <limits>
  • #include <ostream>
  • #include "mediapipe/framework/deps/point2.h"

Classes

Type Name
class Rectangle <typename T>

Public Types

Type Name
typedef Rectangle< uint8_t > Rectangle_b
typedef Rectangle< double > Rectangle_d
typedef Rectangle< float > Rectangle_f
typedef Rectangle< int > Rectangle_i

Public Functions

Type Name
std::ostream & operator<< (std::ostream & out, const Rectangle< T > & r)

Public Types Documentation

typedef Rectangle_b

typedef Rectangle<uint8_t> Rectangle_b;

typedef Rectangle_d

typedef Rectangle<double> Rectangle_d;

typedef Rectangle_f

typedef Rectangle<float> Rectangle_f;

typedef Rectangle_i

typedef Rectangle<int> Rectangle_i;

Public Functions Documentation

function operator<<

template<typename T>
std::ostream & operator<< (
    std::ostream & out,
    const Rectangle< T > & r
) 


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/framework/deps/rectangle.h