#include <XSINurbsProjectionList.h>
Inheritance diagram for CSLNurbsProjection:

Public Types |
|
| enum | EProjectionType { SI_UV, SI_WORLD } |
| Define projection types. More... |
|
Public Member Functions |
|
| SI_Error | Synchronize () |
| SI_Error | Fix () |
| CSLNurbsProjection (CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate) | |
| virtual | ~CSLNurbsProjection () |
| Destructor. |
|
| ETemplateType | Type () |
| EProjectionType | GetProjectionType () |
| SI_Void | SetProjectionType (EProjectionType in_Type) |
| CSLCurveList * | CurveList () |
Describes a Nurbs Projection List (see the XSI_NurbsProjection template reference).
| enum EProjectionType |
| CSLNurbsProjection | ( | CSLScene * | in_pScene, | |
| CSLModel * | in_pModel, | |||
| CdotXSITemplate * | in_pTemplate | |||
| ) |
Constructor
| [in] | in_pScene | Parent scene |
| [in] | in_pModel | Parent model |
| [in] | in_pTemplate | Refered template |
| SI_Error Synchronize | ( | ) | [virtual] |
Commits semantic layer data
Reimplemented from CSLTemplate.
| SI_Error Fix | ( | ) | [virtual] |
Cleans invalid data from the template.
Reimplemented from CSLTemplate.
| ETemplateType Type | ( | ) | [inline, virtual] |
Returns the type of this template
| CSLTemplate::XSI_NURBS_TRIM_LIST | The type of this template |
Implements CSLTemplate.
| EProjectionType GetProjectionType | ( | ) |
Returns the projection type
| SI_Void SetProjectionType | ( | EProjectionType | in_Type | ) |
Returns the projection type
| [in] | in_Type | The type of projection |
| CSLCurveList* CurveList | ( | ) |
Returns the curve list describing this projection.