Classes | Namespaces | Defines | Typedefs

xsi_dataarray2D.h File Reference

CDataArray2D classes declaration. More...

#include <sicppsdk.h>
#include <xsi_icenodecontext.h>
#include <xsi_indexset.h>
#include <xsi_dataarray.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   CBaseDataArray2D
class   CDataArray2D< T >
  This template class encapsulates 2D data arrays that are passed to custom node plug-ins during a graph evaluation. More...
class   CDataArray2D< T >::Accessor
  A class for accessing the sub-array data of CDataArray2D objects. More...
class   CDataArray2D< bool >
  This class is a specialization of a CDataArray2D class of type bool. More...
class   CDataArray2D< bool >::Accessor
  A class for accessing the sub-array data of CDataArray2D< bool > objects. More...
class   CDataArray2DCustomType
  CDataArray2DCustomType is used for storing binary data in a 2D element array of type CDataArray2DCustomType::TData. More...
class   CDataArray2DCustomType::Accessor
  Accessor gives access to the user data values stored in a CDataArray2DCustomType object. More...
class   CDataArray2DString
  CDataArray2DString is used for storing strings in a 2D element array. More...
class   CDataArray2DString::Accessor
  Accessor gives access to the string data stored in a CDataArray2DString object. More...

Namespaces

namespace   XSI
 

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


Defines

#define  __XSIDATAARRAY2D_H__

Typedefs

typedef CDataArray2D< float >  CDataArray2DFloat
typedef CDataArray2D< LONG >  CDataArray2DLong
typedef CDataArray2D< bool >  CDataArray2DBool
typedef CDataArray2D
< XSI::MATH::CVector2f
CDataArray2DVector2f
typedef CDataArray2D
< XSI::MATH::CVector3f
CDataArray2DVector3f
typedef CDataArray2D
< XSI::MATH::CVector4f
CDataArray2DVector4f
typedef CDataArray2D
< XSI::MATH::CQuaternionf > 
CDataArray2DQuaternionf
typedef CDataArray2D
< XSI::MATH::CRotationf > 
CDataArray2DRotationf
typedef CDataArray2D
< XSI::MATH::CMatrix3f > 
CDataArray2DMatrix3f
typedef CDataArray2D
< XSI::MATH::CMatrix4f
CDataArray2DMatrix4f
typedef CDataArray2D
< XSI::MATH::CColor4f
CDataArray2DColor4f
typedef XSI::CDataArray2D
< XSI::MATH::CShape
CDataArray2DShape

Detailed Description

CDataArray2D 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_dataarray2D.h.


Define Documentation

#define __XSIDATAARRAY2D_H__

Definition at line 18 of file xsi_dataarray2D.h.