domFx_sampler_states Class Reference

#include <domFx_sampler_states.h>

Inheritance diagram for domFx_sampler_states:
Inheritance graph
[legend]

List of all members.

Classes

class  domBorder_color
class  domMagfilter
class  domMax_anisotropy
class  domMinfilter
class  domMip_bias
class  domMip_max_level
class  domMip_min_level
class  domMipfilter
class  domWrap_p
class  domWrap_s
class  domWrap_t

Public Types

typedef daeTArray
< domBorder_colorRef
domBorder_color_Array
typedef daeSmartRef
< domBorder_color
domBorder_colorRef
typedef daeTArray
< domMagfilterRef
domMagfilter_Array
typedef daeSmartRef< domMagfilterdomMagfilterRef
typedef daeTArray
< domMax_anisotropyRef
domMax_anisotropy_Array
typedef daeSmartRef
< domMax_anisotropy
domMax_anisotropyRef
typedef daeTArray
< domMinfilterRef
domMinfilter_Array
typedef daeSmartRef< domMinfilterdomMinfilterRef
typedef daeTArray< domMip_biasRefdomMip_bias_Array
typedef daeSmartRef< domMip_biasdomMip_biasRef
typedef daeTArray
< domMip_max_levelRef
domMip_max_level_Array
typedef daeSmartRef
< domMip_max_level
domMip_max_levelRef
typedef daeTArray
< domMip_min_levelRef
domMip_min_level_Array
typedef daeSmartRef
< domMip_min_level
domMip_min_levelRef
typedef daeTArray
< domMipfilterRef
domMipfilter_Array
typedef daeSmartRef< domMipfilterdomMipfilterRef
typedef daeTArray< domWrap_pRefdomWrap_p_Array
typedef daeSmartRef< domWrap_pdomWrap_pRef
typedef daeTArray< domWrap_sRefdomWrap_s_Array
typedef daeSmartRef< domWrap_sdomWrap_sRef
typedef daeTArray< domWrap_tRefdomWrap_t_Array
typedef daeSmartRef< domWrap_tdomWrap_tRef

Public Member Functions

const domBorder_colorRef getBorder_color () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
const domExtra_ArraygetExtra_array () const
domExtra_ArraygetExtra_array ()
const domMagfilterRef getMagfilter () const
const domMax_anisotropyRef getMax_anisotropy () const
const domMinfilterRef getMinfilter () const
const domMip_biasRef getMip_bias () const
const domMip_max_levelRef getMip_max_level () const
const domMip_min_levelRef getMip_min_level () const
const domMipfilterRef getMipfilter () const
const domWrap_pRef getWrap_p () const
const domWrap_sRef getWrap_s () const
const domWrap_tRef getWrap_t () const
virtual daeInt typeID () const

Static Public Member Functions

static DLLSPEC daeElementRef create (DAE &dae)
static daeInt ID ()
static DLLSPEC daeMetaElementregisterElement (DAE &dae)

Protected Member Functions

 domFx_sampler_states (DAE &dae)
virtual domFx_sampler_statesoperator= (const domFx_sampler_states &cpy)
virtual ~domFx_sampler_states ()

Protected Attributes

domBorder_colorRef elemBorder_color
domExtra_Array elemExtra_array
domMagfilterRef elemMagfilter
domMax_anisotropyRef elemMax_anisotropy
domMinfilterRef elemMinfilter
domMip_biasRef elemMip_bias
domMip_max_levelRef elemMip_max_level
domMip_min_levelRef elemMip_min_level
domMipfilterRef elemMipfilter
domWrap_pRef elemWrap_p
domWrap_sRef elemWrap_s
domWrap_tRef elemWrap_t

Detailed Description

Definition at line 11 of file domFx_sampler_states.h.


Member Typedef Documentation

Definition at line 380 of file domFx_sampler_states.h.

Definition at line 377 of file domFx_sampler_states.h.

Definition at line 256 of file domFx_sampler_states.h.

Definition at line 253 of file domFx_sampler_states.h.

Definition at line 623 of file domFx_sampler_states.h.

Definition at line 620 of file domFx_sampler_states.h.

Definition at line 195 of file domFx_sampler_states.h.

Definition at line 192 of file domFx_sampler_states.h.

Definition at line 562 of file domFx_sampler_states.h.

Definition at line 559 of file domFx_sampler_states.h.

Definition at line 438 of file domFx_sampler_states.h.

Definition at line 435 of file domFx_sampler_states.h.

Definition at line 500 of file domFx_sampler_states.h.

Definition at line 497 of file domFx_sampler_states.h.

Definition at line 317 of file domFx_sampler_states.h.

Definition at line 314 of file domFx_sampler_states.h.

Definition at line 137 of file domFx_sampler_states.h.

Definition at line 134 of file domFx_sampler_states.h.

Definition at line 21 of file domFx_sampler_states.h.

Definition at line 18 of file domFx_sampler_states.h.

Definition at line 79 of file domFx_sampler_states.h.

Definition at line 76 of file domFx_sampler_states.h.


Constructor & Destructor Documentation

domFx_sampler_states::domFx_sampler_states ( DAE dae  )  [inline, protected]

Constructor

Definition at line 793 of file domFx_sampler_states.h.

virtual domFx_sampler_states::~domFx_sampler_states (  )  [inline, protected, virtual]

Destructor

Definition at line 797 of file domFx_sampler_states.h.


Member Function Documentation

static DLLSPEC daeElementRef domFx_sampler_states::create ( DAE dae  )  [static]

Creates an instance of this class and returns a daeElementRef referencing it.

Returns:
a daeElementRef referencing an instance of this object.
const domBorder_colorRef domFx_sampler_states::getBorder_color (  )  const [inline]

Gets the border_color element.

Returns:
a daeSmartRef to the border_color element.

Definition at line 758 of file domFx_sampler_states.h.

virtual COLLADA_TYPE::TypeEnum domFx_sampler_states::getElementType (  )  const [inline, virtual]

Reimplemented from daeElement.

Definition at line 14 of file domFx_sampler_states.h.

const domExtra_Array& domFx_sampler_states::getExtra_array (  )  const [inline]

Gets the extra element array.

Returns:
Returns a constant reference to the array of extra elements.

Definition at line 788 of file domFx_sampler_states.h.

domExtra_Array& domFx_sampler_states::getExtra_array (  )  [inline]

Gets the extra element array.

Returns:
Returns a reference to the array of extra elements.

Definition at line 783 of file domFx_sampler_states.h.

const domMagfilterRef domFx_sampler_states::getMagfilter (  )  const [inline]

Gets the magfilter element.

Returns:
a daeSmartRef to the magfilter element.

Definition at line 748 of file domFx_sampler_states.h.

const domMax_anisotropyRef domFx_sampler_states::getMax_anisotropy (  )  const [inline]

Gets the max_anisotropy element.

Returns:
a daeSmartRef to the max_anisotropy element.

Definition at line 778 of file domFx_sampler_states.h.

const domMinfilterRef domFx_sampler_states::getMinfilter (  )  const [inline]

Gets the minfilter element.

Returns:
a daeSmartRef to the minfilter element.

Definition at line 743 of file domFx_sampler_states.h.

const domMip_biasRef domFx_sampler_states::getMip_bias (  )  const [inline]

Gets the mip_bias element.

Returns:
a daeSmartRef to the mip_bias element.

Definition at line 773 of file domFx_sampler_states.h.

const domMip_max_levelRef domFx_sampler_states::getMip_max_level (  )  const [inline]

Gets the mip_max_level element.

Returns:
a daeSmartRef to the mip_max_level element.

Definition at line 763 of file domFx_sampler_states.h.

const domMip_min_levelRef domFx_sampler_states::getMip_min_level (  )  const [inline]

Gets the mip_min_level element.

Returns:
a daeSmartRef to the mip_min_level element.

Definition at line 768 of file domFx_sampler_states.h.

const domMipfilterRef domFx_sampler_states::getMipfilter (  )  const [inline]

Gets the mipfilter element.

Returns:
a daeSmartRef to the mipfilter element.

Definition at line 753 of file domFx_sampler_states.h.

const domWrap_pRef domFx_sampler_states::getWrap_p (  )  const [inline]

Gets the wrap_p element.

Returns:
a daeSmartRef to the wrap_p element.

Definition at line 738 of file domFx_sampler_states.h.

const domWrap_sRef domFx_sampler_states::getWrap_s (  )  const [inline]

Gets the wrap_s element.

Returns:
a daeSmartRef to the wrap_s element.

Definition at line 728 of file domFx_sampler_states.h.

const domWrap_tRef domFx_sampler_states::getWrap_t (  )  const [inline]

Gets the wrap_t element.

Returns:
a daeSmartRef to the wrap_t element.

Definition at line 733 of file domFx_sampler_states.h.

static daeInt domFx_sampler_states::ID (  )  [inline, static]

Definition at line 15 of file domFx_sampler_states.h.

virtual domFx_sampler_states& domFx_sampler_states::operator= ( const domFx_sampler_states cpy  )  [inline, protected, virtual]

Overloaded assignment operator

Definition at line 801 of file domFx_sampler_states.h.

static DLLSPEC daeMetaElement* domFx_sampler_states::registerElement ( DAE dae  )  [static]

Creates a daeMetaElement object that describes this element in the meta object reflection framework. If a daeMetaElement already exists it will return that instead of creating a new one.

Returns:
A daeMetaElement describing this COLLADA element.
virtual daeInt domFx_sampler_states::typeID (  )  const [inline, virtual]

Returns this element's type ID. Every element is an instance of a type specified in the Collada schema, and every schema type has a unique ID.

Returns:
The element's type ID.

Implements daeElement.

Definition at line 16 of file domFx_sampler_states.h.


Member Data Documentation

Definition at line 702 of file domFx_sampler_states.h.

Definition at line 721 of file domFx_sampler_states.h.

magnification

See also:
domMagfilter

Definition at line 694 of file domFx_sampler_states.h.

number of samples that may be used durring anisotropic filtering

See also:
domMax_anisotropy

Definition at line 720 of file domFx_sampler_states.h.

minification

See also:
domMinfilter

Definition at line 690 of file domFx_sampler_states.h.

Mipmap level-of-detail bias. The default value is zero

See also:
domMip_bias

Definition at line 716 of file domFx_sampler_states.h.

level-of-detail index of largest map to use. Values range from 0 to (n

  • 1) where 0 is the largest. The default value is zero
    See also:
    domMip_max_level

Definition at line 707 of file domFx_sampler_states.h.

level-of-detail index of smallest map to use. Values range from 0 to (n

  • 1) where 0 is the smallest. The default value is zero
    See also:
    domMip_min_level

Definition at line 712 of file domFx_sampler_states.h.

filtering across mips. NONE = no minification NEAREST = bilinear LINEAR = trilinear ANISOTROPIC = Compensates for distortion caused by the difference in angle between the polygon and the plane of the screen. Relies on max_anisotropy

See also:
domMipfilter

Definition at line 701 of file domFx_sampler_states.h.

Definition at line 686 of file domFx_sampler_states.h.

Definition at line 684 of file domFx_sampler_states.h.

Definition at line 685 of file domFx_sampler_states.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


colladadom
Author(s): Du Hung Hou, Khronos.org, Marcus Barnes, Greg Corson, Herbert Law, Sebastian Schwarz, Steven Thomas, John Hsu (ros package), Tim Field (ros package)
autogenerated on Fri Jan 11 09:30:13 2013