Library | File

Class pfcUVOutline

# include <pfcBase.h>

class pfcUVOutline
 : public xobject
{
    xdeclare(pfcUVOutline)
    ...
};
This is a COMPACT class.



Description

This class represents two UV points which serve as a bounding box for a surface.

Array provides methods for accessing its elemnts by index(indices) and for modifying its elements. Array object "does not know" its dimentions.

Array Dimensions: [2]



Method Summary

static pfcUVOutline *create ()
Creates new array object with uninitialized elements.
pfcUVParams_ptrget (xint idx0)
Gets an array element with the specified index(indices). If an index is out of range throws exception cipXInvalidArrayIndex.
voidset (xint idx0, pfcUVParams_ptr value)
Assignes a new value to an array element with the specified index(indices). If an index is out of range throws exception cipXInvalidArrayIndex.



Method Detail

pfcUVParams_ptrget (xint idx0)

Gets an array element with the specified index(indices). If an index is out of range throws exception cipXInvalidArrayIndex.
Parameters:
idx0
First element index.
Returns:
Element value.



voidset (xint idx0, pfcUVParams_ptr value)

Assignes a new value to an array element with the specified index(indices). If an index is out of range throws exception cipXInvalidArrayIndex.
Parameters:
idx0
First element index.
value
New element value.
Returns:



static pfcUVOutline *create ()

Creates new array object with uninitialized elements.
Returns:
Created array.