Classes | Namespaces | Defines | Typedefs

xsi_iceattributedataarray2D.h File Reference

CICEAttributeDataArray2D classes declaration. More...

#include <sicppsdk.h>
#include <xsi_iceattributedataarray.h>
#include <xsi_vector2f.h>
#include <xsi_vector3f.h>
#include <xsi_vector4f.h>
#include <xsi_quaternionf.h>
#include <xsi_rotationf.h>
#include <xsi_matrix3f.h>
#include <xsi_matrix4f.h>
#include <xsi_color4f.h>

Go to the source code of this file.

Classes

class   CICEAttributeDataArray2D< T >
  This template class encapsulates ICEAttribute data as a 2D array. More...
class   CICEAttributeDataArray2DCustomType
  This class is a specialization of CICEAttributeDataArray to give access to the ICEAttribute data as a 2D array of type siICENodeDataCustomType. More...
class   CICEAttributeDataArray2DString
  This class is a specialization of CICEAttributeDataArray2D which allows access to the ICEAttribute data as a 2D array of type siICENodeDataString. More...

Namespaces

namespace   XSI
 

The XSI namespace defines a region where all API classes are declared.


Defines

#define  __XSIICEATTRIBUTEDATAARRAY2D_H__

Typedefs

typedef
XSI::CICEAttributeDataArray2D
< float > 
CICEAttributeDataArray2DFloat
typedef
XSI::CICEAttributeDataArray2D
< LONG > 
CICEAttributeDataArray2DLong
typedef
XSI::CICEAttributeDataArray2D
< bool > 
CICEAttributeDataArray2DBool
typedef
XSI::CICEAttributeDataArray2D
< XSI::MATH::CVector2f
CICEAttributeDataArray2DVector2f
typedef
XSI::CICEAttributeDataArray2D
< XSI::MATH::CVector3f
CICEAttributeDataArray2DVector3f
typedef
XSI::CICEAttributeDataArray2D
< XSI::MATH::CVector4f
CICEAttributeDataArray2DVector4f
typedef
XSI::CICEAttributeDataArray2D
< XSI::MATH::CQuaternionf > 
CICEAttributeDataArray2DQuaternionf
typedef
XSI::CICEAttributeDataArray2D
< XSI::MATH::CRotationf > 
CICEAttributeDataArray2DRotationf
typedef
XSI::CICEAttributeDataArray2D
< XSI::MATH::CMatrix3f > 
CICEAttributeDataArray2DMatrix3f
typedef
XSI::CICEAttributeDataArray2D
< XSI::MATH::CMatrix4f
CICEAttributeDataArray2DMatrix4f
typedef
XSI::CICEAttributeDataArray2D
< XSI::MATH::CColor4f
CICEAttributeDataArray2DColor4f
typedef
XSI::CICEAttributeDataArray2D
< XSI::MATH::CShape
CICEAttributeDataArray2DShape

Detailed Description

CICEAttributeDataArray2D classes declaration.

Copyright 2008 Autodesk, Inc. All rights reserved. Use of this software is subject to the terms of the Autodesk license agreement provided at the time of installation or download, or which otherwise accompanies this software in either electronic or hard copy form.

Definition in file xsi_iceattributedataarray2D.h.


Define Documentation

#define __XSIICEATTRIBUTEDATAARRAY2D_H__

Definition at line 18 of file xsi_iceattributedataarray2D.h.