Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Public Attributes | List of all members
BIAS::Image3DData Class Reference

stores datas for a textured plane More...

#include <Utils/ThreeDOut.hh>

+ Collaboration diagram for BIAS::Image3DData:

Public Member Functions

 Image3DData ()
 
 Image3DData (const Image3DData &d)
 

Public Attributes

bool BillBoard
 
Image< unsigned char > ImageData
 data of texture image More...
 
Vector3< double > LL
 lower left corner of image plane in wcs More...
 
Vector3< double > LR
 lower right corner of image plane in wcs More...
 
std::string name
 
Vector3< double > UL
 upper left corner of image plane in wcs More...
 
Vector3< double > UR
 upper right corner of image plane in wcs More...
 

Detailed Description

stores datas for a textured plane

Definition at line 216 of file ThreeDOut.hh.

Constructor & Destructor Documentation

BIAS::Image3DData::Image3DData ( )
inline

Definition at line 225 of file ThreeDOut.hh.

BIAS::Image3DData::Image3DData ( const Image3DData d)
inline

Definition at line 227 of file ThreeDOut.hh.

References BillBoard, ImageData, LL, LR, name, UL, and UR.

Member Data Documentation

bool BIAS::Image3DData::BillBoard

Definition at line 223 of file ThreeDOut.hh.

Referenced by BIAS::ThreeDOut::AddImage(), and Image3DData().

Image<unsigned char> BIAS::Image3DData::ImageData

data of texture image

Definition at line 222 of file ThreeDOut.hh.

Referenced by BIAS::ThreeDOut::AddImage(), and Image3DData().

Vector3<double> BIAS::Image3DData::LL

lower left corner of image plane in wcs

Definition at line 220 of file ThreeDOut.hh.

Referenced by BIAS::ThreeDOut::AddImage(), and Image3DData().

Vector3<double> BIAS::Image3DData::LR

lower right corner of image plane in wcs

Definition at line 221 of file ThreeDOut.hh.

Referenced by BIAS::ThreeDOut::AddImage(), and Image3DData().

std::string BIAS::Image3DData::name

Definition at line 224 of file ThreeDOut.hh.

Referenced by BIAS::ThreeDOut::AddImage(), and Image3DData().

Vector3<double> BIAS::Image3DData::UL

upper left corner of image plane in wcs

Definition at line 218 of file ThreeDOut.hh.

Referenced by BIAS::ThreeDOut::AddImage(), and Image3DData().

Vector3<double> BIAS::Image3DData::UR

upper right corner of image plane in wcs

Definition at line 219 of file ThreeDOut.hh.

Referenced by BIAS::ThreeDOut::AddImage(), and Image3DData().


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