PixelSize Struct Reference

#include <PixelSize.h>

Inheritance diagram for PixelSize:
Object

# Static Public Member Functions

static PixelSize getFromSize (Size size)

# Public Attributes

uint16 x
uint16 y
uint16 z

# Additional Inherited Members

- Private Member Functions inherited from Object
void constructor ()
 Class' constructor.
const void * getVTable ()
bool mutateTo (const void *targetClass)
- Static Private Member Functions inherited from Object
static Object getCast (void *object, ClassPointer targetClassGetClassMethod, ClassPointer baseClassGetClassMethod)
- Private Attributes inherited from Object
void * vTable
 Pointer to the class's virtual table.

# Detailed Description

Class PixelSize

Inherits from Object

Implements methods to operate on PixelSize structs.

Definition at line 28 of file PixelSize.h.

# Member Function Documentation

# getFromSize()

static PixelSize PixelSize::getFromSize ( Size size)
inlinestatic

Convert a Size struct to a PixelSize one.

Parameters
sizeSize struct to convert
Returns
PixelSize struct

# Member Data Documentation

# x

uint16 PixelSize::x

Definition at line 91 of file Types.h.

# y

uint16 PixelSize::y

Definition at line 92 of file Types.h.

# z

uint16 PixelSize::z

Definition at line 93 of file Types.h.


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