#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 () |
| enum EProjectionType |
| CSLNurbsProjection | ( | CSLScene * | in_pScene, | |
| CSLModel * | in_pModel, | |||
| CdotXSITemplate * | in_pTemplate | |||
| ) |
Constructor
| in_pScene | Parent scene | |
| in_pModel | Parent model | |
| in_pTemplate | Refered template |
| SI_Error Synchronize | ( | ) | [virtual] |
Commits semantic layer data
Reimplemented from CSLTemplate.
| SI_Error Fix | ( | ) | [virtual] |
Clean invalid data from the template.
Reimplemented from CSLTemplate.
| ETemplateType Type | ( | ) | [inline, virtual] |
Gets the type of this template
Implements CSLTemplate.
| EProjectionType GetProjectionType | ( | ) |
Gets the projection type
| SI_Void SetProjectionType | ( | EProjectionType | in_Type | ) |
Sets the projection type
| in_Type | The type of projection |
| CSLCurveList* CurveList | ( | ) |
Return the curve list describing this projection.