UVWMapperDesc Class Reference
 
 
 
UVWMapperDesc Class Reference

#include <tessint.h>

Inheritance diagram for UVWMapperDesc:
UVWMapper MaxHeapOperators

Public Member Functions

  UVWMapperDesc ()
  UVWMapperDesc (int type, float utile, float vtile, float wtile, int uflip, int vflip, int wflip, int cap, const Matrix3 &tm, int channel)
  UVWMapperDesc (UVWMapperDesc &m)
void  ApplyMapper (Mesh *pMesh)
void  InvalidateMapping (Mesh *pMesh)
IOResult  Load (ILoad *iload)
IOResult  Save (ISave *isave)

Public Attributes

int  channel

Constructor & Destructor Documentation

UVWMapperDesc ( ) [inline]
{channel=0;}
UVWMapperDesc ( int  type,
float  utile,
float  vtile,
float  wtile,
int  uflip,
int  vflip,
int  wflip,
int  cap,
const Matrix3 tm,
int  channel 
)
UVWMapperDesc ( UVWMapperDesc m ) [inline]
                : UVWMapper (m)
        {
                this->channel = m.channel;
        }

Member Function Documentation

void ApplyMapper ( Mesh pMesh )
void InvalidateMapping ( Mesh pMesh )

Member Data Documentation