NURBSTextureChannelSet Class Reference
 
 
 
NURBSTextureChannelSet Class Reference

This reference page is linked to from the following overview topics: NURBS Texture Mapping.


#include <surf_api.h>

Inheritance diagram for NURBSTextureChannelSet:
MaxHeapOperators

Class Description

See also:
Class NURBSTextureChannel, NURBSSurface, Template Class Tab.

Description:
This class holds a table of pointers to all the NURBSTextureChannel data for a surface. There are methods to returns the table data by channel or by index and a method to add a new texture channel.
Data Members:
private:

Tab<NURBSTextureChannel*> mTextureChannels;

A table of pointers to the texture channel data.
private:

Friends

class  NURBSSurface

Friends And Related Function Documentation