HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HOM_NetworkImage Class Reference

#include <HOM_NetworkImage.h>

Public Member Functions

 HOM_NetworkImage (const char *path=NULL, const HOM_BoundingRect &rect=HOM_BoundingRect())
 
 HOM_NetworkImage (const HOM_NetworkImage &src)
 
 ~HOM_NetworkImage ()
 
bool operator== (HOM_PtrOrNull< HOM_NetworkImage > image)
 
bool operator!= (HOM_PtrOrNull< HOM_NetworkImage > image)
 
int __hash__ ()
 
std::string __str__ ()
 
std::string __repr__ ()
 
void setPath (const char *path)
 
std::string path ()
 
void setRelativeToPath (const char *path)
 
std::string relativeToPath ()
 
void setRect (HOM_BoundingRect &rect)
 
HOM_BoundingRect rect ()
 
void setBrightness (double brightness)
 
double brightness ()
 

Public Attributes

UT_StringHolder myPath
 
UT_StringHolder myRelativeToPath
 
UT_BoundingRectD myRect
 
double myBrightness
 

Detailed Description

Definition at line 24 of file HOM_NetworkImage.h.

Constructor & Destructor Documentation

HOM_NetworkImage::HOM_NetworkImage ( const char *  path = NULL,
const HOM_BoundingRect rect = HOM_BoundingRect() 
)
inline

Definition at line 27 of file HOM_NetworkImage.h.

HOM_NetworkImage::HOM_NetworkImage ( const HOM_NetworkImage src)
inline

Definition at line 34 of file HOM_NetworkImage.h.

HOM_NetworkImage::~HOM_NetworkImage ( )
inline

Definition at line 41 of file HOM_NetworkImage.h.

Member Function Documentation

int HOM_NetworkImage::__hash__ ( )
std::string HOM_NetworkImage::__repr__ ( )
std::string HOM_NetworkImage::__str__ ( )
double HOM_NetworkImage::brightness ( )

Definition at line 45 of file HOM_NetworkImage.h.

bool HOM_NetworkImage::operator== ( HOM_PtrOrNull< HOM_NetworkImage image)
std::string HOM_NetworkImage::path ( )
HOM_BoundingRect HOM_NetworkImage::rect ( )
std::string HOM_NetworkImage::relativeToPath ( )
void HOM_NetworkImage::setBrightness ( double  brightness)
void HOM_NetworkImage::setPath ( const char *  path)
void HOM_NetworkImage::setRect ( HOM_BoundingRect rect)
void HOM_NetworkImage::setRelativeToPath ( const char *  path)

Member Data Documentation

double HOM_NetworkImage::myBrightness

Definition at line 71 of file HOM_NetworkImage.h.

UT_StringHolder HOM_NetworkImage::myPath

Definition at line 65 of file HOM_NetworkImage.h.

UT_BoundingRectD HOM_NetworkImage::myRect

Definition at line 69 of file HOM_NetworkImage.h.

UT_StringHolder HOM_NetworkImage::myRelativeToPath

Definition at line 67 of file HOM_NetworkImage.h.


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